| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Dec. 18, 2012, 4:51 p.m. |
| Message ID | <1355849477-1226-6-git-send-email-stefanha@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/207167/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/arm_gic.c b/hw/arm_gic.c index 8d769de..b6062c4 100644 --- a/hw/arm_gic.c +++ b/hw/arm_gic.c @@ -76,7 +76,7 @@ void gic_update(GICState *s) if (best_prio < s->priority_mask[cpu]) { s->current_pending[cpu] = best_irq; if (best_prio < s->running_priority[cpu]) { - DPRINTF("Raised pending IRQ %d\n", best_irq); + DPRINTF("Raised pending IRQ %d (cpu %d)\n", best_irq, cpu); level = 1; } }