Re: [PATCH 1/4] KVM: VMX: cache secondary exec controls

From: Paolo Bonzini
Date: Thu Aug 24 2017 - 11:25:51 EST


On 24/08/2017 16:47, Jim Mattson wrote:
>> Currently, secondary execution controls are divided in three groups:
>>
>> - static, depending mostly on the module arguments or the processor
>> (vmx_secondary_exec_control)
>>
>> - static, depending on CPUID (vmx_cpuid_update)
> There should also be:
>
> - static, depending on guest VMX capability MSRs (vmx_set_vmx_msr)

Can you explain what you mean?

Paolo