Re: [PATCH qemu v16 1/5] hw/cxl-host: Add an index field to CXLFixedMemoryWindow

2025-07-01 Thread Eric Auger
On 6/25/25 6:19 PM, Jonathan Cameron via wrote: > To enable these to be found in a fixed order, that order needs to be known. > This will later be used to sort a list of these structures so that address > map and ACPI table entries are predictable. > > Tested-by: Li Zhijian > Reviewed-by: Li Zh

[PATCH qemu v16 1/5] hw/cxl-host: Add an index field to CXLFixedMemoryWindow

2025-06-25 Thread Jonathan Cameron via
To enable these to be found in a fixed order, that order needs to be known. This will later be used to sort a list of these structures so that address map and ACPI table entries are predictable. Tested-by: Li Zhijian Reviewed-by: Li Zhijian Reviewed-by: Fan Ni Signed-off-by: Jonathan Cameron