diff options
author | Bibo Mao <maobibo@loongson.cn> | 2025-06-12 17:03:17 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2025-07-14 09:16:40 -0400 |
commit | f3bc2c3f33cc875a3b7e5349aa4141ea6789a01d (patch) | |
tree | 6194e1bbb67cd7af583b3ca282fe6bd34c9e4e36 | |
parent | 07fde5901b5254d3b9706df22dbb16cfacf966d5 (diff) | |
download | qemu-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/APIC | 0 | ||||
-rw-r--r-- | tests/data/acpi/loongarch64/virt/DSDT | 0 | ||||
-rw-r--r-- | tests/data/acpi/loongarch64/virt/FACP | 0 | ||||
-rw-r--r-- | tests/data/acpi/loongarch64/virt/MCFG | 0 | ||||
-rw-r--r-- | tests/data/acpi/loongarch64/virt/PPTT | 0 | ||||
-rw-r--r-- | tests/data/acpi/loongarch64/virt/SLIT | 0 | ||||
-rw-r--r-- | tests/data/acpi/loongarch64/virt/SPCR | 0 | ||||
-rw-r--r-- | tests/data/acpi/loongarch64/virt/SRAT | 0 | ||||
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 8 |
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", |