]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests: bios-tables-test: Prepare the ACPI table change for smbios type4 core count...
authorZhao Liu <zhao1.liu@intel.com>
Mon, 23 Oct 2023 09:46:24 +0000 (17:46 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 7 Nov 2023 08:39:11 +0000 (03:39 -0500)
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>
tests/data/acpi/q35/APIC.core-count [new file with mode: 0644]
tests/data/acpi/q35/DSDT.core-count [new file with mode: 0644]
tests/data/acpi/q35/FACP.core-count [new file with mode: 0644]
tests/qtest/bios-tables-test-allowed-diff.h

diff --git a/tests/data/acpi/q35/APIC.core-count b/tests/data/acpi/q35/APIC.core-count
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tests/data/acpi/q35/DSDT.core-count b/tests/data/acpi/q35/DSDT.core-count
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tests/data/acpi/q35/FACP.core-count b/tests/data/acpi/q35/FACP.core-count
new file mode 100644 (file)
index 0000000..e69de29
index dfb8523c8bf457c471cea8d860eff394b2d3700f..b9bc1961309af3452898441fd39401f410af2e1d 100644 (file)
@@ -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",