Re: [PATCH V2 01/10] hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields

2023-02-15 Thread Andrew Jones
On Mon, Feb 13, 2023 at 08:10:29PM +0530, Sunil V L 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 > Reviewed-by: Bin Meng > Acked-by: Alistair Francis > --- > hw/r

[PATCH V2 01/10] hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields

2023-02-13 Thread Sunil V L
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 Reviewed-by: Bin Meng Acked-by: Alistair Francis --- hw/riscv/virt.c | 4 include/hw/riscv/virt.h | 2 ++ 2 files chang