hw/arm/sbsa-ref : Fix SMMUv3 Initialisation
commitb8bf3472ccb4e5265dc6ec148a38f4b4dd5ac896
authorGraeme Gregory <graeme@nuviainc.com>
Wed, 7 Oct 2020 10:07:31 +0000 (7 11:07 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 8 Oct 2020 14:24:32 +0000 (8 15:24 +0100)
tree155728e6e498fd8fbe0bf4fcd10b1b0c0377da2e
parent1ef6a40608f8e20cb39762a9eeaa29d135310244
hw/arm/sbsa-ref : Fix SMMUv3 Initialisation

SMMUv3 has an error in a previous patch where an i was transposed to a 1
meaning interrupts would not have been correctly assigned to the SMMUv3
instance.

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>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-id: 20201007100732.4103790-2-graeme@nuviainc.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/sbsa-ref.c