Changeset 107650 in vbox for trunk/src/VBox/VMM/tools/VBoxCpuReport.cpp
- Timestamp:
- Jan 10, 2025 1:42:28 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/tools/VBoxCpuReport.cpp
r106061 r107650 4533 4533 PCPUMCPUIDLEAF paLeaves; 4534 4534 uint32_t cLeaves; 4535 int rc = CPUMCpuIdCollectLeaves X86(&paLeaves, &cLeaves);4535 int rc = CPUMCpuIdCollectLeavesFromX86Host(&paLeaves, &cLeaves); 4536 4536 if (RT_FAILURE(rc)) 4537 4537 return RTMsgErrorRc(rc, "CPUMR3CollectCpuIdInfo failed: %Rrc\n", rc);
Note:
See TracChangeset
for help on using the changeset viewer.