]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit33c66e5a362b8e826d38b64bcda4451a1acebff7
treee56133da20f26d92d0c1bcdc81ba0e5e0f377b63
parent62c2f27e6b47efb2853a263925ebf960baf5a18f
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