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
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