[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 05/16] tests: bios-tables-test: Prepare the ACPI table change
From: |
Zhao Liu |
Subject: |
[PATCH v3 05/16] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 core count test |
Date: |
Mon, 23 Oct 2023 17:46:24 +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 type 4 core count
field.
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
---
tests/data/acpi/q35/APIC.core-count | 0
tests/data/acpi/q35/DSDT.core-count | 0
tests/data/acpi/q35/FACP.core-count | 0
tests/qtest/bios-tables-test-allowed-diff.h | 3 +++
4 files changed, 3 insertions(+)
create mode 100644 tests/data/acpi/q35/APIC.core-count
create mode 100644 tests/data/acpi/q35/DSDT.core-count
create mode 100644 tests/data/acpi/q35/FACP.core-count
diff --git a/tests/data/acpi/q35/APIC.core-count
b/tests/data/acpi/q35/APIC.core-count
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/tests/data/acpi/q35/DSDT.core-count
b/tests/data/acpi/q35/DSDT.core-count
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/tests/data/acpi/q35/FACP.core-count
b/tests/data/acpi/q35/FACP.core-count
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..b9bc1961309a 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.core-count",
+"tests/data/acpi/q35/DSDT.core-count",
+"tests/data/acpi/q35/FACP.core-count",
--
2.34.1
- [PATCH v3 00/16] tests: Add CPU topology related smbios test cases, Zhao Liu, 2023/10/23
- [PATCH v3 01/16] tests: test-smp-parse: Add the test for cores/threads per socket helpers, Zhao Liu, 2023/10/23
- [PATCH v3 02/16] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 count test, Zhao Liu, 2023/10/23
- [PATCH v3 03/16] tests: bios-tables-test: Add test for smbios type4 count, Zhao Liu, 2023/10/23
- [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 <=
- [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, 2023/10/23
- [PATCH v3 15/16] tests: bios-tables-test: Add test for smbios type4 thread count2, Zhao Liu, 2023/10/23