VirtualBox

Changeset 101158 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Sep 18, 2023 3:37:30 PM (15 months ago)
Author:
vboxsync
Message:

FE/Qt: Moved the Intel AHCI into the x86 platform case + increased the port count to 2 when using virtio-SCSI [SCM fixes]. bugref:10510

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp

    r101156 r101158  
    404404            /* When using VirtioSCSI as the HDD storage controller and the DVD Drive is on that same controller,
    405405             * we have to raise the port count, as VirtioSCSI only configures one port per default. */
    406             if (   hdCtr                                   == dvdCtr
     406            if (   hdCtr                   == dvdCtr
    407407                && hdStorageControllerType == KStorageControllerType_VirtioSCSI)
    408408                hdCtr.SetPortCount(2);
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