Changeset 64910 in vbox
- Timestamp:
- Dec 16, 2016 1:36:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r63404 r64910 674 674 systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_SAS, &ulValue); 675 675 RTPrintf("Maximum Devices per SAS Port: %u\n", ulValue); 676 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_PIIX3, StorageBus_PCIe, &ulValue); 677 RTPrintf("Maximum NVMe PIIX3 Controllers: %u\n", ulValue); 678 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_ICH9, StorageBus_PCIe, &ulValue); 679 RTPrintf("Maximum NVMe ICH9 Controllers: %u\n", ulValue); 680 systemProperties->GetMaxPortCountForStorageBus(StorageBus_PCIe, &ulValue); 681 RTPrintf("Maximum NVMe Port count: %u\n", ulValue); 682 systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_PCIe, &ulValue); 683 RTPrintf("Maximum Devices per NVMe Port: %u\n", ulValue); 676 684 systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_PIIX3, StorageBus_Floppy, &ulValue); 677 685 RTPrintf("Maximum PIIX3 Floppy Controllers:%u\n", ulValue);
Note:
See TracChangeset
for help on using the changeset viewer.

