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)