KVM: VMX: Guest usage of IA32_SPEC_CTRL is likely
authorJim Mattson <jmattson@google.com>
Wed, 19 Oct 2022 21:36:19 +0000 (14:36 -0700)
committerSean Christopherson <seanjc@google.com>
Thu, 1 Dec 2022 00:15:44 +0000 (16:15 -0800)
commit4f209989586c79e9bf59ba9381101f5fb449dfbb
tree047f65d21da27e3798c25b97775e7bca718a9625
parent9cc409325ddd776f6fd6293d5ce93ce1248af6e4
KVM: VMX: Guest usage of IA32_SPEC_CTRL is likely

At this point in time, most guests (in the default, out-of-the-box
configuration) are likely to use IA32_SPEC_CTRL.  Therefore, drop the
compiler hint that it is unlikely for KVM to be intercepting WRMSR of
IA32_SPEC_CTRL.

Signed-off-by: Jim Mattson <jmattson@google.com>
Reviewed-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/r/20221019213620.1953281-2-jmattson@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/vmx/vmx.c