On 20/10/2025 11.49, Philippe Mathieu-Daudé wrote:
The SCLPDevice::increment_size field was only used by the s390-ccw-virtio-4.2 machine, which got removed. Remove it as now unused, along with the sclp_memory_init() method.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- include/hw/s390x/sclp.h | 5 +---- hw/s390x/sclp.c | 34 +++------------------------------- 2 files changed, 4 insertions(+), 35 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
