Re: [PATCH 10/10] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
On 7/12/23 13:39, Sunil V L wrote: Add basic IO controllers and devices like PCI, VirtIO and UART in the ACPI namespace. Signed-off-by: Sunil V L --- Reviewed-by: Daniel Henrique Barboza hw/riscv/Kconfig | 1 + hw/riscv/virt-acpi-build.c | 87 ++
[PATCH 10/10] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
Add basic IO controllers and devices like PCI, VirtIO and UART in the ACPI namespace. Signed-off-by: Sunil V L --- hw/riscv/Kconfig | 1 + hw/riscv/virt-acpi-build.c | 87 ++ 2 files changed, 88 insertions(+) diff --git a/hw/riscv/Kconfig b/hw/risc