Re: [Qemu-devel] [PATCH v3 07/11] versatile_pci: Implement the correct PCI IRQ mapping

2013-04-04 Thread Peter Maydell
On 4 April 2013 18:03, Michael S. Tsirkin wrote: > On Thu, Apr 04, 2013 at 01:58:29PM +0100, Peter Maydell wrote: >> Implement the correct IRQ mapping for the Versatile PCI controller; it >> differs between realview and versatile boards, but the previous QEMU >> implementation was correct only for

Re: [Qemu-devel] [PATCH v3 07/11] versatile_pci: Implement the correct PCI IRQ mapping

2013-04-04 Thread Michael S. Tsirkin
On Thu, Apr 04, 2013 at 01:58:29PM +0100, Peter Maydell wrote: > Implement the correct IRQ mapping for the Versatile PCI controller; it > differs between realview and versatile boards, but the previous QEMU > implementation was correct only for the first PCI card on a versatile > board, since we we

[Qemu-devel] [PATCH v3 07/11] versatile_pci: Implement the correct PCI IRQ mapping

2013-04-04 Thread Peter Maydell
Implement the correct IRQ mapping for the Versatile PCI controller; it differs between realview and versatile boards, but the previous QEMU implementation was correct only for the first PCI card on a versatile board, since we weren't swizzling IRQs based on the slot number. Since this change would