From: Peter Maydell Date: Mon, 6 Nov 2023 15:00:26 +0000 (+0000) Subject: tests/qtest/bios-tables-test: Allow changes to virt SPCR and DBG2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1eb2888ecd55ace57b37009492f11cd53a6f4148;p=qmiga%2Fqemu.git tests/qtest/bios-tables-test: Allow changes to virt SPCR and DBG2 Allow changes to the virt board SPCR and DBG2 -- we are going to fix an error in the UART descriptions there. Signed-off-by: Peter Maydell --- diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..6673e2c4c1 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/SPCR", +"tests/data/acpi/virt/DBG2",