Re: [PATCH] hw/arm/sbsa-ref: fix typo breaking PCIe IRQs

2020-08-24 Thread Peter Maydell
On Fri, 21 Aug 2020 at 09:39, Graeme Gregory wrote: > > Fixing a typo in a previous patch that translated an "i" to a 1 > and therefore breaking the allocation of PCIe interrupts. This was > discovered when virtio-net-pci devices ceased to function correctly. > > Fixes: 48ba18e6d3f3 ("hw/arm/sbsa-

Re: [PATCH] hw/arm/sbsa-ref: fix typo breaking PCIe IRQs

2020-08-21 Thread Philippe Mathieu-Daudé
On 8/21/20 10:38 AM, Graeme Gregory wrote: > Fixing a typo in a previous patch that translated an "i" to a 1 > and therefore breaking the allocation of PCIe interrupts. This was > discovered when virtio-net-pci devices ceased to function correctly. > > Fixes: 48ba18e6d3f3 ("hw/arm/sbsa-ref: Simpli

Re: [PATCH] hw/arm/sbsa-ref: fix typo breaking PCIe IRQs

2020-08-21 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200821083853.356490-1-gra...@nuviainc.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN =

[PATCH] hw/arm/sbsa-ref: fix typo breaking PCIe IRQs

2020-08-21 Thread Graeme Gregory
Fixing a typo in a previous patch that translated an "i" to a 1 and therefore breaking the allocation of PCIe interrupts. This was discovered when virtio-net-pci devices ceased to function correctly. Fixes: 48ba18e6d3f3 ("hw/arm/sbsa-ref: Simplify by moving the gic in the machine state") Signed-o