VirtualBox

Ignore:
Timestamp:
May 14, 2019 3:16:21 PM (6 years ago)
Author:
vboxsync
Message:

Main/Machine+StorageController+SystemProperties+Console: Add basic support for virtio-scsi storage controller.

File:
1 edited

Legend:

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

    r78261 r78509  
    33103310        case StorageControllerType_NVMe:
    33113311            return "nvme";
     3312        case StorageControllerType_VirtioSCSI:
     3313            return "virtio-scsi";
    33123314        default:
    33133315            return NULL;
     
    33313333        case StorageBus_SAS:
    33323334        case StorageBus_PCIe:
     3335        case StorageBus_VirtioSCSI:
    33333336        {
    33343337            uLun = port;
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