diff options
author | Igor Mammedov | 2022-07-01 15:35:12 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2022-10-09 22:38:46 +0200 |
commit | 166cff2b8fa428ec411dd4beea98d8c4aa07f76d (patch) | |
tree | 3adab0439459af7c1913b9566aea80ea360b4488 /tests/qtest/bios-tables-test-allowed-diff.h | |
parent | tests: acpi: update expected blobs (diff) | |
download | qemu-166cff2b8fa428ec411dd4beea98d8c4aa07f76d.tar.gz qemu-166cff2b8fa428ec411dd4beea98d8c4aa07f76d.tar.xz qemu-166cff2b8fa428ec411dd4beea98d8c4aa07f76d.zip |
tests: acpi: whitelist pc/q35 DSDT before moving _ADR field
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20220701133515.137890-15-imammedo@redhat.com>
Diffstat (limited to 'tests/qtest/bios-tables-test-allowed-diff.h')
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 14 |
1 files changed, 14 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..1983fa596b 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,15 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/pc/DSDT", +"tests/data/acpi/pc/DSDT.acpierst", +"tests/data/acpi/pc/DSDT.acpihmat", +"tests/data/acpi/pc/DSDT.bridge", +"tests/data/acpi/pc/DSDT.cphp", +"tests/data/acpi/pc/DSDT.dimmpxm", +"tests/data/acpi/pc/DSDT.hpbridge", +"tests/data/acpi/pc/DSDT.ipmikcs", +"tests/data/acpi/pc/DSDT.memhp", +"tests/data/acpi/pc/DSDT.nohpet", +"tests/data/acpi/pc/DSDT.numamem", +"tests/data/acpi/pc/DSDT.roothp", +"tests/data/acpi/q35/DSDT.bridge", +"tests/data/acpi/q35/DSDT.multi-bridge", |