Re: [PATCH v15 1/4] hw/cxl-host: Add an index field to CXLFixedMemoryWindow

2025-06-12 Thread Zhijian Li (Fujitsu)
On 12/06/2025 21:43, Jonathan Cameron 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. > > Reviewed-by: Li Zhijian > Reviewed-by: Fan Ni

[PATCH v15 1/4] hw/cxl-host: Add an index field to CXLFixedMemoryWindow

2025-06-12 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. Reviewed-by: Li Zhijian Reviewed-by: Fan Ni Signed-off-by: Jonathan Cameron --- v14: Picked up tags