From: Jonathan Cameron Date: Fri, 29 Apr 2022 14:41:01 +0000 (+0100) Subject: tests/acpi: q35: Allow addition of a CXL test. X-Git-Tag: v7.1.0-rc0~98^2~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=502f99abaa58e82b186cc914e7d39d5f2bc0f1b4;p=thirdparty%2Fqemu.git tests/acpi: q35: Allow addition of a CXL test. Add exceptions for the DSDT and the new CEDT tables specific to a new CXL test in the following patch. Signed-off-by: Jonathan Cameron Message-Id: <20220429144110.25167-37-Jonathan.Cameron@huawei.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/tests/data/acpi/q35/CEDT.cxl b/tests/data/acpi/q35/CEDT.cxl new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/data/acpi/q35/DSDT.cxl b/tests/data/acpi/q35/DSDT.cxl new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8bf..7c7f9fbc44d 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,3 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/q35/DSDT.cxl", +"tests/data/acpi/q35/CEDT.cxl",