]> 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)
commit3a4b7cf43092245d4830c8198c8d90d6c4a5526b
treeed89c81c7e3cb498ea48552c330834036fd44305
parent40693893fc6f60a570c741117e050806852625a7
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: 91918b81623f ("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