KVM: nSVM: check for EFER.SVME=1 before entering guest
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Mar 2020 12:41:32 +0000 (13:41 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Mar 2020 12:41:32 +0000 (13:41 +0100)
commitd55c9d4009c7622e081cbe599c673076b9854ea1
tree16eaaceba5ca4351c290e97af546fe5b29b4ae61
parent9401f2e5b0cee7a122eb05452850e0e799d32d4b
KVM: nSVM: check for EFER.SVME=1 before entering guest

EFER is set for L2 using svm_set_efer, which hardcodes EFER_SVME to 1 and hides
an incorrect value for EFER.SVME in the L1 VMCB.  Perform the check manually
to detect invalid guest state.

Reported-by: Krish Sadhukhan <krish.sadhukhan@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm.c