aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2023-11-06 15:00:26 +0000
committerPeter Maydell <peter.maydell@linaro.org>2023-11-06 15:00:26 +0000
commit1eb2888ecd55ace57b37009492f11cd53a6f4148 (patch)
tree8349271a794f6ed7a811c2ecdbd1b9d1db68acee /tests
parentfa68ecb330dbdfeefa7f4d11e30c939da13853b0 (diff)
downloadqemu-1eb2888ecd55ace57b37009492f11cd53a6f4148.zip
qemu-1eb2888ecd55ace57b37009492f11cd53a6f4148.tar.gz
qemu-1eb2888ecd55ace57b37009492f11cd53a6f4148.tar.bz2
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 <peter.maydell@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/qtest/bios-tables-test-allowed-diff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523..6673e2c 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",