diff options
| author | Zhao Liu <zhao1.liu@intel.com> | 2023-10-23 17:46:24 +0800 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2023-11-07 03:39:11 -0500 |
| commit | 623d26ad9affaeca03633880623961434e60e77b (patch) | |
| tree | 5732fb46360e5b79e250d1379b22e96fbcaed223 | |
| parent | c1cd1d360db857d6f76071e8de6af97cdab2bdfe (diff) | |
| download | focaccia-qemu-623d26ad9affaeca03633880623961434e60e77b.tar.gz focaccia-qemu-623d26ad9affaeca03633880623961434e60e77b.zip | |
tests: bios-tables-test: Prepare the ACPI table change for smbios type4 core count test
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> Message-Id: <20231023094635.1588282-6-zhao1.liu@linux.intel.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
| -rw-r--r-- | tests/data/acpi/q35/APIC.core-count | 0 | ||||
| -rw-r--r-- | tests/data/acpi/q35/DSDT.core-count | 0 | ||||
| -rw-r--r-- | tests/data/acpi/q35/FACP.core-count | 0 | ||||
| -rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 3 |
4 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/acpi/q35/APIC.core-count b/tests/data/acpi/q35/APIC.core-count new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/data/acpi/q35/APIC.core-count diff --git a/tests/data/acpi/q35/DSDT.core-count b/tests/data/acpi/q35/DSDT.core-count new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/data/acpi/q35/DSDT.core-count diff --git a/tests/data/acpi/q35/FACP.core-count b/tests/data/acpi/q35/FACP.core-count new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/data/acpi/q35/FACP.core-count diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..b9bc196130 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", |