OSDN Git Service

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)
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 <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