VirtualBox

Ignore:
Timestamp:
Nov 9, 2010 4:44:39 PM (14 years ago)
Author:
vboxsync
Message:

Main, QT/FE, VBoxManage: per-chipset controller count limits

File:
1 edited

Legend:

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

    r33766 r33915  
    847847            systemProperties->COMGETTER(MaxBootPosition)(&ulValue);
    848848            RTPrintf("Maximum Boot Position:           %u\n", ulValue);
    849             systemProperties->GetMaxInstancesOfStorageBus(StorageBus_IDE, &ulValue);
    850             RTPrintf("Maximum IDE Controllers:         %u\n", ulValue);
     849            systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_PIIX3, StorageBus_IDE, &ulValue);
     850            RTPrintf("Maximum PIIX3 IDE Controllers:   %u\n", ulValue);
     851            systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_ICH9, StorageBus_IDE, &ulValue);
     852            RTPrintf("Maximum ICH9 IDE Controllers:    %u\n", ulValue);
    851853            systemProperties->GetMaxPortCountForStorageBus(StorageBus_IDE, &ulValue);
    852854            RTPrintf("Maximum IDE Port count:          %u\n", ulValue);
    853855            systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_IDE, &ulValue);
    854856            RTPrintf("Maximum Devices per IDE Port:    %u\n", ulValue);
    855             systemProperties->GetMaxInstancesOfStorageBus(StorageBus_SATA, &ulValue);
    856             RTPrintf("Maximum SATA Controllers:        %u\n", ulValue);
     857            systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_PIIX3, StorageBus_SATA, &ulValue);
     858            RTPrintf("Maximum PIIX3 SATA Controllers:  %u\n", ulValue);
     859            systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_ICH9, StorageBus_SATA, &ulValue);
     860            RTPrintf("Maximum ICH9 SATA Controllers:   %u\n", ulValue);
    857861            systemProperties->GetMaxPortCountForStorageBus(StorageBus_SATA, &ulValue);
    858862            RTPrintf("Maximum SATA Port count:         %u\n", ulValue);
    859863            systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_SATA, &ulValue);
    860864            RTPrintf("Maximum Devices per SATA Port:   %u\n", ulValue);
    861             systemProperties->GetMaxInstancesOfStorageBus(StorageBus_SCSI, &ulValue);
    862             RTPrintf("Maximum SCSI Controllers:        %u\n", ulValue);
     865            systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_PIIX3, StorageBus_SCSI, &ulValue);
     866            RTPrintf("Maximum PIIX3 SCSI Controllers:  %u\n", ulValue);
     867            systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_ICH9, StorageBus_SCSI, &ulValue);
     868            RTPrintf("Maximum ICH9 SCSI Controllers:   %u\n", ulValue);
    863869            systemProperties->GetMaxPortCountForStorageBus(StorageBus_SCSI, &ulValue);
    864870            RTPrintf("Maximum SCSI Port count:         %u\n", ulValue);
    865871            systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_SCSI, &ulValue);
    866872            RTPrintf("Maximum Devices per SCSI Port:   %u\n", ulValue);
    867             systemProperties->GetMaxInstancesOfStorageBus(StorageBus_SAS, &ulValue);
    868             RTPrintf("Maximum SAS Controllers:         %u\n", ulValue);
     873            systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_PIIX3, StorageBus_SAS, &ulValue);
     874            RTPrintf("Maximum SAS PIIX3 Controllers:   %u\n", ulValue);
     875            systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_ICH9, StorageBus_SAS, &ulValue);
     876            RTPrintf("Maximum SAS ICH9 Controllers:    %u\n", ulValue);
    869877            systemProperties->GetMaxPortCountForStorageBus(StorageBus_SAS, &ulValue);
    870878            RTPrintf("Maximum SAS Port count:          %u\n", ulValue);
    871879            systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_SAS, &ulValue);
    872880            RTPrintf("Maximum Devices per SAS Port:    %u\n", ulValue);
    873             systemProperties->GetMaxInstancesOfStorageBus(StorageBus_Floppy, &ulValue);
    874             RTPrintf("Maximum Floppy Controllers:      %u\n", ulValue);
     881            systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_PIIX3, StorageBus_Floppy, &ulValue);
     882            RTPrintf("Maximum PIIX3 Floppy Controllers:%u\n", ulValue);
     883            systemProperties->GetMaxInstancesOfStorageBus(ChipsetType_ICH9, StorageBus_Floppy, &ulValue);
     884            RTPrintf("Maximum ICH9 Floppy Controllers: %u\n", ulValue);
    875885            systemProperties->GetMaxPortCountForStorageBus(StorageBus_Floppy, &ulValue);
    876886            RTPrintf("Maximum Floppy Port count:       %u\n", ulValue);
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