linux/arch/x86/kvm
Avi Kivity e48bb497b9 KVM: MMU: Fix memory leak on guest demand faults
While backporting 72dc67a696, a gfn_to_page()
call was duplicated instead of moved (due to an unrelated patch not being
present in mainline).  This caused a page reference leak, resulting in a
fairly massive memory leak.

Fix by removing the extraneous gfn_to_page() call.

Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-03-25 10:22:17 +02:00
..
i8259.c
irq.c
irq.h
Kconfig
kvm_svm.h
lapic.c
lapic.h
Makefile
mmu.c KVM: MMU: Fix memory leak on guest demand faults 2008-03-25 10:22:17 +02:00
mmu.h
paging_tmpl.h
segment_descriptor.h
svm.c
svm.h
vmx.c
vmx.h
x86.c
x86_emulate.c