From: Gleb Natapov Date: Thu, 19 Mar 2009 10:20:36 +0000 (+0200) Subject: KVM: MMU: do not free active mmu pages in free_mmu_pages() X-Git-Tag: v2.6.31-rc1~393^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00be0cae4e6ad0a8c7be381c6d9be3586800b3e;p=pandora-kernel.git KVM: MMU: do not free active mmu pages in free_mmu_pages() free_mmu_pages() should only undo what alloc_mmu_pages() does. Free mmu pages from the generic VM destruction function, kvm_destroy_vm(). Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed