Changeset 48915 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 7, 2013 11:44:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r48777 r48915 925 925 if (fOsXGuest) 926 926 { 927 if ( osTypeId >= "MacOS107_64" 928 || osTypeId == "MacOS" /* legacy */ 929 || osTypeId == "MacOS_64") /* legacy */ 930 InsertConfigInteger(pCPUM, "EnableHVP", 1); 927 InsertConfigInteger(pCPUM, "EnableHVP", 1); 931 928 932 929 /* Fake the CPU family/model so the guest works. This is partly
Note:
See TracChangeset
for help on using the changeset viewer.