VirtualBox

Changeset 19512 in vbox for trunk


Ignore:
Timestamp:
May 8, 2009 8:08:49 AM (16 years ago)
Author:
vboxsync
Message:

Logging updates

File:
1 edited

Legend:

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

    r19489 r19512  
    11101110#else
    11111111    /** @todo: init CPUs */
    1112     LogRel(("[SMP] apic_startup: %d on CPUs %d\n", vector_num, s->id));
     1112    Log(("[SMP] apic_startup: %d on CPUs %d\n", vector_num, s->id));
    11131113    cpuSendSipi(dev, s, vector_num);
    11141114#endif
     
    20372037    APICState *s = getLapic(dev);
    20382038
    2039 #ifdef VBOX_WITH_SMP_GUESTS
    20402039    Log(("[SMP] apicMMIORead at %llx\n", (uint64_t)GCPhysAddr));
    2041 #endif
    20422040
    20432041    /** @todo: add LAPIC range validity checks (different LAPICs can theoretically have
     
    20912089    APICState *s = getLapic(dev);
    20922090
    2093 #ifdef VBOX_WITH_SMP_GUESTS
    20942091    Log(("[SMP] apicMMIOWrite at %llx\n", (uint64_t)GCPhysAddr));
    2095 #endif
    20962092
    20972093    /** @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