VirtualBox

Ignore:
Timestamp:
Sep 15, 2023 2:34:40 PM (15 months ago)
Author:
vboxsync
Message:

FE/VBoxManage: Improved "show systemproperties": Removed the hardcoded limitation of only showing PIIX3 chipset information, added support for dynamically showing supported platforms + their supported chipsets. Grouping of output for better readability. Needs a bit more polishing wrt uniform output (see @todo) though [Windows build fix]. bugref:10384

File:
1 edited

Legend:

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

    r101126 r101128  
    993993            RTPrintf("\n");
    994994        ComPtr<IPlatformProperties> platformProperties;
    995         CHECK_ERROR2I_RET(pVirtualBox, COMGETTER(PlatformProperties)(saPlatformArch[i], platformProperties.asOutParam()), hrcCheck);
     995        pVirtualBox->GetPlatformProperties(saPlatformArch[i], platformProperties.asOutParam());
    996996        RTPrintf(List::tr("%s platform properties:\n"), platformArchitectureToStr(saPlatformArch[i]));
    997997        listPlatformProperties(platformProperties);
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