Re: [PATCH 1/3] KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRS

2019-07-02 Thread Liran Alon
> On 2 Jul 2019, at 18:04, Paolo Bonzini wrote: > > Some secondary controls are automatically enabled/disabled based on the CPUID > values that are set for the guest. However, they are still available at a > global level and therefore should be present when KVM_GET_MSRS is sent to > /dev/kvm.

[PATCH 1/3] KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRS

2019-07-02 Thread Paolo Bonzini
Some secondary controls are automatically enabled/disabled based on the CPUID values that are set for the guest. However, they are still available at a global level and therefore should be present when KVM_GET_MSRS is sent to /dev/kvm. Fixes: 1389309c811 ("KVM: nVMX: expose VMX capabilities for n