]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: Restore a preemption timer consistency check
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 13 Feb 2019 00:42:23 +0000 (16:42 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Feb 2019 18:38:25 +0000 (19:38 +0100)
commit3ff9980e602a401cb20c010b8e42a0ab066e8000
treeed89c81c7e3cb498ea48552c330834036fd44305
parentff149c1ace0d91be27a82e6c8a62aca0fda657e8
KVM: nVMX: Restore a preemption timer consistency check

A recently added preemption timer consistency check was unintentionally
dropped when the consistency checks were being reorganized to match the
SDM's ordering.

Fixes: 4e2684762dcb ("KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate helper function")
Cc: Krish Sadhukhan <krish.sadhukhan@oracle.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c