Changeset 101271 in vbox
- Timestamp:
- Sep 26, 2023 1:13:10 PM (12 months ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
-
src-client/ConsoleImplConfigX86.cpp (modified) (1 diff)
-
src-server/MachineImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigX86.cpp
r101073 r101271 806 806 uint32_t uMaxIntelFamilyModelStep = UINT32_MAX; 807 807 if ( osTypeId == "MacOS" 808 || osTypeId == "MacOS_ 64")808 || osTypeId == "MacOS_x64") 809 809 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn / X5482. */ 810 810 else if ( osTypeId == "MacOS106" 811 || osTypeId == "MacOS106_ 64")811 || osTypeId == "MacOS106_x64") 812 812 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn / X5482 */ 813 813 else if ( osTypeId == "MacOS107" 814 || osTypeId == "MacOS107_ 64")814 || osTypeId == "MacOS107_x64") 815 815 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn / X5482 */ /** @todo figure out 816 816 what is required here. */ 817 817 else if ( osTypeId == "MacOS108" 818 || osTypeId == "MacOS108_ 64")818 || osTypeId == "MacOS108_x64") 819 819 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn / X5482 */ /** @todo figure out 820 820 what is required here. */ 821 821 else if ( osTypeId == "MacOS109" 822 || osTypeId == "MacOS109_ 64")822 || osTypeId == "MacOS109_x64") 823 823 uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn / X5482 */ /** @todo figure 824 824 out what is required here. */ -
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r101269 r101271 501 501 502 502 /* Enable the VMMDev testing feature for bootsector VMs: */ 503 if (aOsType && aOsType->i_id() == "VBoxBS_ 64")503 if (aOsType && aOsType->i_id() == "VBoxBS_x64") 504 504 mData->pMachineConfigFile->mapExtraDataItems["VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled"] = "1"; 505 505 … … 15359 15359 15360 15360 /* Enable the VMMDev testing feature for bootsector VMs: */ 15361 if (osTypeId == "VBoxBS_ 64")15361 if (osTypeId == "VBoxBS_x64") 15362 15362 { 15363 15363 hrc = setExtraData("VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled", "1");
Note:
See TracChangeset
for help on using the changeset viewer.

