From ee951a37d8873bff7aa58e23222dfd984111b6cb Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Sat, 19 Feb 2011 18:56:22 +0100 Subject: isa-bus: Remove bogus IRQ sharing check Nothing prevented IRQ sharing on the ISA bus in principle. Not all boards supported this, neither each and every card nor driver and OS. Still, there existed valid IRQ sharing scenarios, (at least) two of them can also be found in QEMU: >2 PC UARTs and the PREP IDE buses. So remove this artificial restriction from our ISA model. Signed-off-by: Jan Kiszka Signed-off-by: Aurelien Jarno --- hw/isa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/isa.h') diff --git a/hw/isa.h b/hw/isa.h index e26abfa063..d2b6126602 100644 --- a/hw/isa.h +++ b/hw/isa.h @@ -26,7 +26,7 @@ struct ISADeviceInfo { ISABus *isa_bus_new(DeviceState *dev); void isa_bus_irqs(qemu_irq *irqs); -qemu_irq isa_reserve_irq(int isairq); +qemu_irq isa_get_irq(int isairq); void isa_init_irq(ISADevice *dev, qemu_irq *p, int isairq); void isa_init_ioport(ISADevice *dev, uint16_t ioport); void isa_init_ioport_range(ISADevice *dev, uint16_t start, uint16_t length); -- cgit 1.4.1