]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: do not call nested_vmx_succeed() for consistency check VMExit
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 26 Sep 2018 16:23:54 +0000 (09:23 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Oct 2018 22:29:57 +0000 (00:29 +0200)
commit0f2c43c926ce2c9a0c14c525c39cc962627e20df
treeb13eebe5c8bf751e0c8c367fe8477bda619274bf
parenta933e2ea80bb9ba95a88fe2f784e029353524256
KVM: nVMX: do not call nested_vmx_succeed() for consistency check VMExit

EFLAGS is set to a fixed value on VMExit, calling nested_vmx_succeed()
is unnecessary and wrong.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c