diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-01-22 14:35:35 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-02-15 11:31:52 +0000 |
commit | 6c1c2e912fcf915bfaf04ef42cbfe593c2df352f (patch) | |
tree | bc95680242901da49461f637fe9f07657ff14994 /tests | |
parent | 83ae76cea3a2499f69f98bb90e98224b9a801926 (diff) | |
download | qemu-6c1c2e912fcf915bfaf04ef42cbfe593c2df352f.zip qemu-6c1c2e912fcf915bfaf04ef42cbfe593c2df352f.tar.gz qemu-6c1c2e912fcf915bfaf04ef42cbfe593c2df352f.tar.bz2 |
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 <peter.maydell@linaro.org>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Message-id: 20240122143537.233498-2-peter.maydell@linaro.org
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 2 |
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..7a6d4f8 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", |