-
- Downloads
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> (cherry picked from commit ee951a37)
Showing
- hw/hpet.c 0 additions, 1 deletionhw/hpet.c
- hw/ide/piix.c 1 addition, 1 deletionhw/ide/piix.c
- hw/ide/via.c 1 addition, 1 deletionhw/ide/via.c
- hw/isa-bus.c 3 additions, 13 deletionshw/isa-bus.c
- hw/isa.h 1 addition, 1 deletionhw/isa.h
- hw/mips_fulong2e.c 1 addition, 1 deletionhw/mips_fulong2e.c
- hw/mips_malta.c 2 additions, 2 deletionshw/mips_malta.c
- hw/pc.c 1 addition, 1 deletionhw/pc.c
- hw/pc_piix.c 2 additions, 2 deletionshw/pc_piix.c
Loading
Please register or sign in to comment