KVM: nVMX: Restore a preemption timer consistency check
authorSean Christopherson <[email protected]>
Wed, 13 Feb 2019 00:42:23 +0000 (16:42 -0800)
committerPaolo Bonzini <[email protected]>
Wed, 13 Feb 2019 18:38:25 +0000 (19:38 +0100)
commitbc44121190aea96de171408310db3d3c87e2cc11
treeed89c81c7e3cb498ea48552c330834036fd44305
parent6b1971c694975e49af302229202c0043568b1791
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: 461b4ba4c7ad ("KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate helper function")
Cc: Krish Sadhukhan <[email protected]>
Signed-off-by: Sean Christopherson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
arch/x86/kvm/vmx/nested.c