This machine has been supported for a period of more than 6 years. According to our versioned machine support policy (see commit ce80c4fa6ff "docs: document special exception for machine type deprecation & removal") it can now be removed.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- hw/s390x/s390-virtio-ccw.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c index 390d427dc41..bc8e9f4c34b 100644 --- a/hw/s390x/s390-virtio-ccw.c +++ b/hw/s390x/s390-virtio-ccw.c @@ -1007,18 +1007,6 @@ static void ccw_machine_8_0_class_options(MachineClass *mc) } DEFINE_CCW_MACHINE(8, 0); -static void ccw_machine_7_2_instance_options(MachineState *machine) -{ - ccw_machine_8_0_instance_options(machine); -} - -static void ccw_machine_7_2_class_options(MachineClass *mc) -{ - ccw_machine_8_0_class_options(mc); - compat_props_add(mc->compat_props, hw_compat_7_2, hw_compat_7_2_len); -} -DEFINE_CCW_MACHINE(7, 2); - static void ccw_machine_register_types(void) { type_register_static(&ccw_machine_info); -- 2.51.0
