On Thu, Feb 2, 2023 at 12:54 PM Sunil V L <suni...@ventanamicro.com> wrote: > > ACPI needs OEM_ID and OEM_TABLE_ID for the machine. Add these fields > in the RISCVVirtState structure and initialize with default values. > > Signed-off-by: Sunil V L <suni...@ventanamicro.com> > --- > hw/riscv/virt.c | 4 ++++ > include/hw/riscv/virt.h | 2 ++ > 2 files changed, 6 insertions(+) >
Reviewed-by: Bin Meng <bm...@tinylab.org>