OSDN Git Service

KVM: nVMX: WARN if nested run hits VMFail with early consistency checks enabled
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 26 Sep 2018 16:23:58 +0000 (09:23 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Oct 2018 22:30:00 +0000 (00:30 +0200)
commit2768c0cc4ad591d846568a989bcdf2c49660a97e
treee56133da20f26d92d0c1bcdc81ba0e5e0f377b63
parent52017608da33182d0c8b397b21c95f8afab37784
KVM: nVMX: WARN if nested run hits VMFail with early consistency checks enabled

When early consistency checks are enabled, all VMFail conditions
should be caught by nested_vmx_check_vmentry_hw().

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