Changeset 94910 in vbox
- Timestamp:
- May 8, 2022 3:42:06 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r94901 r94910 2125 2125 DBGFR3InfoRegisterInternalEx(pVM, "cpumguestinstr", "Displays the current guest instruction.", 2126 2126 &cpumR3InfoGuestInstr, DBGFINFO_FLAGS_ALL_EMTS); 2127 DBGFR3InfoRegisterInternal( pVM, "cpuid", "Displays the guest cpuid leaves.", &cpumR3CpuIdInfo); 2127 DBGFR3InfoRegisterInternal( pVM, "cpuid", "Displays the guest cpuid leaves.", 2128 &cpumR3CpuIdInfo); 2128 2129 DBGFR3InfoRegisterInternal( pVM, "cpumvmxfeat", "Displays the host and guest VMX hwvirt. features.", 2129 &cpumR3InfoVmxFeatures);2130 &cpumR3InfoVmxFeatures); 2130 2131 2131 2132 rc = cpumR3DbgInit(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.