VirtualBox

Changeset 101271 in vbox


Ignore:
Timestamp:
Sep 26, 2023 1:13:10 PM (12 months ago)
Author:
vboxsync
Message:

Main: More guest OS types string fixes; we now use explicitly _x64 instead of _64 for the x86_64 stuff.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigX86.cpp

    r101073 r101271  
    806806            uint32_t uMaxIntelFamilyModelStep = UINT32_MAX;
    807807            if (   osTypeId == "MacOS"
    808                 || osTypeId == "MacOS_64")
     808                || osTypeId == "MacOS_x64")
    809809                uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn / X5482. */
    810810            else if (   osTypeId == "MacOS106"
    811                      || osTypeId == "MacOS106_64")
     811                     || osTypeId == "MacOS106_x64")
    812812                uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn / X5482 */
    813813            else if (   osTypeId == "MacOS107"
    814                      || osTypeId == "MacOS107_64")
     814                     || osTypeId == "MacOS107_x64")
    815815                uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn / X5482 */ /** @todo figure out
    816816                                                                                what is required here. */
    817817            else if (   osTypeId == "MacOS108"
    818                      || osTypeId == "MacOS108_64")
     818                     || osTypeId == "MacOS108_x64")
    819819                uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn / X5482 */ /** @todo figure out
    820820                                                                                what is required here. */
    821821            else if (   osTypeId == "MacOS109"
    822                      || osTypeId == "MacOS109_64")
     822                     || osTypeId == "MacOS109_x64")
    823823                uMaxIntelFamilyModelStep = RT_MAKE_U32_FROM_U8(1, 23, 6, 0); /* Penryn / X5482 */ /** @todo figure
    824824                                                                                out what is required here. */
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r101269 r101271  
    501501
    502502        /* Enable the VMMDev testing feature for bootsector VMs: */
    503         if (aOsType && aOsType->i_id() == "VBoxBS_64")
     503        if (aOsType && aOsType->i_id() == "VBoxBS_x64")
    504504            mData->pMachineConfigFile->mapExtraDataItems["VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled"] = "1";
    505505
     
    1535915359
    1536015360    /* Enable the VMMDev testing feature for bootsector VMs: */
    15361     if (osTypeId == "VBoxBS_64")
     15361    if (osTypeId == "VBoxBS_x64")
    1536215362    {
    1536315363        hrc = setExtraData("VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled", "1");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette