All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] acpi: Fix Terminal Type and Language field order in SPCR table
@ 2026-05-29  2:30 Xiang W
  2026-05-29  2:30 ` [PATCH v2 1/3] qtest: allow SPCR acpi table changes Xiang W
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Xiang W @ 2026-05-29  2:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Xiang W, mst, imammedo, anisinha, peter.maydell

According to the ACPI Serial Port Console Redirection Table (SPCR)
specification, the field order after Flow Control is:

  - Terminal Type (offset 62, 1 byte)
  - Language (offset 63, 1 byte)

Reference:
https://learn.microsoft.com/en-us/windows-hardware/drivers/bringup/serial-port-console-redirection-table

Sia Jee Heng (1):
  qtest: allow SPCR acpi table changes

Xiang W (2):
  hw/acpi: Fix Terminal Type and Language field order in SPCR table
  tests/qtest/bios-tables-test: Fix Terminal Type and Language field
    order in SPCR table

 hw/acpi/aml-build.c                   |   4 ++--
 tests/data/acpi/loongarch64/virt/SPCR | Bin 80 -> 80 bytes
 tests/data/acpi/riscv64/virt/SPCR     | Bin 90 -> 90 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.47.3



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-06-03 10:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-29  2:30 [PATCH v2 0/3] acpi: Fix Terminal Type and Language field order in SPCR table Xiang W
2026-05-29  2:30 ` [PATCH v2 1/3] qtest: allow SPCR acpi table changes Xiang W
2026-06-03 10:51   ` Igor Mammedov
2026-05-29  2:30 ` [PATCH v2 2/3] hw/acpi: Fix Terminal Type and Language field order in SPCR table Xiang W
2026-06-03 10:51   ` Igor Mammedov
2026-05-29  2:31 ` [PATCH v2 3/3] tests/qtest/bios-tables-test: " Xiang W
2026-06-03 10:52   ` Igor Mammedov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.