VirtualBox

Changeset 101124 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 15, 2023 12:08:14 PM (15 months ago)
Author:
vboxsync
Message:

Main: Added missing controller names in Machine::i_controllerNameFromBusType(). bugref:10384

File:
1 edited

Legend:

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

    r101039 r101124  
    1512915129            break;
    1513015130        }
     15131        case StorageBus_PCIe:
     15132        {
     15133            strControllerName = "PCIe";
     15134            break;
     15135        }
     15136        case StorageBus_VirtioSCSI:
     15137        {
     15138            strControllerName = "VirtioSCSI";
     15139            break;
     15140        }
    1513115141        default:
     15142            AssertFailed(); /* Catch missing case above. */
    1513215143            break;
    1513315144    }
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