Re: [PATCH v4 13/13] hw/riscv/virt-acpi-build.c: Add PLIC in MADT

2023-10-29 Thread Alistair Francis
On Thu, Oct 26, 2023 at 6:15 AM Sunil V L wrote: > > Add PLIC structures for each socket in the MADT when system is > configured with PLIC as the external interrupt controller. > > Signed-off-by: Haibo Xu > Signed-off-by: Sunil V L > Reviewed-by: Daniel Henrique Barboza > Reviewed-by: Andrew Jo

[PATCH v4 13/13] hw/riscv/virt-acpi-build.c: Add PLIC in MADT

2023-10-25 Thread Sunil V L
Add PLIC structures for each socket in the MADT when system is configured with PLIC as the external interrupt controller. Signed-off-by: Haibo Xu Signed-off-by: Sunil V L Reviewed-by: Daniel Henrique Barboza Reviewed-by: Andrew Jones --- hw/riscv/virt-acpi-build.c | 29 +++