diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-07-27 10:31:25 +0200 |
---|---|---|
committer | Radim Krčmář <rkrcmar@redhat.com> | 2017-08-01 22:23:25 +0200 |
commit | 7313c698050387a11c21afb0c6b4c61f21f7c042 (patch) | |
tree | cce6a624d4a13b4a6bcc5146baffa97f02a24554 /arch/x86/kvm/svm.c | |
parent | Linux 4.13-rc3 (diff) | |
download | linux-7313c698050387a11c21afb0c6b4c61f21f7c042.tar.xz linux-7313c698050387a11c21afb0c6b4c61f21f7c042.zip |
KVM: nVMX: do not fill vm_exit_intr_error_code in prepare_vmcs12
Do this in the caller of nested_vmx_vmexit instead.
nested_vmx_check_exception was doing a vmwrite to the vmcs02's
VM_EXIT_INTR_ERROR_CODE field, so that prepare_vmcs12 would move
the field to vmcs12->vm_exit_intr_error_code. However that isn't
possible on pre-Haswell machines. Moving the vmcs12 write to the
callers fixes it.
Reported-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
[Changed nested_vmx_reflect_vmexit() return type to (int)1 from (bool)1,
thanks to fengguang.wu@intel.com]
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'arch/x86/kvm/svm.c')
0 files changed, 0 insertions, 0 deletions