Changeset 47856 in vbox for trunk/src/VBox
- Timestamp:
- Aug 19, 2013 7:19:29 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88151
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r47844 r47856 872 872 #if 0 /* enable if you need it. */ 873 873 if (g_aLApics[iCpu].fX2Apic) 874 SUPR0Printf("CPUM: X2APIC %02u at - ver %#x, lint0=%#x lint1=%#x pc=%#x thmr=%#x\n",874 SUPR0Printf("CPUM: X2APIC %02u - ver %#010x, lint0=%#07x lint1=%#07x pc=%#07x thmr=%#07x\n", 875 875 iCpu, uApicVersion, 876 876 ApicX2RegRead32(APIC_REG_LVT_LINT0), ApicX2RegRead32(APIC_REG_LVT_LINT1), 877 877 ApicX2RegRead32(APIC_REG_LVT_PC), ApicX2RegRead32(APIC_REG_LVT_THMR) ); 878 878 else 879 SUPR0Printf("CPUM: APIC %02u at %RGp (mapped at %p) - ver %# x, lint0=%#x lint1=%#x pc=%#x thmr=%#x\n",879 SUPR0Printf("CPUM: APIC %02u at %RGp (mapped at %p) - ver %#010x, lint0=%#07x lint1=%#07x pc=%#07x thmr=%#07x\n", 880 880 iCpu, g_aLApics[iCpu].PhysBase, g_aLApics[iCpu].pv, uApicVersion, 881 881 ApicRegRead(g_aLApics[iCpu].pv, APIC_REG_LVT_LINT0), ApicRegRead(g_aLApics[iCpu].pv, APIC_REG_LVT_LINT1),
Note:
See TracChangeset
for help on using the changeset viewer.