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

2025-05-21 Thread Fan Ni
On Tue, May 13, 2025 at 12:14:51PM +0100, 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 that address map and ACPI table entries are predictable. > > Signed-off-by: Jonathan Camer

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

2025-05-15 Thread Zhijian Li (Fujitsu)
On 13/05/2025 19:14, 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 that address map and ACPI table entries are predictable. > > Signed-off-by: Jonathan Cameron Reviewed-

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

2025-05-13 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 that address map and ACPI table entries are predictable. Signed-off-by: Jonathan Cameron --- include/hw/cxl/cxl.h | 1 + hw/cxl/cxl-host.c| 9 ++--- 2 f