commit | 5e520e62787afd8fc28626fd8d4f77491135119d | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun May 15 10:13:12 2011 -0400 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 11:45:00 2011 +0300 |
tree | 44641116820afb0b14f05ce643889c60ed024dab | |
parent | 7b105ca2903b84f023c49965d9a511c5e55256dc [diff] |
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 <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>