]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/riscv/virt-acpi-build: Add support for RIMT
authorSunil V L <sunilvl@ventanamicro.com>
Sat, 22 Mar 2025 04:31:38 +0000 (10:01 +0530)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 19 May 2025 01:08:34 +0000 (11:08 +1000)
commitcd18dbbf9d23f309f3e46c38b99213dbe3d48d17
tree2b72a0d9d0e1a0a281f489649698c87254466e50
parentd2a88aca766697e8490504313d23002c3315ee93
hw/riscv/virt-acpi-build: Add support for RIMT

RISC-V IO Mapping Table (RIMT) is a new static ACPI table used to
communicate IOMMU information to the OS. Add support for creating this
table when the IOMMU is present. The specification is frozen and
available at [1].

[1] - https://github.com/riscv-non-isa/riscv-acpi-rimt/releases/download/v0.99/rimt-spec.pdf

Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Message-ID: <20250322043139.2003479-3-sunilvl@ventanamicro.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
hw/riscv/virt-acpi-build.c