]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/arm/sbsa-ref: fix typo breaking PCIe IRQs
authorGraeme Gregory <graeme@nuviainc.com>
Fri, 28 Aug 2020 09:02:43 +0000 (10:02 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 9 Sep 2020 23:51:39 +0000 (18:51 -0500)
commita575af07b8009bc51a311274c15846697b7d5f7c
treecd590d8a6eb937c9aac19eefcd5c654379dffced
parent5e817ece11e8fff09f1635dc9667175ef2234c28
hw/arm/sbsa-ref: fix typo breaking PCIe IRQs

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.

Cc: qemu-stable@nongnu.org
Fixes: 48ba18e6d3f3 ("hw/arm/sbsa-ref: Simplify by moving the gic in the machine state")
Signed-off-by: Graeme Gregory <graeme@nuviainc.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20200821083853.356490-1-graeme@nuviainc.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 870f0051b4ada9a361f7454f833432ae8c06c095)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/arm/sbsa-ref.c