VirtualBox

Changeset 20817 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 23, 2009 11:53:33 AM (15 years ago)
Author:
vboxsync
Message:

APIC logging changes

File:
1 edited

Legend:

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

    r20816 r20817  
    12671267
    12681268    if (!(s->spurious_vec & APIC_SV_ENABLE)) {
    1269         Log(("apic_get_interrupt: returns -1 (APIC_SV_ENABLE)\n"));
     1269        Log(("CPU%d: apic_get_interrupt: returns -1 (APIC_SV_ENABLE)\n", s->phys_id));
    12701270        intno = -1;
    12711271        goto done;
     
    12751275    intno = get_highest_priority_int(s->irr);
    12761276    if (intno < 0) {
    1277         Log(("apic_get_interrupt: returns -1 (irr)\n"));
     1277        Log(("CPU%d: apic_get_interrupt: returns -1 (irr)\n", s->phys_id));
    12781278        intno = -1;
    12791279        goto done;
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