Re: [PATCH 07/10] hw/riscv/virt-acpi-build.c: Add APLIC in the MADT

2023-07-18 Thread Daniel Henrique Barboza
On 7/12/23 13:39, Sunil V L wrote: Add APLIC structures for each socket in the MADT when system is configured with APLIC as the external wired interrupt controller. Signed-off-by: Sunil V L --- Reviewed-by: Daniel Henrique Barboza hw/riscv/virt-acpi-build.c | 36 ++

[PATCH 07/10] hw/riscv/virt-acpi-build.c: Add APLIC in the MADT

2023-07-12 Thread Sunil V L
Add APLIC structures for each socket in the MADT when system is configured with APLIC as the external wired interrupt controller. Signed-off-by: Sunil V L --- hw/riscv/virt-acpi-build.c | 36 ++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/hw/r