Changeset 20817 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 23, 2009 11:53:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r20816 r20817 1267 1267 1268 1268 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)); 1270 1270 intno = -1; 1271 1271 goto done; … … 1275 1275 intno = get_highest_priority_int(s->irr); 1276 1276 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)); 1278 1278 intno = -1; 1279 1279 goto done;
Note:
See TracChangeset
for help on using the changeset viewer.