Re: [PATCH 05/16] KVM: VMX: Drop initialization of IA32_FEATURE_CONTROL MSR

2019-10-04 Thread Jim Mattson
On Fri, Oct 4, 2019 at 2:56 PM Sean Christopherson wrote: > > Remove the code to initialize IA32_FEATURE_CONTROL MSR when KVM is > loaded now that the MSR is initialized during boot on all CPUs that > support VMX, i.e. can possibly load kvm_intel. > > Signed-off-by: Sean Christopherson Reviewed-b

[PATCH 05/16] KVM: VMX: Drop initialization of IA32_FEATURE_CONTROL MSR

2019-10-04 Thread Sean Christopherson
Remove the code to initialize IA32_FEATURE_CONTROL MSR when KVM is loaded now that the MSR is initialized during boot on all CPUs that support VMX, i.e. can possibly load kvm_intel. Signed-off-by: Sean Christopherson --- arch/x86/kvm/vmx/vmx.c | 48 +- 1 f