hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART
authorSunil V L <sunilvl@ventanamicro.com>
Tue, 16 Jul 2024 14:42:59 +0000 (20:12 +0530)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 23 Jul 2024 00:15:42 +0000 (20:15 -0400)
commitfaacd2e6b6a85a5eee2472e5a7f50bf69c4ad44a
treeacc88c8134f1a2aaebab4aae34af268c1a0dc2ac
parenta54dd0cd6b9119c44d52547f51a529122f0ec1f1
hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART

The requirement ACPI_060 in the RISC-V BRS specification [1], requires
NS16550 compatible UART to have the HID RSCV0003. So, update the HID for
the UART.

[1] -  https://github.com/riscv-non-isa/riscv-brs/releases/download/v0.0.2/riscv-brs-spec.pdf
       (Chapter 6)

Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20240716144306.2432257-3-sunilvl@ventanamicro.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/riscv/virt-acpi-build.c