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 @@ -1244,6 +1244,7 @@ static void ccw_machine_2_9_instance_options(MachineState *machine)
1244
1244
s390_cpudef_featoff_greater (12 , 1 , S390_FEAT_ZPCI );
1245
1245
s390_cpudef_featoff_greater (12 , 1 , S390_FEAT_ADAPTER_INT_SUPPRESSION );
1246
1246
s390_cpudef_featoff_greater (12 , 1 , S390_FEAT_ADAPTER_EVENT_NOTIFICATION );
1247
+ css_migration_enabled = false;
1247
1248
}
1248
1249
1249
1250
static void ccw_machine_2_9_class_options (MachineClass * mc )
@@ -1256,7 +1257,6 @@ static void ccw_machine_2_9_class_options(MachineClass *mc)
1256
1257
ccw_machine_2_10_class_options (mc );
1257
1258
compat_props_add (mc -> compat_props , hw_compat_2_9 , hw_compat_2_9_len );
1258
1259
compat_props_add (mc -> compat_props , compat , G_N_ELEMENTS (compat ));
1259
- css_migration_enabled = false;
1260
1260
}
1261
1261
DEFINE_CCW_MACHINE (2 , 9 );
1262
1262
You can’t perform that action at this time.
0 commit comments