summary refs log tree commit diff stats
path: root/hw/intc/ioapic.c
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2017-12-29 15:31:04 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2018-06-28 19:05:37 +0200
commit0c8465440d50c18a7bb13d0a866748f0593e193a (patch)
treeca3197b79504f3c67d4bd63d0aeb2e86c98915c7 /hw/intc/ioapic.c
parentcce5405e0ebce0cd400cfd3d3d218a776ac6b333 (diff)
downloadfocaccia-qemu-0c8465440d50c18a7bb13d0a866748f0593e193a.tar.gz
focaccia-qemu-0c8465440d50c18a7bb13d0a866748f0593e193a.zip
hmp: obsolete "info ioapic"
Let's start to use "info pic" just like other platforms.  For now we
keep the command for a while so that old users can know what is the new
command to use.

Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20171229073104.3810-6-peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/intc/ioapic.c')
-rw-r--r--hw/intc/ioapic.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/intc/ioapic.c b/hw/intc/ioapic.c
index 222f3f7d47..b3937807c2 100644
--- a/hw/intc/ioapic.c
+++ b/hw/intc/ioapic.c
@@ -234,17 +234,6 @@ void ioapic_eoi_broadcast(int vector)
     }
 }
 
-void ioapic_dump_state(Monitor *mon, const QDict *qdict)
-{
-    int i;
-
-    for (i = 0; i < MAX_IOAPICS; i++) {
-        if (ioapics[i] != 0) {
-            ioapic_print_redtbl(mon, ioapics[i]);
-        }
-    }
-}
-
 static uint64_t
 ioapic_mem_read(void *opaque, hwaddr addr, unsigned int size)
 {