Re: [PATCH 1/2] hw/cxl: Remove unused component_registers::io_registers[] array

2025-01-23 Thread Jonathan Cameron via
On Wed, 22 Jan 2025 07:56:23 +0100 Philippe Mathieu-Daudé wrote: > Avoid wasting 4K for each component, remove unused io_registers[]. > > Signed-off-by: Philippe Mathieu-Daudé These may need to come back for correctness if anyone starts actually accessing them in the OS, but for now this is fi

[PATCH 1/2] hw/cxl: Remove unused component_registers::io_registers[] array

2025-01-21 Thread Philippe Mathieu-Daudé
Avoid wasting 4K for each component, remove unused io_registers[]. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/cxl/cxl_component.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/hw/cxl/cxl_component.h b/include/hw/cxl/cxl_component.h index 945ee6ffd04..ac61c3f33a5 100644 ---