[PATCH 1/3] bios-tables-test-allowed-diff.h: Allow LoongArch DSDT.*

Huacai Chen posted 3 patches 5 days ago
Maintainers: Song Gao <gaosong@loongson.cn>, Bibo Mao <maobibo@loongson.cn>, Jiaxun Yang <jiaxun.yang@flygoat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>
[PATCH 1/3] bios-tables-test-allowed-diff.h: Allow LoongArch DSDT.*
Posted by Huacai Chen 5 days ago
Signed-off-by: Huacai Chen <chenhuacai@kernel.org>
---
 tests/qtest/bios-tables-test-allowed-diff.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..2ed837faee 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,5 @@
 /* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/loongarch64/virt/DSDT",
+"tests/data/acpi/loongarch64/virt/DSDT.memhp",
+"tests/data/acpi/loongarch64/virt/DSDT.numamem",
+"tests/data/acpi/loongarch64/virt/DSDT.topology",
-- 
2.47.3
Re: [PATCH 1/3] bios-tables-test-allowed-diff.h: Allow LoongArch DSDT.*
Posted by Bibo Mao 12 hours ago
Reviewed-by: <maobibo@loongson.cn>

On 2025/9/23 下午10:35, Huacai Chen wrote:
> Signed-off-by: Huacai Chen <chenhuacai@kernel.org>
> ---
>   tests/qtest/bios-tables-test-allowed-diff.h | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
> index dfb8523c8b..2ed837faee 100644
> --- a/tests/qtest/bios-tables-test-allowed-diff.h
> +++ b/tests/qtest/bios-tables-test-allowed-diff.h
> @@ -1 +1,5 @@
>   /* List of comma-separated changed AML files to ignore */
> +"tests/data/acpi/loongarch64/virt/DSDT",
> +"tests/data/acpi/loongarch64/virt/DSDT.memhp",
> +"tests/data/acpi/loongarch64/virt/DSDT.numamem",
> +"tests/data/acpi/loongarch64/virt/DSDT.topology",
>