From: Takuya Yoshikawa Date: Tue, 9 Mar 2010 05:55:19 +0000 (+0900) Subject: KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails X-Git-Tag: v2.6.34-rc6~78^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7af40433870aa0636932ad39b0c48a0cb319057;p=pandora-kernel.git KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails svm_create_vcpu() does not free the pages allocated during the creation when it fails to complete the allocations. This patch fixes it. Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed