Since v1: - Do not remove s390-ccw-virtio-5.0 -> 7.2 machines (Thomas) - Remove MachineClass::fixup_ram_size (Thomas)
Remove the deprecated s390-ccw-virtio-4.2 machine, which is older than 6 years. Remove resulting dead code. Philippe Mathieu-Daudé (3): hw/s390x/ccw: Remove deprecated s390-ccw-virtio-4.2 machine hw/s390x/ccw: Remove SCLPDevice::increment_size field hw/core/machine: Remove MachineClass::fixup_ram_size callback include/hw/boards.h | 7 ------- include/hw/s390x/sclp.h | 5 +---- hw/core/machine.c | 3 --- hw/s390x/s390-virtio-ccw.c | 33 --------------------------------- hw/s390x/sclp.c | 34 +++------------------------------- 5 files changed, 4 insertions(+), 78 deletions(-) -- 2.51.0
