aboutsummaryrefslogtreecommitdiff
path: root/hw/s390-virtio.c
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2011-10-16 11:53:13 +0200
committerBlue Swirl <blauwirbel@gmail.com>2011-10-16 11:11:55 +0000
commit661f1929d0b9ce9af530f1806cfc6136c630d405 (patch)
treeb21aedb0a4843dc347971e676d1327c1de7d56f8 /hw/s390-virtio.c
parent81a02f93bac79598637eb5ffa5a5e3a6f1887175 (diff)
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 <jan.kiszka@siemens.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/s390-virtio.c')
-rw-r--r--hw/s390-virtio.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/s390-virtio.c b/hw/s390-virtio.c
index acbf02604b..778cffe39c 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) {