Re: [Qemu-devel] [STABLE][PATCH] isa-bus: Remove bogus IRQ sharing check

2011-02-21 Thread Aurelien Jarno
On Sat, Feb 19, 2011 at 06:56:22PM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > 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

Re: [Qemu-devel] [STABLE][PATCH] isa-bus: Remove bogus IRQ sharing check

2011-02-20 Thread Jan Kiszka
On 2011-02-19 23:45, Michael Tokarev wrote: > 19.02.2011 20:56, Jan Kiszka wrote: >> From: Jan Kiszka >> >> 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 scenario

Re: [Qemu-devel] [STABLE][PATCH] isa-bus: Remove bogus IRQ sharing check

2011-02-19 Thread Michael Tokarev
19.02.2011 20:56, Jan Kiszka wrote: > From: Jan Kiszka > > 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 Q

[Qemu-devel] [STABLE][PATCH] isa-bus: Remove bogus IRQ sharing check

2011-02-19 Thread Jan Kiszka
From: Jan Kiszka 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 rem