[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 14/16] tests: bios-tables-test: Prepare the ACPI table change
|
From: |
Zhao Liu |
|
Subject: |
[PATCH v3 14/16] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 thread count2 test |
|
Date: |
Mon, 23 Oct 2023 17:46:33 +0800 |
From: Zhao Liu <zhao1.liu@intel.com>
Following the guidelines in tests/qtest/bios-tables-test.c, this
is step 1 - 3.
List the ACPI tables that will be added to test the thread count2 field
of smbios type4 table.
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
---
tests/data/acpi/q35/APIC.thread-count2 | 0
tests/data/acpi/q35/DSDT.thread-count2 | 0
tests/data/acpi/q35/FACP.thread-count2 | 0
tests/qtest/bios-tables-test-allowed-diff.h | 3 +++
4 files changed, 3 insertions(+)
create mode 100644 tests/data/acpi/q35/APIC.thread-count2
create mode 100644 tests/data/acpi/q35/DSDT.thread-count2
create mode 100644 tests/data/acpi/q35/FACP.thread-count2
diff --git a/tests/data/acpi/q35/APIC.thread-count2
b/tests/data/acpi/q35/APIC.thread-count2
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/tests/data/acpi/q35/DSDT.thread-count2
b/tests/data/acpi/q35/DSDT.thread-count2
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/tests/data/acpi/q35/FACP.thread-count2
b/tests/data/acpi/q35/FACP.thread-count2
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8bf4..d17d80e21ab9 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,4 @@
/* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/q35/APIC.thread-count2",
+"tests/data/acpi/q35/DSDT.thread-count2",
+"tests/data/acpi/q35/FACP.thread-count2",
--
2.34.1
- [PATCH v3 04/16] tests: bios-tables-test: Add ACPI table binaries for smbios type4 count test, (continued)
- [PATCH v3 04/16] tests: bios-tables-test: Add ACPI table binaries for smbios type4 count test, Zhao Liu, 2023/10/23
- [PATCH v3 05/16] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 core count test, Zhao Liu, 2023/10/23
- [PATCH v3 06/16] tests: bios-tables-test: Add test for smbios type4 core count, Zhao Liu, 2023/10/23
- [PATCH v3 07/16] tests: bios-tables-test: Add ACPI table binaries for smbios type4 core count test, Zhao Liu, 2023/10/23
- [PATCH v3 08/16] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 core count2 test, Zhao Liu, 2023/10/23
- [PATCH v3 09/16] tests: bios-tables-test: Extend smbios core count2 test to cover general topology, Zhao Liu, 2023/10/23
- [PATCH v3 10/16] tests: bios-tables-test: Update ACPI table binaries for smbios core count2 test, Zhao Liu, 2023/10/23
- [PATCH v3 11/16] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 thread count test, Zhao Liu, 2023/10/23
- [PATCH v3 12/16] tests: bios-tables-test: Add test for smbios type4 thread count, Zhao Liu, 2023/10/23
- [PATCH v3 13/16] tests: bios-tables-test: Add ACPI table binaries for smbios type4 thread count test, Zhao Liu, 2023/10/23
- [PATCH v3 14/16] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 thread count2 test,
Zhao Liu <=
- [PATCH v3 15/16] tests: bios-tables-test: Add test for smbios type4 thread count2, Zhao Liu, 2023/10/23
- [PATCH v3 16/16] tests: bios-tables-test: Add ACPI table binaries for smbios type4 thread count2 test, Zhao Liu, 2023/10/23