From: Avi Kivity Date: Sun, 15 May 2011 14:13:12 +0000 (-0400) Subject: KVM: VMX: Move VMREAD cleanup to exception handler X-Git-Tag: v3.1-rc1~264^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e520e62787afd8fc28626fd8d4f77491135119d;p=pandora-kernel.git KVM: VMX: Move VMREAD cleanup to exception handler We clean up a failed VMREAD by clearing the output register. Do it in the exception handler instead of unconditionally. This is worthwhile since there are more than a hundred call sites. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed