[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH, RFC 3/4] prep: Fix duplicate ISA IDE IRQ
From: |
Alexander Graf |
Subject: |
Re: [Qemu-devel] [PATCH, RFC 3/4] prep: Fix duplicate ISA IDE IRQ |
Date: |
Mon, 20 Dec 2010 10:07:15 +0100 |
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-off-by: Hervé Poussineau <address@hidden>
>> Cc: Alexander Graf <address@hidden>
>> Signed-off-by: Andreas Färber <address@hidden>
>
> The implied question behind "RFC" is, has this been a dormant bug in
> ppc_prep.c or would this need to be fixed at ISA level (allowing two devices
> to share the same IRQ) in isa-bus.c where the above error message is raised?
That depends on the hardware. Usually ISA can't share IRQs. There are some
exceptions though, where ISA controllers have some built in magic to enable
sharing along identical devices. Not sure which case we're looking at here, but
having them separate is certainly the safe choice.
Alex
- [Qemu-devel] [PATCH 0/4] ppc: Fix PReP emulation, Andreas Färber, 2010/12/13
- [Qemu-devel] [PATCH 1/4] prep: Remove bogus BIOS size check, Andreas Färber, 2010/12/13
- [Qemu-devel] [PATCH 2/4] prep: Add ELF support, Andreas Färber, 2010/12/13
- [Qemu-devel] [PATCH, RFC 3/4] prep: Fix duplicate ISA IDE IRQ, Andreas Färber, 2010/12/13
- [Qemu-devel] [FYI 4/4] prep: Quickfix for ioport, Andreas Färber, 2010/12/13
- Re: [Qemu-devel] [FYI 4/4] prep: Quickfix for ioport, Andreas Färber, 2010/12/26
- Re: [Qemu-devel] [FYI 4/4] prep: Quickfix for ioport, Alexander Graf, 2010/12/26
- Re: [Qemu-devel] [FYI 4/4] prep: Quickfix for ioport, Andreas Färber, 2010/12/26
- Re: [Qemu-devel] [PATCH, RFC 3/4] prep: Fix duplicate ISA IDE IRQ, Andreas Färber, 2010/12/20
- Re: [Qemu-devel] [PATCH, RFC 3/4] prep: Fix duplicate ISA IDE IRQ,
Alexander Graf <=
[Qemu-devel] Re: [PATCH 1/4] prep: Remove bogus BIOS size check, Alexander Graf, 2010/12/19
[Qemu-devel] Re: [PATCH 0/4] ppc: Fix PReP emulation, Alexander Graf, 2010/12/19
- [Qemu-devel] Re: [PATCH 0/4] ppc: Fix PReP emulation, Andreas Färber, 2010/12/19
- [Qemu-devel] Re: [PATCH 0/4] ppc: Fix PReP emulation, Alexander Graf, 2010/12/19
- [Qemu-devel] Re: [PATCH 0/4] ppc: Fix PReP emulation, Andreas Färber, 2010/12/19
- [Qemu-devel] Re: [PATCH 0/4] ppc: Fix PReP emulation, Alexander Graf, 2010/12/20
- Re: [Qemu-devel] Re: [PATCH 0/4] ppc: Fix PReP emulation, Andreas Färber, 2010/12/20
- Re: [Qemu-devel] Re: [PATCH 0/4] ppc: Fix PReP emulation, Alexander Graf, 2010/12/20