Re: [PATCH v2] hw/mem: support zero memory size CXL device

2025-01-21 Thread Jonathan Cameron via
On Tue, 3 Dec 2024 20:26:19 -0600 Hongjian Fan wrote: > This patch allows a CXL type3 device to be initialized with zero memory > size, when there is no memory device property provided. > > Signed-off-by: Hongjian Fan Hi Hongjian Some remaining questions on the v1 thread. We need to understan

[PATCH v2] hw/mem: support zero memory size CXL device

2024-12-03 Thread Hongjian Fan
This patch allows a CXL type3 device to be initialized with zero memory size, when there is no memory device property provided. Signed-off-by: Hongjian Fan --- hw/mem/cxl_type3.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/hw/mem/cxl_type3.c b/hw/mem/cxl_t