]> Git Repo - qemu.git/blobdiff - hw/intc/ioapic_common.c
hw/intc/arm_gic: modernise the DPRINTF
[qemu.git] / hw / intc / ioapic_common.c
index 1b7ec5ec2046eab9573f8cf5fb849531aa5ecc45..97c4f9c2df55a565c55447fc57e2842d1c3de55c 100644 (file)
@@ -58,7 +58,8 @@ void ioapic_print_redtbl(Monitor *mon, IOAPICCommonState *s)
     uint32_t remote_irr = 0;
     int i;
 
-    monitor_printf(mon, "ioapic id=0x%02x sel=0x%02x", s->id, s->ioregsel);
+    monitor_printf(mon, "ioapic ver=0x%x id=0x%02x sel=0x%02x",
+                   s->version, s->id, s->ioregsel);
     if (s->ioregsel) {
         monitor_printf(mon, " (redir[%u])\n",
                        (s->ioregsel - IOAPIC_REG_REDTBL_BASE) >> 1);
This page took 0.021343 seconds and 4 git commands to generate.