aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBibo Mao <maobibo@loongson.cn>2025-06-12 17:03:17 +0800
committerMichael S. Tsirkin <mst@redhat.com>2025-07-14 09:16:40 -0400
commitf3bc2c3f33cc875a3b7e5349aa4141ea6789a01d (patch)
tree6194e1bbb67cd7af583b3ca282fe6bd34c9e4e36
parent07fde5901b5254d3b9706df22dbb16cfacf966d5 (diff)
downloadqemu-f3bc2c3f33cc875a3b7e5349aa4141ea6789a01d.zip
qemu-f3bc2c3f33cc875a3b7e5349aa4141ea6789a01d.tar.gz
qemu-f3bc2c3f33cc875a3b7e5349aa4141ea6789a01d.tar.bz2
tests/acpi: Add empty ACPI data files for LoongArch
Add empty acpi table for LoongArch virt machine, it is only empty file and there is no data in these files. Signed-off-by: Bibo Mao <maobibo@loongson.cn> Message-Id: <20250612090321.3416594-2-maobibo@loongson.cn> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--tests/data/acpi/loongarch64/virt/APIC0
-rw-r--r--tests/data/acpi/loongarch64/virt/DSDT0
-rw-r--r--tests/data/acpi/loongarch64/virt/FACP0
-rw-r--r--tests/data/acpi/loongarch64/virt/MCFG0
-rw-r--r--tests/data/acpi/loongarch64/virt/PPTT0
-rw-r--r--tests/data/acpi/loongarch64/virt/SLIT0
-rw-r--r--tests/data/acpi/loongarch64/virt/SPCR0
-rw-r--r--tests/data/acpi/loongarch64/virt/SRAT0
-rw-r--r--tests/qtest/bios-tables-test-allowed-diff.h8
9 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/acpi/loongarch64/virt/APIC b/tests/data/acpi/loongarch64/virt/APIC
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/data/acpi/loongarch64/virt/APIC
diff --git a/tests/data/acpi/loongarch64/virt/DSDT b/tests/data/acpi/loongarch64/virt/DSDT
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/data/acpi/loongarch64/virt/DSDT
diff --git a/tests/data/acpi/loongarch64/virt/FACP b/tests/data/acpi/loongarch64/virt/FACP
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/data/acpi/loongarch64/virt/FACP
diff --git a/tests/data/acpi/loongarch64/virt/MCFG b/tests/data/acpi/loongarch64/virt/MCFG
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/data/acpi/loongarch64/virt/MCFG
diff --git a/tests/data/acpi/loongarch64/virt/PPTT b/tests/data/acpi/loongarch64/virt/PPTT
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/data/acpi/loongarch64/virt/PPTT
diff --git a/tests/data/acpi/loongarch64/virt/SLIT b/tests/data/acpi/loongarch64/virt/SLIT
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/data/acpi/loongarch64/virt/SLIT
diff --git a/tests/data/acpi/loongarch64/virt/SPCR b/tests/data/acpi/loongarch64/virt/SPCR
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/data/acpi/loongarch64/virt/SPCR
diff --git a/tests/data/acpi/loongarch64/virt/SRAT b/tests/data/acpi/loongarch64/virt/SRAT
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/data/acpi/loongarch64/virt/SRAT
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523..bad1380 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,9 @@
/* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/loongarch64/virt/APIC",
+"tests/data/acpi/loongarch64/virt/DSDT",
+"tests/data/acpi/loongarch64/virt/FACP",
+"tests/data/acpi/loongarch64/virt/MCFG",
+"tests/data/acpi/loongarch64/virt/PPTT",
+"tests/data/acpi/loongarch64/virt/SLIT",
+"tests/data/acpi/loongarch64/virt/SPCR",
+"tests/data/acpi/loongarch64/virt/SRAT",