qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hw: acpi: support SPCR rev. 3 & UART clock freq in ARM SPCR
@ 2025-07-18 16:20 Vadim Chichikalyuk
  2025-07-18 16:20 ` [PATCH 1/4] hw: acpi: add support for SPCR revision 3 Vadim Chichikalyuk
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Vadim Chichikalyuk @ 2025-07-18 16:20 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-arm, Vadim Chichikalyuk, Michael S. Tsirkin, Igor Mammedov,
	Ani Sinha, Shannon Zhao, Peter Maydell

This series fixes erroneous building of ACPI SPCR tables in hw/acpi/aml-build.c, 
where the UART clock frequency field is omitted in revision 3 tables despite
being present since revision 3 of the specification.

The last three patches update the SPCR table for the AArch64 virt machine to
revision 3, exposing the UART clock frequency, which was not previously available
via ACPI, to the guest.

Thanks,
Vadim

Signed-off-by: Vadim Chichikalyuk <chichikalyuk@gmail.com>

Vadim Chichikalyuk (4):
  hw: acpi: add support for SPCR revision 3
  tests: acpi: whitelist expected blobs
  hw: arm: acpi: add UART clock frequency to SPCR table
  tests: acpi: update expected blobs

 hw/acpi/aml-build.c               |  20 +++++++++++---------
 hw/arm/virt-acpi-build.c          |   5 +++--
 tests/data/acpi/aarch64/virt/SPCR | Bin 80 -> 80 bytes
 3 files changed, 14 insertions(+), 11 deletions(-)

-- 
2.39.5 (Apple Git-154)



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

end of thread, other threads:[~2025-07-21 21:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-18 16:20 [PATCH 0/4] hw: acpi: support SPCR rev. 3 & UART clock freq in ARM SPCR Vadim Chichikalyuk
2025-07-18 16:20 ` [PATCH 1/4] hw: acpi: add support for SPCR revision 3 Vadim Chichikalyuk
2025-07-21  9:39   ` Jonathan Cameron via
2025-07-21 20:12     ` Vadim Chichikalyuk
2025-07-18 16:20 ` [PATCH 2/4] tests: acpi: whitelist expected blobs Vadim Chichikalyuk
2025-07-21  9:39   ` Jonathan Cameron via
2025-07-18 16:20 ` [PATCH 3/4] hw: arm: acpi: add UART clock frequency to SPCR table Vadim Chichikalyuk
2025-07-21  9:41   ` Jonathan Cameron via
2025-07-21 21:06     ` Vadim Chichikalyuk
2025-07-18 16:20 ` [PATCH 4/4] tests: acpi: update expected blobs Vadim Chichikalyuk
2025-07-21  9:44   ` Jonathan Cameron via

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).