From: Heinrich Schuchardt <[email protected]>

On LoongArch and RISC-V the SPCR test data contained:

    Terminal Type : 00
    Language : 03

The corrected values are:

    Terminal Type : 03
    Language : 00

See the specification of the table in
https://learn.microsoft.com/en-us/windows-hardware/drivers/bringup/serial-port-console-redirection-table

The ACPI table data was rebuilt with
tests/data/acpi/rebuild-expected-aml.sh.

Remove SPCR expections from tests/qtest/bios-tables-test-allowed-diff.h.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Acked-by: Alistair Francis <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Alistair Francis <[email protected]>
(cherry picked from commit ec7d32428757d5813935cbe099449f6201980d80)
Signed-off-by: Michael Tokarev <[email protected]>

diff --git a/tests/data/acpi/loongarch64/virt/SPCR 
b/tests/data/acpi/loongarch64/virt/SPCR
index 3cc9bbcfb80..7bb819cd0d2 100644
Binary files a/tests/data/acpi/loongarch64/virt/SPCR and 
b/tests/data/acpi/loongarch64/virt/SPCR differ
diff --git a/tests/data/acpi/riscv64/virt/SPCR 
b/tests/data/acpi/riscv64/virt/SPCR
index 09617f8793a..59d2c8f7f21 100644
Binary files a/tests/data/acpi/riscv64/virt/SPCR and 
b/tests/data/acpi/riscv64/virt/SPCR differ
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h 
b/tests/qtest/bios-tables-test-allowed-diff.h
index 2c7086d9de1..dfb8523c8bf 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/SPCR",
-"tests/data/acpi/riscv64/virt/SPCR",
-- 
2.47.3


Reply via email to