- Timestamp:
- Jan 23, 2017 3:56:04 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113010
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r65405 r65407 392 392 g_HmR0.vmx.Msrs.u64BasicInfo = ASMRdMsr(MSR_IA32_VMX_BASIC_INFO); 393 393 /* KVM workaround: Intel SDM section 34.15.5 describes that MSR_IA32_SMM_MONITOR_CTL 394 * depends on bit 49 MSR_IA32_VMX_BASIC_INFO while table 35-2 says that this MSR394 * depends on bit 49 of MSR_IA32_VMX_BASIC_INFO while table 35-2 says that this MSR 395 395 * is available if either VMX or SMX is supported. */ 396 396 if (MSR_IA32_VMX_BASIC_INFO_VMCS_DUAL_MON(g_HmR0.vmx.Msrs.u64BasicInfo))
Note:
See TracChangeset
for help on using the changeset viewer.