VirtualBox

Changeset 57525 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 25, 2015 10:20:37 AM (9 years ago)
Author:
vboxsync
Message:

FE/VBoxManage: NVMe integration

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r57358 r57525  
    10821082                           "%s storagectl %s      <uuid|vmname>\n"
    10831083                     "                            --name <name>\n"
    1084                      "                            [--add ide|sata|scsi|floppy|sas]\n"
     1084                     "                            [--add ide|sata|scsi|floppy|sas|pcie]\n"
    10851085                     "                            [--controller LSILogic|LSILogicSAS|BusLogic|\n"
    1086                      "                                          IntelAHCI|PIIX3|PIIX4|ICH6|I82078]\n"
     1086                     "                                          IntelAHCI|PIIX3|PIIX4|ICH6|I82078|NVMe]\n"
    10871087                     "                            [--portcount <1-n>]\n"
    10881088                     "                            [--hostiocache on|off]\n"
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp

    r57358 r57525  
    10861086                                                          ctl.asOutParam()));
    10871087            }
     1088            else if (!RTStrICmp(pszBusType, "pcie"))
     1089            {
     1090                CHECK_ERROR(machine, AddStorageController(Bstr(pszCtl).raw(),
     1091                                                          StorageBus_PCIe,
     1092                                                          ctl.asOutParam()));
     1093            }
    10881094            else
    10891095            {
     
    11381144                {
    11391145                    CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_USB));
     1146                }
     1147                else if (!RTStrICmp(pszCtlType, "nvme"))
     1148                {
     1149                    CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_NVMe));
    11401150                }
    11411151                else
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