File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1200,6 +1200,7 @@ static void ccw_machine_2_9_instance_options(MachineState *machine)
1200
1200
s390_cpudef_featoff_greater (12 , 1 , S390_FEAT_ZPCI );
1201
1201
s390_cpudef_featoff_greater (12 , 1 , S390_FEAT_ADAPTER_INT_SUPPRESSION );
1202
1202
s390_cpudef_featoff_greater (12 , 1 , S390_FEAT_ADAPTER_EVENT_NOTIFICATION );
1203
+ css_migration_enabled = false;
1203
1204
}
1204
1205
1205
1206
static void ccw_machine_2_9_class_options (MachineClass * mc )
@@ -1212,7 +1213,6 @@ static void ccw_machine_2_9_class_options(MachineClass *mc)
1212
1213
ccw_machine_2_10_class_options (mc );
1213
1214
compat_props_add (mc -> compat_props , hw_compat_2_9 , hw_compat_2_9_len );
1214
1215
compat_props_add (mc -> compat_props , compat , G_N_ELEMENTS (compat ));
1215
- css_migration_enabled = false;
1216
1216
}
1217
1217
DEFINE_CCW_MACHINE (2 , 9 );
1218
1218
You can’t perform that action at this time.
0 commit comments