diff options
author | Igor Mammedov <imammedo@redhat.com> | 2023-01-12 15:02:35 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-01-28 06:21:29 -0500 |
commit | 89b36fd8614a7d02e15a72c6aa25a3682fc7fcef (patch) | |
tree | 05f5a023069dbc26c122335dfa58ba14abcb26ac | |
parent | 36773faeebbc965e6063802ae3c215f1a5f01bda (diff) | |
download | qemu-89b36fd8614a7d02e15a72c6aa25a3682fc7fcef.zip qemu-89b36fd8614a7d02e15a72c6aa25a3682fc7fcef.tar.gz qemu-89b36fd8614a7d02e15a72c6aa25a3682fc7fcef.tar.bz2 |
tests: acpi: whitelist DSDT blobs for tests that use pci-bridges
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230112140312.3096331-4-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 4 |
1 files changed, 4 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..2602a57 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,5 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/q35/DSDT.multi-bridge", +"tests/data/acpi/pc/DSDT.bridge", +"tests/data/acpi/pc/DSDT.roothp", +"tests/data/acpi/pc/DSDT.hpbridge", |