]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilities
authorMaxim Levitsky <mlevitsk@redhat.com>
Sat, 23 May 2020 16:14:54 +0000 (19:14 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 27 May 2020 17:08:03 +0000 (13:08 -0400)
commitcf808a1fe23499cc5bab7b8fd9b4b95a57b1b2e2
treecdef7cb22a4efad1b86ed3c297ad3573a1fdf164
parentf826cafed299b5d169375cb21da0a0db4102179e
KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilities

Even though we might not allow the guest to use WAITPKG's new
instructions, we should tell KVM that the feature is supported by the
host CPU.

Note that vmx_waitpkg_supported checks that WAITPKG _can_ be set in
secondary execution controls as specified by VMX capability MSR, rather
that we actually enable it for a guest.

Cc: stable@vger.kernel.org
Fixes: a8b7181fd1b4 ("KVM: x86: Add support for user wait instructions")
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20200523161455.3940-2-mlevitsk@redhat.com>
Reviewed-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c