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
VMXON is spec'd to read IA32_FEATURE_CONTROL MSR (see pseudocode in the SDM), so if KVM is not reading (or not even implementing) that MSR, it's not working according to the specification.
The IA32_FEATURE_CONTROL MSR in KVM is not implemented. See vmx_get_vmx_msr and vmx_set_vmx_msr in the Linux kernel code.
Quick workaround:
The text was updated successfully, but these errors were encountered: