]> git.baikalelectronics.ru Git - kernel.git/commit
nVMX x86: Check VPID value on vmentry of L2 guests
authorKrish Sadhukhan <krish.sadhukhan@oracle.com>
Tue, 4 Sep 2018 18:42:58 +0000 (14:42 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Sep 2018 22:51:45 +0000 (00:51 +0200)
commitf0d73654781560b6b7a629eeb698bece714dad85
tree0f6078a01354c450227685a66475904d76918e00
parentb27c9b87ba5a9bedbcc2f04c73abfefa62435b64
nVMX x86: Check VPID value on vmentry of L2 guests

According to section "Checks on VMX Controls" in Intel SDM vol 3C, the
following check needs to be enforced on vmentry of L2 guests:

    If the 'enable VPID' VM-execution control is 1, the value of the
    of the VPID VM-execution control field must not be 0000H.

Signed-off-by: Krish Sadhukhan <krish.sadhukhan@oracle.com>
Reviewed-by: Mark Kanda <mark.kanda@oracle.com>
Reviewed-by: Liran Alon <liran.alon@oracle.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c