VirtualBox

Changeset 19739 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
May 15, 2009 2:31:49 PM (16 years ago)
Author:
vboxsync
Message:

Logging updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r19650 r19739  
    352352DECLINLINE(void) cpuSetInterrupt(APICDeviceInfo* dev, APICState *s)
    353353{
    354     Log2(("apic: setting interrupt flag\n"));
     354    Log2(("apic: setting interrupt flag for cpu %d\n", getCpuFromLapic(dev, s)));
    355355    dev->CTX_SUFF(pApicHlp)->pfnSetInterruptFF(dev->CTX_SUFF(pDevIns),
    356356                                               getCpuFromLapic(dev, s));
     
    14501450    }
    14511451#ifdef DEBUG_APIC
    1452     Log(("APIC read: %08x = %08x\n", (uint32_t)addr, val));
     1452    Log(("CPU%d: APIC read: %08x = %08x\n", s->phys_id, (uint32_t)addr, val));
    14531453#endif
    14541454    return val;
     
    14751475
    14761476#ifdef DEBUG_APIC
    1477     Log(("APIC write: %08x = %08x\n", (uint32_t)addr, val));
     1477    Log(("CPU%d: APIC write: %08x = %08x\n", s->phys_id, (uint32_t)addr, val));
    14781478#endif
    14791479
     
    20362036    APICState *s = getLapic(dev);
    20372037
    2038     Log(("apicMMIORead CPU%d at %llx\n", s->phys_id,  (uint64_t)GCPhysAddr));
     2038    Log(("CPU%d: apicMMIORead at %llx\n", s->phys_id,  (uint64_t)GCPhysAddr));
    20392039
    20402040    /** @todo: add LAPIC range validity checks (different LAPICs can theoretically have
     
    20882088    APICState *s = getLapic(dev);
    20892089
    2090     Log(("apicMMIOWrite CPU%d at %llx\n", s->phys_id, (uint64_t)GCPhysAddr));
     2090    Log(("CPU%d: apicMMIOWrite at %llx\n", s->phys_id, (uint64_t)GCPhysAddr));
    20912091
    20922092    /** @todo: add LAPIC range validity checks (multiple LAPICs can theoretically have
Note: See TracChangeset for help on using the changeset viewer.

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