From: Gleb Natapov Date: Thu, 6 Aug 2009 17:40:04 +0000 (-0300) Subject: KVM: MMU: do not free active mmu pages in free_mmu_pages() X-Git-Tag: v2.6.27.32~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2127c8300fb1ec54af56faee17170e7a525326d;p=pandora-kernel.git KVM: MMU: do not free active mmu pages in free_mmu_pages() (cherry picked from commit f00be0cae4e6ad0a8c7be381c6d9be3586800b3e) 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed