]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/riscv/virt-acpi-build.c: Update FADT and MADT versions
authorSunil V L <sunilvl@ventanamicro.com>
Thu, 24 Jul 2025 11:03:49 +0000 (16:33 +0530)
committerAlistair Francis <alistair.francis@wdc.com>
Wed, 30 Jul 2025 00:59:26 +0000 (10:59 +1000)
commita3b95362ce90d03d150dffed3add0cb600fb0850
tree215505b938dff95f5fffd8a4a018ad61ead1220b
parent35d129399d319b7ab806e82ebacd52392e36bf61
hw/riscv/virt-acpi-build.c: Update FADT and MADT versions

RISC-V support is added only in ACPI 6.6. According to the ACPI 6.6
specification, the minor version of the Fixed ACPI Description Table
(FADT) should be 6, and the Multiple APIC Description Table (MADT)
should use revision 7. So, update the RISC-V FADT and MADT to reflect
correct versions.

Update the code comments to reflect ACPI 6.6 version details.

Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Reviewed-by: Nutty Liu <liujingqi@lanxincomputing.com>
Message-ID: <20250724110350.452828-3-sunilvl@ventanamicro.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
hw/riscv/virt-acpi-build.c