diff options
author | Bibo Mao <maobibo@loongson.cn> | 2025-06-12 17:03:21 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2025-07-14 09:16:40 -0400 |
commit | 85240876b2f6f9edd72a6f324cac0ee9ee28ab0a (patch) | |
tree | fdcfc528c451daba5cd3c628517d22f5784aec3e /tests/qtest | |
parent | 67fbf12288df10eb1ea76d4f48d6a8efa46ae65c (diff) | |
download | qemu-85240876b2f6f9edd72a6f324cac0ee9ee28ab0a.zip qemu-85240876b2f6f9edd72a6f324cac0ee9ee28ab0a.tar.gz qemu-85240876b2f6f9edd72a6f324cac0ee9ee28ab0a.tar.bz2 |
tests/acpi: Remove stale allowed tables
Remove stale allowed tables for LoongArch virt machine.
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Message-Id: <20250612090321.3416594-6-maobibo@loongson.cn>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/qtest')
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index bad1380..dfb8523 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1,9 +1 @@ /* 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", |