diff options
author | Igor Mammedov | 2021-03-15 19:00:57 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2021-03-22 23:58:19 +0100 |
commit | 79a2aca20cb4601e6a30bbe8620ee1ef9b960ae1 (patch) | |
tree | 527ec4e4d4a5d46c2ab72e6d7d60ae046fd4926f | |
parent | virtio-pmem: fix virtio_pmem_resp assign problem (diff) | |
download | qemu-79a2aca20cb4601e6a30bbe8620ee1ef9b960ae1.tar.gz qemu-79a2aca20cb4601e6a30bbe8620ee1ef9b960ae1.tar.xz qemu-79a2aca20cb4601e6a30bbe8620ee1ef9b960ae1.zip |
tests: acpi: temporary whitelist DSDT changes
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20210315180102.3008391-2-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 | 11 |
1 files changed, 11 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..fddcfc061f 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,12 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/pc/DSDT", +"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.hpbrroot", +"tests/data/acpi/pc/DSDT.ipmikcs", +"tests/data/acpi/pc/DSDT.memhp", +"tests/data/acpi/pc/DSDT.numamem", +"tests/data/acpi/pc/DSDT.roothp", |