Re: [PATCH 09/10] hw/riscv/virt.c: Initialize the ACPI tables

2023-02-06 Thread Bin Meng
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

[PATCH 09/10] hw/riscv/virt.c: Initialize the ACPI tables

2023-02-01 Thread Sunil V L
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 +++