]> 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)
commit82828940a4a09e7fe1b8e8ed1fd9919194697ac8
treee56133da20f26d92d0c1bcdc81ba0e5e0f377b63
parent086fc6cbc3d89a5576110b11e577327dd57ef134
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