Re: [PATCH v2 2/3] hw/acpi: Implement the SRAT GI affinity structure

2023-10-17 Thread Ankit Agrawal
>> +static void build_srat_generic_initiator_affinity(GArray *table_data, int >> node, >> +  PCIDeviceHandle *handle, >> +  GenericAffinityFlags >> flags) >> +{ >> +    build_append_int_noprefix(table_

Re: [PATCH v2 2/3] hw/acpi: Implement the SRAT GI affinity structure

2023-10-11 Thread Alex Williamson
On Sun, 8 Oct 2023 01:47:39 +0530 wrote: > From: Ankit Agrawal > > ACPI spec provides a scheme to associate "Generic Initiators" [1] > (e.g. heterogeneous processors and accelerators, GPUs, and I/O devices with > integrated compute or DMA engines GPUs) with Proximity Domains. This is > achieved

[PATCH v2 2/3] hw/acpi: Implement the SRAT GI affinity structure

2023-10-07 Thread ankita
From: Ankit Agrawal ACPI spec provides a scheme to associate "Generic Initiators" [1] (e.g. heterogeneous processors and accelerators, GPUs, and I/O devices with integrated compute or DMA engines GPUs) with Proximity Domains. This is achieved using Generic Initiator Affinity Structure in SRAT. Du