Skip to content

Commit 66924fe

Browse files
committed
hw/s390x/s390-virtio-ccw: Remove the deprecated 2.8 machine type
The s390-ccw-virtio-2.8 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 fd58c03 commit 66924fe

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

hw/s390x/s390-virtio-ccw.c

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,23 +1260,6 @@ static void ccw_machine_2_9_class_options(MachineClass *mc)
12601260
}
12611261
DEFINE_CCW_MACHINE(2, 9);
12621262

1263-
static void ccw_machine_2_8_instance_options(MachineState *machine)
1264-
{
1265-
ccw_machine_2_9_instance_options(machine);
1266-
}
1267-
1268-
static void ccw_machine_2_8_class_options(MachineClass *mc)
1269-
{
1270-
static GlobalProperty compat[] = {
1271-
{ TYPE_S390_FLIC_COMMON, "adapter_routes_max_batch", "64", },
1272-
};
1273-
1274-
ccw_machine_2_9_class_options(mc);
1275-
compat_props_add(mc->compat_props, hw_compat_2_8, hw_compat_2_8_len);
1276-
compat_props_add(mc->compat_props, compat, G_N_ELEMENTS(compat));
1277-
}
1278-
DEFINE_CCW_MACHINE(2, 8);
1279-
12801263
#endif
12811264

12821265
static void ccw_machine_register_types(void)

0 commit comments

Comments
 (0)