- Timestamp:
- Jun 26, 2014 8:27:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GIMMinimal.cpp
r51333 r51731 38 38 AssertReturn(pVM->gim.s.enmProviderId == GIMPROVIDERID_MINIMAL, VERR_INTERNAL_ERROR_5); 39 39 40 Assert(CPUMGetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_HVP)); 40 /* 41 * Enable the Hypervisor Present and MWait Extensions bits. 42 */ 43 CPUMSetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_HVP); 44 CPUMSetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_MWAIT_EXTS); 41 45 42 46 /** @todo Register CPUID leaves, MSR ranges with CPUM. */
Note:
See TracChangeset
for help on using the changeset viewer.