qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Jonathan Cameron
Subject: [RFC PATCH 2/4] tests/acpi: Allow changes to DSDT.cxl/viot and SSDT.cxl/viot
Date: Fri, 17 Mar 2023 16:54:38 +0000

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 --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",
-- 
2.37.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]