From 661f1929d0b9ce9af530f1806cfc6136c630d405 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Sun, 16 Oct 2011 11:53:13 +0200 Subject: monitor: Restrict pic/irq_info to supporting targets This allows to drop various stubs and move the i8359 into hwlib. Signed-off-by: Jan Kiszka Signed-off-by: Blue Swirl --- hw/s390-virtio.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'hw/s390-virtio.c') diff --git a/hw/s390-virtio.c b/hw/s390-virtio.c index acbf026..778cffe 100644 --- a/hw/s390-virtio.c +++ b/hw/s390-virtio.c @@ -62,17 +62,6 @@ static VirtIOS390Bus *s390_bus; static CPUState **ipi_states; -void irq_info(Monitor *mon); -void pic_info(Monitor *mon); - -void irq_info(Monitor *mon) -{ -} - -void pic_info(Monitor *mon) -{ -} - CPUState *s390_cpu_addr2state(uint16_t cpu_addr) { if (cpu_addr >= smp_cpus) { -- cgit v1.1