From: Peter Maydell Date: Mon, 22 Jan 2024 14:35:35 +0000 (+0000) Subject: tests/qtest/bios-tables-test: Allow changes to virt GTDT X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6c1c2e912fcf915bfaf04ef42cbfe593c2df352f;p=qemu.git tests/qtest/bios-tables-test: Allow changes to virt GTDT Allow changes to the virt GTDT -- we are going to add the IRQ entry for a new timer to it. Signed-off-by: Peter Maydell Reviewed-by: Ard Biesheuvel Message-id: 20240122143537.233498-2-peter.maydell@linaro.org --- diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..7a6d4f8021 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,3 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/virt/FACP", +"tests/data/acpi/virt/GTDT",