You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRS
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: 1389309 ("KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace", 2018-02-26)
Reviewed-by: Liran Alon <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
(cherry picked from commit 6defc59)
Orabug: 31699256
Conflicts:
arch/x86/kvm/vmx/nested.c
This file was split out later from arch/x86/kvm/vmx.c.
Signed-off-by: Maciej S. Szmigiero <[email protected]>
Reviewed-by: David Edmondson <[email protected]>
Reviewed-by: Mihai Carabas <[email protected]>
Signed-off-by: Somasundaram Krishnasamy <[email protected]>
0 commit comments