VirtualBox

Changeset 101168 in vbox for trunk/include/VBox/settings.h


Ignore:
Timestamp:
Sep 19, 2023 12:55:37 PM (17 months ago)
Author:
vboxsync
Message:

Main: Fixed reading the CPU properties (like CPU count). bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r101035 r101168  
    15741574    void readStorageControllerAttributes(const xml::ElementNode &elmStorageController, StorageController &sctl);
    15751575    void readPlatformCPUIDTreeX86(const xml::ElementNode &elmChild, PlatformX86 &platX86);
    1576     void readPlatformX86(const xml::ElementNode &elmPlatform,PlatformX86 &platX86);
    1577     void readPlatform(const xml::ElementNode &elmPlatform, Platform &plat);
     1576    void readPlatformX86(const xml::ElementNode &elmPlatformX86OrHardware, PlatformX86 &platX86);
     1577    void readPlatform(const xml::ElementNode &elmPlatformOrHardware, Hardware &hw, Platform &plat);
    15781578    void readHardware(const xml::ElementNode &elmHardware, Hardware &hw);
    15791579    void readHardDiskAttachments_pre1_7(const xml::ElementNode &elmHardDiskAttachments, Storage &strg);
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