qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH REPOST v4 0/4] acpi: Add machine option to disable SPCR table
@ 2025-05-28 10:53 Li Chen
  2025-05-28 10:53 ` [PATCH REPOST v4 1/4] " Li Chen
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Li Chen @ 2025-05-28 10:53 UTC (permalink / raw)
  To: Peter Maydell, Shannon Zhao, Michael S. Tsirkin, Igor Mammedov,
	Ani Sinha, Eduardo Habkost, Marcel Apfelbaum,
	Philippe Mathieu-Daudé, Yanan Wang, Zhao Liu, Song Gao,
	Jiaxun Yang, Sunil V L, Palmer Dabbelt, Alistair Francis,
	Weiwei Li, qemu-arm, qemu-devel, qemu-riscv
  Cc: Li Chen

From: Li Chen <chenl311@chinatelecom.cn>

(REPOST because the previous post failed to send to qemu-devel/qemu-riscv/qemu-arm,
 see https://lore.kernel.org/qemu-devel/1971648603b.dce1f5d22901195.6702025346547333607@linux.beauty/T/#u)

This series introduces a new machine option, spcr=on|off, allowing users
to disable the ACPI SPCR (Serial Port Console Redirection) table.
By default, SPCR is enabled. Disabling it can help ensure that the guest's
console behavior is determined solely by kernel command-line parameters
on arch like arm64, avoiding unintended serial console configurations imposed
by firmware.

Also add tests on AArch64 and RISC-V virt machines using TCG and UEFI boot.

Changes since v3:
- Add Reviewed-by from Sunil V L <sunilvl@ventanamicro.com> for patch 1, 3, and 4.
- rename enable_spcr to acpi_spcr_enabled as suggested by Philippe Mathieu-Daudé.
Changes since v2:
- Omit UART device from DSDT and SPCR construction if no serial device is present,
as suggested by Philippe Mathieu-Daudé.
- Add Reviewed-by from Gavin Shan <gshan@redhat.com> for the first patch and fix style issue.

Changes since v1:
- Add bios-tables-test for RISC-V and ARM as suggested by
- Add Acked-by from Michael S. Tsirkin for the first patch
- Add Reviewed-by from Bibo Mao for the first patch

Li Chen (4):
  acpi: Add machine option to disable SPCR table
  tests/qtest/bios-tables-test: Add test for disabling SPCR on AArch64
  tests/qtest/bios-tables-test: Add test for disabling SPCR on RISC-V
  acpi/virt: suppress UART device & SPCR when guest has no serial
    hardware

 hw/arm/virt-acpi-build.c       | 18 ++++++++-----
 hw/core/machine.c              | 22 ++++++++++++++++
 hw/loongarch/virt-acpi-build.c |  4 ++-
 hw/riscv/virt-acpi-build.c     | 10 ++++++--
 include/hw/boards.h            |  1 +
 include/system/system.h        |  2 ++
 qemu-options.hx                |  5 ++++
 system/vl.c                    |  5 ++++
 tests/qtest/bios-tables-test.c | 47 ++++++++++++++++++++++++++++++++--
 9 files changed, 103 insertions(+), 11 deletions(-)

-- 
2.49.0



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

end of thread, other threads:[~2025-12-11 10:26 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-28 10:53 [PATCH REPOST v4 0/4] acpi: Add machine option to disable SPCR table Li Chen
2025-05-28 10:53 ` [PATCH REPOST v4 1/4] " Li Chen
2025-05-28 10:53 ` [PATCH REPOST v4 2/4] tests/qtest/bios-tables-test: Add test for disabling SPCR on AArch64 Li Chen
2025-05-28 10:53 ` [PATCH REPOST v4 3/4] tests/qtest/bios-tables-test: Add test for disabling SPCR on RISC-V Li Chen
2025-05-28 10:53 ` [PATCH REPOST v4 4/4] acpi/virt: suppress UART device & SPCR when guest has no serial hardware Li Chen
2025-07-14 18:45   ` Michael S. Tsirkin
2025-07-16 11:41     ` Li Chen
2025-07-16 11:42       ` Michael S. Tsirkin
2025-07-16 11:59         ` Li Chen
2025-09-18 23:38           ` Li Chen
2025-12-10 12:23             ` Li Chen
2025-12-10 12:53               ` Michael S. Tsirkin
2025-12-11  0:03                 ` Li Chen
2025-12-11  7:43                   ` Michael S. Tsirkin
2025-12-11 10:25                     ` Li Chen
2025-05-30 12:10 ` [PATCH REPOST v4 0/4] acpi: Add machine option to disable SPCR table Michael S. Tsirkin
2025-06-11  7:43   ` Li Chen
2025-06-19 11:47 ` Li Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).