summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMiguel Luis2022-10-11 20:17:27 +0200
committerMichael S. Tsirkin2022-11-07 19:12:19 +0100
commit3cd0c8992f1c399191772e15177e2a57a9be8051 (patch)
treea997e6de3defd2f4b08ef4c64126bd0096fa6208 /tests
parentMAINTAINERS: add myself as the maintainer for acpi biosbits avocado tests (diff)
downloadqemu-3cd0c8992f1c399191772e15177e2a57a9be8051.tar.gz
qemu-3cd0c8992f1c399191772e15177e2a57a9be8051.tar.xz
qemu-3cd0c8992f1c399191772e15177e2a57a9be8051.zip
tests/acpi: virt: allow acpi MADT and FADT changes
Step 3 from bios-tables-test.c documented procedure. Signed-off-by: Miguel Luis <miguel.luis@oracle.com> Message-Id: <20221011181730.10885-2-miguel.luis@oracle.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Ani Sinha <ani@anisinha.ca>
Diffstat (limited to 'tests')
-rw-r--r--tests/qtest/bios-tables-test-allowed-diff.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..8dc50f7a8a 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,7 @@
/* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/virt/FACP",
+"tests/data/acpi/virt/FACP.numamem",
+"tests/data/acpi/virt/FACP.memhp",
+"tests/data/acpi/virt/APIC",
+"tests/data/acpi/virt/APIC.memhp",
+"tests/data/acpi/virt/APIC.numamem",