Re: [PATCH v3 06/12] hw/riscv/virt-acpi-build.c: Add APLIC in the MADT

2023-10-23 Thread Alistair Francis
On Thu, Oct 19, 2023 at 11:29 PM 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 Acked-by: Alistair Francis Alistair >

Re: [PATCH v3 06/12] hw/riscv/virt-acpi-build.c: Add APLIC in the MADT

2023-10-23 Thread Andrew Jones
On Thu, Oct 19, 2023 at 06:56:42PM +0530, 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 > --- >

[PATCH v3 06/12] hw/riscv/virt-acpi-build.c: Add APLIC in the MADT

2023-10-19 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 Reviewed-by: Daniel Henrique Barboza --- hw/riscv/virt-acpi-build.c | 36 ++-- 1 file changed, 34