Re: [PATCH] hw/riscv/virt-acpi-build.c: Add SRAT and SLIT ACPI tables

2024-02-22 Thread Alistair Francis
On Tue, Jan 30, 2024 at 12:05 AM Haibo Xu wrote: > > Enable ACPI NUMA support by adding the following 2 ACPI tables: > SRAT: provides the association for memory/Harts and Proximity Domains > SLIT: provides the relative distance between Proximity Domains > > The SRAT RINTC Affinity Structure defini

Re: [PATCH] hw/riscv/virt-acpi-build.c: Add SRAT and SLIT ACPI tables

2024-02-19 Thread Haibo Xu
++Alistair. Sorry for that! It seems some typo or paste issue occurred when pushing the patch. Hi Alistair, Could you help review this patch? Thanks, Haibo On Mon, Jan 29, 2024 at 7:37 PM Haibo Xu wrote: > > On Mon, Jan 29, 2024 at 5:47 PM Andrew Jones wrote: > > > > On Mon, Jan 29, 2024 at

Re: [PATCH] hw/riscv/virt-acpi-build.c: Add SRAT and SLIT ACPI tables

2024-01-29 Thread Haibo Xu
On Mon, Jan 29, 2024 at 5:47 PM Andrew Jones wrote: > > On Mon, Jan 29, 2024 at 05:42:00PM +0800, Haibo Xu wrote: > > Enable ACPI NUMA support by adding the following 2 ACPI tables: > > SRAT: provides the association for memory/Harts and Proximity Domains > > SLIT: provides the relative distance b

[PATCH] hw/riscv/virt-acpi-build.c: Add SRAT and SLIT ACPI tables

2024-01-29 Thread Haibo Xu
Enable ACPI NUMA support by adding the following 2 ACPI tables: SRAT: provides the association for memory/Harts and Proximity Domains SLIT: provides the relative distance between Proximity Domains The SRAT RINTC Affinity Structure definition[1] was based on the recently approved ACPI CodeFirst ECR

Re: [PATCH] hw/riscv/virt-acpi-build.c: Add SRAT and SLIT ACPI tables

2024-01-29 Thread Andrew Jones
On Mon, Jan 29, 2024 at 05:42:00PM +0800, Haibo Xu wrote: > Enable ACPI NUMA support by adding the following 2 ACPI tables: > SRAT: provides the association for memory/Harts and Proximity Domains > SLIT: provides the relative distance between Proximity Domains > > The SRAT RINTC Affinity Structure