Changeset 101158 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 18, 2023 3:37:30 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp
r101156 r101158 404 404 /* When using VirtioSCSI as the HDD storage controller and the DVD Drive is on that same controller, 405 405 * we have to raise the port count, as VirtioSCSI only configures one port per default. */ 406 if ( hdCtr 406 if ( hdCtr == dvdCtr 407 407 && hdStorageControllerType == KStorageControllerType_VirtioSCSI) 408 408 hdCtr.SetPortCount(2);
Note:
See TracChangeset
for help on using the changeset viewer.