VirtualBox

Changeset 47856 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 19, 2013 7:19:29 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88151
Message:

VMM: logging cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp

    r47844 r47856  
    872872#if 0 /* enable if you need it. */
    873873        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",
    875875                        iCpu, uApicVersion,
    876876                        ApicX2RegRead32(APIC_REG_LVT_LINT0), ApicX2RegRead32(APIC_REG_LVT_LINT1),
    877877                        ApicX2RegRead32(APIC_REG_LVT_PC), ApicX2RegRead32(APIC_REG_LVT_THMR) );
    878878        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",
    880880                        iCpu, g_aLApics[iCpu].PhysBase, g_aLApics[iCpu].pv, uApicVersion,
    881881                        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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette