VirtualBox

Changeset 90203 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jul 15, 2021 12:26:57 AM (4 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl2: Use alternative HDA device ID for macOS VMs. bugref:9890

File:
1 edited

Legend:

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

    r90202 r90203  
    30973097                    if (strDebugPathOut.isNotEmpty())
    30983098                        InsertConfigString(pCfg,    "DebugPathOut",         strDebugPathOut);
     3099
     3100                    /* macOS guests uses a different HDA variant to make 10.14+ (or maybe 10.13?) recognize the device. */
     3101                    if (fOsXGuest)
     3102                        InsertConfigString(pCfg,    "DeviceName",           "Intel Sunrise Point");
    30993103                    break;
    31003104                }
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