~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to hw/intc/ioapic_common.c

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    uint32_t remote_irr = 0;
59
59
    int i;
60
60
 
61
 
    monitor_printf(mon, "ioapic id=0x%02x sel=0x%02x", s->id, s->ioregsel);
 
61
    monitor_printf(mon, "ioapic ver=0x%x id=0x%02x sel=0x%02x",
 
62
                   s->version, s->id, s->ioregsel);
62
63
    if (s->ioregsel) {
63
64
        monitor_printf(mon, " (redir[%u])\n",
64
65
                       (s->ioregsel - IOAPIC_REG_REDTBL_BASE) >> 1);