diff options
author | Igor Mammedov <imammedo@redhat.com> | 2023-03-02 17:15:28 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-03-07 12:39:00 -0500 |
commit | 52ad9eb2372245ba5829742fc176f3c8af36f592 (patch) | |
tree | b52458c0b1486ce9f812d66b152d8b3a5868b8c8 | |
parent | bda649537c385ab8aa33c1b8eb9caf4ccf734680 (diff) | |
download | qemu-52ad9eb2372245ba5829742fc176f3c8af36f592.zip qemu-52ad9eb2372245ba5829742fc176f3c8af36f592.tar.gz qemu-52ad9eb2372245ba5829742fc176f3c8af36f592.tar.bz2 |
tests: acpi: whitelist DSDT before adding device with acpi-index to testcases
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230302161543.286002-20-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 | 3 |
1 files changed, 3 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..7024497 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,4 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/pc/DSDT.hpbrroot", +"tests/data/acpi/q35/DSDT.multi-bridge", +"tests/data/acpi/q35/DSDT.noacpihp", |