Skip to content

Commit 3199c7e

Browse files
committed
hw/s390x/s390-virtio-ccw: Remove the deprecated 2.7 machine type
The s390-ccw-virtio-2.7 machine is older than 6 years, so according to our machine support policy, it can be removed now. Reviewed-by: Cornelia Huck <[email protected]> Acked-by: Christian Borntraeger <[email protected]> Message-ID: <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent 1a27618 commit 3199c7e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

hw/s390x/s390-virtio-ccw.c

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,21 +1284,6 @@ static void ccw_machine_2_8_class_options(MachineClass *mc)
12841284
}
12851285
DEFINE_CCW_MACHINE(2, 8);
12861286

1287-
static void ccw_machine_2_7_instance_options(MachineState *machine)
1288-
{
1289-
ccw_machine_2_8_instance_options(machine);
1290-
}
1291-
1292-
static void ccw_machine_2_7_class_options(MachineClass *mc)
1293-
{
1294-
S390CcwMachineClass *s390mc = S390_CCW_MACHINE_CLASS(mc);
1295-
1296-
s390mc->cpu_model_allowed = false;
1297-
ccw_machine_2_8_class_options(mc);
1298-
compat_props_add(mc->compat_props, hw_compat_2_7, hw_compat_2_7_len);
1299-
}
1300-
DEFINE_CCW_MACHINE(2, 7);
1301-
13021287
#endif
13031288

13041289
static void ccw_machine_register_types(void)

0 commit comments

Comments
 (0)