Re: [Qemu-devel] [RFC v4 05/12] isa: Allow to un-associate an IRQ

2011-06-12 Thread Andreas Färber
Am 09.06.2011 um 17:12 schrieb Markus Armbruster: Markus Armbruster writes: Andreas Färber writes: Signed-off-by: Andreas Färber --- hw/isa-bus.c | 14 ++ hw/isa.h |1 + 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/hw/isa-bus.c b/hw/isa-bus.c index 1

Re: [Qemu-devel] [RFC v4 05/12] isa: Allow to un-associate an IRQ

2011-06-09 Thread Markus Armbruster
Markus Armbruster writes: > Andreas Färber writes: > >> Signed-off-by: Andreas Färber >> --- >> hw/isa-bus.c | 14 ++ >> hw/isa.h |1 + >> 2 files changed, 15 insertions(+), 0 deletions(-) >> >> diff --git a/hw/isa-bus.c b/hw/isa-bus.c >> index 1f64673..6ac3e61 100644 >>

Re: [Qemu-devel] [RFC v4 05/12] isa: Allow to un-associate an IRQ

2011-06-09 Thread Markus Armbruster
Andreas Färber writes: > Signed-off-by: Andreas Färber > --- > hw/isa-bus.c | 14 ++ > hw/isa.h |1 + > 2 files changed, 15 insertions(+), 0 deletions(-) > > diff --git a/hw/isa-bus.c b/hw/isa-bus.c > index 1f64673..6ac3e61 100644 > --- a/hw/isa-bus.c > +++ b/hw/isa-bus.c

[Qemu-devel] [RFC v4 05/12] isa: Allow to un-associate an IRQ

2011-06-08 Thread Andreas Färber
Signed-off-by: Andreas Färber --- hw/isa-bus.c | 14 ++ hw/isa.h |1 + 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/hw/isa-bus.c b/hw/isa-bus.c index 1f64673..6ac3e61 100644 --- a/hw/isa-bus.c +++ b/hw/isa-bus.c @@ -80,6 +80,20 @@ void isa_init_irq(ISADevi