OSDN Git Service

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)
commitc37a6116d85c7eda541769a2b3ba4c6c9164002e
treeb13eebe5c8bf751e0c8c367fe8477bda619274bf
parentcb61de2f4819b248dfb3f1380e046ab1276c5227
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