Re: [Qemu-devel] [PATCH, RFC 3/4] prep: Fix duplicate ISA IDE IRQ

2011-01-16 Thread Aurelien Jarno
On Tue, Dec 14, 2010 at 01:49:17AM +0100, Andreas Färber wrote: > Calling isa_ide_init() twice with the same IRQ 13 fails: > > qemu: hardware error: isa irq 13 already assigned > > Use a different IRQ (14) for the second one to avoid this. I am not sure it is actually a good idea. While it fixes

Re: [Qemu-devel] [PATCH, RFC 3/4] prep: Fix duplicate ISA IDE IRQ

2010-12-20 Thread Alexander Graf
On 20.12.2010, at 07:37, Andreas Färber wrote: > Am 14.12.2010 um 01:49 schrieb Andreas Färber: > >> Calling isa_ide_init() twice with the same IRQ 13 fails: >> >> qemu: hardware error: isa irq 13 already assigned >> >> Use a different IRQ (14) for the second one to avoid this. >> >> Signed-o

Re: [Qemu-devel] [PATCH, RFC 3/4] prep: Fix duplicate ISA IDE IRQ

2010-12-19 Thread Andreas Färber
Am 14.12.2010 um 01:49 schrieb Andreas Färber: Calling isa_ide_init() twice with the same IRQ 13 fails: qemu: hardware error: isa irq 13 already assigned Use a different IRQ (14) for the second one to avoid this. Signed-off-by: Hervé Poussineau Cc: Alexander Graf Signed-off-by: Andreas Färb

[Qemu-devel] [PATCH, RFC 3/4] prep: Fix duplicate ISA IDE IRQ

2010-12-13 Thread Andreas Färber
Calling isa_ide_init() twice with the same IRQ 13 fails: qemu: hardware error: isa irq 13 already assigned Use a different IRQ (14) for the second one to avoid this. Signed-off-by: Hervé Poussineau Cc: Alexander Graf Signed-off-by: Andreas Färber --- hw/ppc_prep.c |2 +- 1 files changed,