KVM: VMX: Drop unnecessary vmx_fb_clear_ctrl_available "cache"
authorSean Christopherson <seanjc@google.com>
Wed, 7 Jun 2023 00:43:10 +0000 (17:43 -0700)
committerSean Christopherson <seanjc@google.com>
Wed, 2 Aug 2023 23:37:30 +0000 (16:37 -0700)
commit550ba57faa04042956079b8d09ec0f83bef8817f
tree654e9bcb1e3101bc055bfa0d638bebe260981100
parenta2fd5d02bad6d63daaaf4a8bb19c2400387aca61
KVM: VMX: Drop unnecessary vmx_fb_clear_ctrl_available "cache"

Now that KVM snapshots the host's MSR_IA32_ARCH_CAPABILITIES, drop the
similar snapshot/cache of whether or not KVM is allowed to manipulate
MSR_IA32_MCU_OPT_CTRL.FB_CLEAR_DIS.  The motivation for the cache was
presumably to avoid the RDMSR, e.g. boot_cpu_has_bug() is quite cheap, and
modifying the vCPU's MSR_IA32_ARCH_CAPABILITIES is an infrequent option
and a relatively slow path.

Cc: Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
Reviewed-by: Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Link: https://lore.kernel.org/r/20230607004311.1420507-3-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/vmx/vmx.c