From: Christian Borntraeger Date: Wed, 26 Nov 2008 13:51:08 +0000 (+0100) Subject: KVM: s390: Fix memory leak of vcpu->run X-Git-Tag: v2.6.29-rc1~539^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6692cef30b7caf7525ae99670cddbaf28f1f9d40;p=pandora-kernel.git 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 Acked-by: Carsten Otte Signed-off-by: Avi Kivity --- Reading git-diff-tree failed