]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests: acpi: Add and whitelist *.topology blobs
authorYicong Yang <yangyicong@hisilicon.com>
Thu, 29 Dec 2022 06:55:11 +0000 (14:55 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 8 Jan 2023 06:54:23 +0000 (01:54 -0500)
Add and whitelist *.topology blobs, prepares for the aarch64's ACPI
topology building test.

Reviewed-by: Yanan Wang <wangyanan55@huawei.com>
Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
Message-Id: <20221229065513.55652-5-yangyicong@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/data/acpi/virt/APIC.topology [new file with mode: 0644]
tests/data/acpi/virt/DSDT.topology [new file with mode: 0644]
tests/data/acpi/virt/PPTT.topology [new file with mode: 0644]
tests/qtest/bios-tables-test-allowed-diff.h

diff --git a/tests/data/acpi/virt/APIC.topology b/tests/data/acpi/virt/APIC.topology
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tests/data/acpi/virt/DSDT.topology b/tests/data/acpi/virt/DSDT.topology
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tests/data/acpi/virt/PPTT.topology b/tests/data/acpi/virt/PPTT.topology
new file mode 100644 (file)
index 0000000..e69de29
index dfb8523c8bf457c471cea8d860eff394b2d3700f..90f53f9c1d8ae17cdb4516217d6aca2c536e5c25 100644 (file)
@@ -1 +1,4 @@
 /* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/virt/APIC.topology",
+"tests/data/acpi/virt/DSDT.topology",
+"tests/data/acpi/virt/PPTT.topology",