From: Igor Mammedov Date: Thu, 12 Jan 2023 14:03:07 +0000 (+0100) Subject: tests: acpi: whitelist DSDT blobs before removing dynamic _DSM on coldplugged bridges X-Git-Tag: v8.0.0-rc0~82^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9330847e6a3494a242a1180c8552ceab5d22b19d;p=thirdparty%2Fqemu.git tests: acpi: whitelist DSDT blobs before removing dynamic _DSM on coldplugged bridges Signed-off-by: Igor Mammedov Message-Id: <20230112140312.3096331-36-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 dfb8523c8bf..a83322cb086 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/pc/DSDT.bridge", +"tests/data/acpi/pc/DSDT.roothp", +"tests/data/acpi/pc/DSDT.hpbridge", +"tests/data/acpi/q35/DSDT.multi-bridge",