From: Dongyan Qian Date: Tue, 4 Aug 2026 03:30:36 +0000 (+0800) Subject: tests/acpi: Update LoongArch virt MADT X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c94267793c10ef111663d8c2e85e0331ff8a6800;p=thirdparty%2Fqemu.git tests/acpi: Update LoongArch virt MADT Regenerate the APIC and APIC.topology test data after correcting the LoongArch virt MADT revision. The generated tables change only Header.Revision from 1 to 6 and the corresponding checksum. Their lengths and interrupt controller subtables remain unchanged. Signed-off-by: Dongyan Qian Signed-off-by: Bibo Mao Reviewed-by: Bibo Mao --- diff --git a/tests/data/acpi/loongarch64/virt/APIC b/tests/data/acpi/loongarch64/virt/APIC index 3477789f42..e90c267e1f 100644 Binary files a/tests/data/acpi/loongarch64/virt/APIC and b/tests/data/acpi/loongarch64/virt/APIC differ diff --git a/tests/data/acpi/loongarch64/virt/APIC.topology b/tests/data/acpi/loongarch64/virt/APIC.topology index da0089d57f..d00b7241c7 100644 Binary files a/tests/data/acpi/loongarch64/virt/APIC.topology and b/tests/data/acpi/loongarch64/virt/APIC.topology differ diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index 0e18673fcd..dfb8523c8b 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1,3 +1 @@ /* List of comma-separated changed AML files to ignore */ -"tests/data/acpi/loongarch64/virt/APIC", -"tests/data/acpi/loongarch64/virt/APIC.topology",