linux/arch/s390/kvm
Christian Borntraeger 6692cef30b KVM: s390: Fix memory leak of vcpu->run
The s390 backend of kvm never calls kvm_vcpu_uninit. This causes
a memory leak of vcpu->run pages.
Lets call kvm_vcpu_uninit in kvm_arch_vcpu_destroy to free
the vcpu->run.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2008-12-31 16:55:03 +02:00
..
Kconfig
Makefile
diag.c
gaccess.h
intercept.c
interrupt.c
kvm-s390.c KVM: s390: Fix memory leak of vcpu->run 2008-12-31 16:55:03 +02:00
kvm-s390.h
priv.c
sie64a.S
sigp.c