qdev: simplify isa irq assignments
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 10 Sep 2009 09:43:27 +0000 (11:43 +0200)
committermalc <av1474@comtv.ru>
Thu, 10 Sep 2009 15:47:59 +0000 (19:47 +0400)
commit2e15e23b8a3c5da5576b7ea8631c956381eea0d5
tree6b58c916a271c2fa707f39210a71094a4cfafe06
parent86c861578453b544fa67ad50d28c4460bee068c5
qdev: simplify isa irq assignments

isa-bus owns the isa irqs now, so it can hand them out directly.
There is no need for the separate isa_connect_irqs step, drop it.

Also hard-code isa interrupts which can't be configured anyway.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/fdc.c
hw/isa-bus.c
hw/isa.h
hw/mips_malta.c
hw/pc.c
hw/pckbd.c
hw/sun4u.c