OSDN Git Service

hw/arm/virt-acpi-build: Fix GSIV values of the {GERR, Sync} interrupts
authorZenghui Yu <yuzenghui@huawei.com>
Fri, 2 Apr 2021 08:47:31 +0000 (16:47 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 12 Apr 2021 10:06:24 +0000 (11:06 +0100)
commit0c38f607836af40921ea2b58676b7c4a9fe33bef
tree6aba5d71dedf8f3ccdc7365eaf9a9697a98f340a
parent555249a59e9cdd6b58da103aba5cf3a2d45c899f
hw/arm/virt-acpi-build: Fix GSIV values of the {GERR, Sync} interrupts

The GSIV values in SMMUv3 IORT node are not correct as they don't match
the SMMUIrq enumeration, which describes the IRQ<->PIN mapping used by
our emulated vSMMU.

Fixes: a703b4f6c1ee ("hw/arm/virt-acpi-build: Add smmuv3 node in IORT table")
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Acked-by: Eric Auger <eric.auger@redhat.com>
Message-id: 20210402084731.93-1-yuzenghui@huawei.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt-acpi-build.c