On Thu, Feb 2, 2023 at 12:53 PM Sunil V L wrote:
>
> When the "acpi=on", ACPI tables need to be added. Detect the option
> and initialize the ACPI tables.
>
> Signed-off-by: Sunil V L
> ---
> hw/riscv/virt.c | 4
> 1 file changed, 4 insertions(+)
>
Reviewed-by: Bin Meng
When the "acpi=on", ACPI tables need to be added. Detect the option
and initialize the ACPI tables.
Signed-off-by: Sunil V L
---
hw/riscv/virt.c | 4
1 file changed, 4 insertions(+)
diff --git a/hw/riscv/virt.c b/hw/riscv/virt.c
index 26caea59ff..f1f5612c69 100644
--- a/hw/riscv/virt.c
+++