VirtualBox

Changeset 82270 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Nov 28, 2019 6:04:59 PM (5 years ago)
Author:
vboxsync
Message:

Main/SystemProperties: re-sort the storage buses (SATA first as it covers most guests, then all others in numeric order because it's hard to rank them currently) and storage controller types (also SATA first, then IDE with PIIX4 first, and so on)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r82268 r82270  
    15711571    static const StorageBus_T aStorageBuses[] =
    15721572    {
     1573        StorageBus_SATA,
    15731574        StorageBus_IDE,
    1574         StorageBus_SATA,
    15751575        StorageBus_SCSI,
    15761576        StorageBus_Floppy,
     
    15911591    static const StorageControllerType_T aStorageControllerTypes[] =
    15921592    {
     1593        StorageControllerType_IntelAhci,
     1594        StorageControllerType_PIIX4,
    15931595        StorageControllerType_PIIX3,
    1594         StorageControllerType_PIIX4,
    15951596        StorageControllerType_ICH6,
    1596         StorageControllerType_IntelAhci,
    15971597        StorageControllerType_LsiLogic,
    15981598        StorageControllerType_BusLogic,
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