aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest
diff options
context:
space:
mode:
authorAni Sinha <ani@anisinha.ca>2021-10-07 19:27:48 +0530
committerMichael S. Tsirkin <mst@redhat.com>2021-10-20 06:18:17 -0400
commit6dcb1cc9512c6b4cd8f85abc537abaf6f6c0738b (patch)
treeb3f70597188ccf2c0192372d2ed3c58d57a8226f /tests/qtest
parent0e464f7d993113119f0fd17b890831440734ce15 (diff)
downloadqemu-6dcb1cc9512c6b4cd8f85abc537abaf6f6c0738b.zip
qemu-6dcb1cc9512c6b4cd8f85abc537abaf6f6c0738b.tar.gz
qemu-6dcb1cc9512c6b4cd8f85abc537abaf6f6c0738b.tar.bz2
tests/acpi/bios-tables-test: add and allow changes to a new q35 DSDT table blob
We are adding a new unit test to cover the acpi hotplug support in q35 for multi-function bridges. This test uses a new table DSDT.multi-bridge. We need to allow changes in DSDT acpi table for addition of this new unit test. Signed-off-by: Ani Sinha <ani@anisinha.ca> Message-Id: <20211007135750.1277213-2-ani@anisinha.ca> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to 'tests/qtest')
-rw-r--r--tests/qtest/bios-tables-test-allowed-diff.h1
1 files changed, 1 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..dabc024 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,2 @@
/* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/q35/DSDT.multi-bridge",