Re: [PATCH V2 02/10] hw/riscv/virt: Add a switch to enable/disable ACPI

2023-02-15 Thread Andrew Jones
On Mon, Feb 13, 2023 at 08:10:30PM +0530, Sunil V L wrote: > ACPI is enabled by default. Add a switch to turn off > for testing and debug purposes. > > Signed-off-by: Sunil V L > --- > hw/riscv/virt.c | 35 +++ > include/hw/riscv/virt.h | 2 ++ > 2 files

[PATCH V2 02/10] hw/riscv/virt: Add a switch to enable/disable ACPI

2023-02-13 Thread Sunil V L
ACPI is enabled by default. Add a switch to turn off for testing and debug purposes. Signed-off-by: Sunil V L --- hw/riscv/virt.c | 35 +++ include/hw/riscv/virt.h | 2 ++ 2 files changed, 37 insertions(+) diff --git a/hw/riscv/virt.c b/hw/riscv/virt.c i