From: Wei Yongjun Date: Wed, 17 Apr 2013 23:41:00 +0000 (+0800) Subject: KVM: x86: fix error return code in kvm_arch_vcpu_init() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1797359216c1daa145a354d07b8b2b7459668f4;p=pandora-kernel.git KVM: x86: fix error return code in kvm_arch_vcpu_init() Fix to return a negative error code from the error handling case instead of 0, as returned elsewhere in this function. Signed-off-by: Wei Yongjun Reviewed-by: Paolo Bonzini Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed