]> Git Repo - qemu.git/commitdiff
tests: acpi: Add and whitelist *.topology blobs
authorYicong Yang <[email protected]>
Thu, 29 Dec 2022 06:55:11 +0000 (14:55 +0800)
committerMichael S. Tsirkin <[email protected]>
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 <[email protected]>
Signed-off-by: Yicong Yang <[email protected]>
Message-Id: <20221229065513[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
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",
This page took 0.02536 seconds and 4 git commands to generate.