From: Igor Mammedov Date: Mon, 15 Mar 2021 18:00:57 +0000 (-0400) Subject: tests: acpi: temporary whitelist DSDT changes X-Git-Tag: qemu-xen-4.16.0-rc4~258^2~10 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=79a2aca20cb4601e6a30bbe8620ee1ef9b960ae1;p=qemu-xen.git tests: acpi: temporary whitelist DSDT changes Signed-off-by: Igor Mammedov Message-Id: <20210315180102.3008391-2-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- 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",