diff mbox series

[RFC,2/4] tests/acpi: Allow changes to DSDT.cxl/viot and SSDT.cxl/viot

Message ID 20230317165440.24846-3-Jonathan.Cameron@huawei.com (mailing list archive)
State New, archived
Headers show
Series hw/i386: Factor out PXB parts of DSDT into an SSDT table | expand

Commit Message

Jonathan Cameron March 17, 2023, 4:54 p.m. UTC
Splitting the PXB parts out of DSDT will change these files.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
---
 tests/data/acpi/q35/SSDT.cxl                | 0
 tests/data/acpi/q35/SSDT.viot               | 0
 tests/qtest/bios-tables-test-allowed-diff.h | 4 ++++
 3 files changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/tests/data/acpi/q35/SSDT.cxl b/tests/data/acpi/q35/SSDT.cxl
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/data/acpi/q35/SSDT.viot b/tests/data/acpi/q35/SSDT.viot
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..0307b25f93 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/q35/DSDT.cxl",
+"tests/data/acpi/q35/DSDT.viot",
+"tests/data/acpi/q35/SSDT.cxl",
+"tests/data/acpi/q35/SSDT.viot",