Re: [PATCH 05/10] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC

2023-07-18 Thread Daniel Henrique Barboza
On 7/12/23 13:39, Sunil V L wrote: Update the RINTC structure in MADT with AIA related fields. Signed-off-by: Sunil V L --- Reviewed-by: Daniel Henrique Barboza hw/riscv/virt-acpi-build.c | 66 +++--- 1 file changed, 62 insertions(+), 4 deletions(-) d

[PATCH 05/10] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC

2023-07-12 Thread Sunil V L
Update the RINTC structure in MADT with AIA related fields. Signed-off-by: Sunil V L --- hw/riscv/virt-acpi-build.c | 66 +++--- 1 file changed, 62 insertions(+), 4 deletions(-) diff --git a/hw/riscv/virt-acpi-build.c b/hw/riscv/virt-acpi-build.c index 01843e4509