KVM: MMU: do not free active mmu pages in free_mmu_pages()
authorGleb Natapov <gleb@redhat.com>
Thu, 19 Mar 2009 10:20:36 +0000 (12:20 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 08:48:30 +0000 (11:48 +0300)
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 <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found