commit | a477034750ce59df7fc17823f085df5a30e316f0 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Aug 01 14:46:11 2007 +1000 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:23 2007 +0200 |
tree | cfca29ba12e9bcb7256ff424438020545721e305 | |
parent | f02424785ab83bab8283ad33044284f749c08db8 [diff] |
KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects We use kfree in svm.c and vmx.c, and this works, but it could break at any time. kfree() is supposed to match up with kmalloc(). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Avi Kivity <avi@qumranet.com>