VirtualBox

Ignore:
Timestamp:
May 12, 2009 2:37:26 PM (16 years ago)
Author:
vboxsync
Message:

Use physical id for logging APIC

File:
1 edited

Legend:

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

    r19616 r19632  
    11091109    env->halted = 0;
    11101110#else
    1111     Log(("[SMP] apic_startup: %d on CPUs %d\n", vector_num, s->id));
     1111    Log(("[SMP] apic_startup: %d on CPUs %d\n", vector_num, s->phys_id));
    11121112    cpuSendSipi(dev, s, vector_num);
    11131113#endif
     
    20362036    APICState *s = getLapic(dev);
    20372037
    2038     Log(("apicMMIORead CPU%d at %llx\n", s->id,  (uint64_t)GCPhysAddr));
     2038    Log(("apicMMIORead CPU%d 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->id, (uint64_t)GCPhysAddr));
     2090    Log(("apicMMIOWrite CPU%d 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