Changeset 90203 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jul 15, 2021 12:26:57 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r90202 r90203 3097 3097 if (strDebugPathOut.isNotEmpty()) 3098 3098 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"); 3099 3103 break; 3100 3104 }
Note:
See TracChangeset
for help on using the changeset viewer.