VirtualBox

Ignore:
Timestamp:
Jan 10, 2025 1:42:28 PM (3 weeks ago)
Author:
vboxsync
Message:

VMM/CPUM,++: Made the HostFeatures match the host when targeting x86 guests on arm64 hosts. Merged and deduplicated code targeting x86 & amd64. jiraref:VBP-1470

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/tools/VBoxCpuReport.cpp

    r106061 r107650  
    45334533    PCPUMCPUIDLEAF  paLeaves;
    45344534    uint32_t        cLeaves;
    4535     int rc = CPUMCpuIdCollectLeavesX86(&paLeaves, &cLeaves);
     4535    int rc = CPUMCpuIdCollectLeavesFromX86Host(&paLeaves, &cLeaves);
    45364536    if (RT_FAILURE(rc))
    45374537        return RTMsgErrorRc(rc, "CPUMR3CollectCpuIdInfo failed: %Rrc\n", rc);
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