VirtualBox

Changeset 62236 in vbox


Ignore:
Timestamp:
Jul 14, 2016 8:56:28 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108748
Message:

ValidationKit: Fix adding NVMe storage controllers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py

    r62180 r62236  
    5858    elif sController == "SCSI Controller":
    5959        iType = vboxcon.StorageBus_SCSI;
     60    elif sController == "NVMe Controller":
     61        iType = vboxcon.StorageBus_PCIe;
    6062    else:
    6163        iType = vboxcon.StorageBus_Null;
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