VirtualBox

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


Ignore:
Timestamp:
Oct 8, 2013 10:38:17 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89702
Message:

Main, Frontends: Make the port count of the SAS controller configurable and support up to 255 storage devices

File:
1 edited

Legend:

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

    r48983 r48985  
    20182018                    InsertConfigString(pCfg,  "ControllerType", "SAS1068");
    20192019                    InsertConfigInteger(pCfg, "Bootable",  fBootable);
     2020
     2021                    ULONG cPorts = 0;
     2022                    hrc = ctrls[i]->COMGETTER(PortCount)(&cPorts);                          H();
     2023                    InsertConfigInteger(pCfg, "NumPorts", cPorts);
    20202024
    20212025                    /* Attach the status driver */
Note: See TracChangeset for help on using the changeset viewer.

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