- Timestamp:
- Jul 18, 2007 2:34:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r3505 r3686 170 170 DBGFR3InfoRegisterInternal(pVM, "cpumhyper", "Displays the hypervisor cpu state.", &cpumR3InfoHyper); 171 171 DBGFR3InfoRegisterInternal(pVM, "cpumhost", "Displays the host cpu state.", &cpumR3InfoHost); 172 DBGFR3InfoRegisterInternal(pVM, "cpuid", "Displays the guest cpuid lea fs.", &cpumR3CpuIdInfo);172 DBGFR3InfoRegisterInternal(pVM, "cpuid", "Displays the guest cpuid leaves.", &cpumR3CpuIdInfo); 173 173 174 174 /* … … 996 996 997 997 /** 998 * Display the guest CpuId lea fs.998 * Display the guest CpuId leaves. 999 999 * 1000 1000 * @param pVM VM Handle.
Note:
See TracChangeset
for help on using the changeset viewer.