]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/virt-acpi-build: Don't create ITS id mappings by default
authorShameer Kolothum <shameerali.kolothum.thodi@huawei.com>
Tue, 8 Jul 2025 15:40:44 +0000 (16:40 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Jul 2025 15:20:00 +0000 (16:20 +0100)
commit47a4f6a900e1d0764cb973b7140f471859de4128
tree0863a695e32cd0440a4aa0f7329096aba1606bef
parent677bb509bfbe5f94bb15a62d8490cbad89aa9b94
hw/arm/virt-acpi-build: Don't create ITS id mappings by default

Commit d6afe18b7242 ("hw/arm/virt-acpi-build: Fix ACPI IORT and MADT tables
when its=off") moved ITS group node generation under the its=on condition.
However, it still creates rc_its_idmaps unconditionally, which results in
duplicate ID mappings in the IORT table.

Fixes:d6afe18b7242 ("hw/arm/virt-acpi-build: Fix ACPI IORT and MADT tables when its=off")
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Donald Dutile <ddutile@redhat.com>
Tested-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt-acpi-build.c