- Timestamp:
- Aug 14, 2012 6:47:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r42571 r42800 968 968 hrc = pMachine->GetCPUProperty(CPUPropertyType_Synthetic, &fSyntheticCpu); H(); 969 969 InsertConfigInteger(pCPUM, "SyntheticCpu", fSyntheticCpu); 970 971 if (fOsXGuest) 972 InsertConfigInteger(pCPUM, "EnableHVP", 1); 970 973 971 974 BOOL fPXEDebug; … … 3250 3253 } 3251 3254 } 3252 3255 3253 3256 if ( pMedium 3254 3257 && ( lType == DeviceType_DVD
Note:
See TracChangeset
for help on using the changeset viewer.