isa-bus: Remove bogus IRQ sharing check
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 19 Feb 2011 17:56:22 +0000 (18:56 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 21 Feb 2011 14:46:53 +0000 (15:46 +0100)
commit899288d6a22524df474d5bdc72d53e11cddd9cff
treec8304bedb44ce8b6f69877547c34d521923b74eb
parent77031d6dfa68c5489c5af098e5d75f3e1a5388f4
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 <jan.kiszka@siemens.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/hpet.c
hw/i8254.c
hw/ide/piix.c
hw/ide/via.c
hw/isa-bus.c
hw/isa.h
hw/mips_malta.c
hw/pc_piix.c