OSDN Git Service

hw/arm/sbsa-ref : allocate IRQs for SMMUv3
authorGraeme Gregory <graeme@nuviainc.com>
Wed, 7 Oct 2020 10:07:32 +0000 (11:07 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 8 Oct 2020 14:24:32 +0000 (15:24 +0100)
commit04788fd5c5577cbe5fb61107cdd9732479c793ca
treeebcdef7762daa3a16fbe5d4e42655d59ce1c9e83
parentb8bf3472ccb4e5265dc6ec148a38f4b4dd5ac896
hw/arm/sbsa-ref : allocate IRQs for SMMUv3

Original commit did not allocate IRQs for the SMMUv3 in the irqmap
effectively using irq 0->3 (shared with other devices). Assuming
original intent was to allocate unique IRQs then add an allocation
to the irqmap.

Fixes: e9fdf453240 ("hw/arm: Add arm SBSA reference machine, devices part")
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Graeme Gregory <graeme@nuviainc.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-id: 20201007100732.4103790-3-graeme@nuviainc.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/sbsa-ref.c