]> 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)
commit658abf62eae71f1d3165a589fe26b51f96ba583c
treeb13eebe5c8bf751e0c8c367fe8477bda619274bf
parentd2da69d6fc09ac9c97df704c6cd956c667c1bdf9
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