qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] acpi: Add machine option to disable SPCR table
@ 2025-04-22 12:03 Li Chen
  2025-04-22 12:05 ` [PATCH V2 1/3] " Li Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Li Chen @ 2025-04-22 12:03 UTC (permalink / raw)
  To: Li Chen, 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

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 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 (3):
  acpi: Add machine option to disable SPCR table as suggested by Philippe Mathieu-Daudé
  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

 hw/arm/virt-acpi-build.c       |  5 +++-
 hw/core/machine.c              | 22 ++++++++++++++++++
 hw/loongarch/virt-acpi-build.c |  4 +++-
 hw/riscv/virt-acpi-build.c     |  5 +++-
 include/hw/boards.h            |  1 +
 qemu-options.hx                |  5 ++++
 tests/qtest/bios-tables-test.c | 42 ++++++++++++++++++++++++++++++++++
 7 files changed, 81 insertions(+), 3 deletions(-)

-- 
2.49.0




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

end of thread, other threads:[~2025-04-23  9:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22 12:03 [PATCH V2 0/3] acpi: Add machine option to disable SPCR table Li Chen
2025-04-22 12:05 ` [PATCH V2 1/3] " Li Chen
2025-04-22 13:18   ` Philippe Mathieu-Daudé
2025-04-22 15:25     ` Li Chen
2025-04-23  0:11   ` Gavin Shan
2025-04-23  8:27     ` Li Chen
2025-04-22 12:06 ` [PATCH V2 2/3] tests/qtest/bios-tables-test: Add test for disabling SPCR on AArch64 Li Chen
2025-04-22 12:07 ` [PATCH V2 3/3] tests/qtest/bios-tables-test: Add test for disabling SPCR on RISC-V Li Chen
2025-04-23  6:27 ` [PATCH V2 0/3] acpi: Add machine option to disable SPCR table bibo mao
2025-04-23  8:36   ` Li Chen
2025-04-23  8:49     ` bibo mao
2025-04-23  9:17       ` 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).