[PATCH 0/4] hw: acpi: support SPCR rev. 3 & UART clock freq in ARM SPCR

Vadim Chichikalyuk posted 4 patches 3 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250718162045.49012-1-chichikalyuk@gmail.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Shannon Zhao <shannon.zhaosl@gmail.com>
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(-)
[PATCH 0/4] hw: acpi: support SPCR rev. 3 & UART clock freq in ARM SPCR
Posted by Vadim Chichikalyuk 3 months, 4 weeks ago
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)