hc->unplug_request = spapr_machine_device_unplug_request;
hc->unplug = spapr_machine_device_unplug;
- mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("power10_v2.0");
+ mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("power11_v2.0");
mc->has_hotpluggable_cpus = true;
mc->nvdimm_supported = true;
smc->resize_hpt_default = SPAPR_RESIZE_HPT_ENABLED;
{
spapr_machine_11_1_class_options(mc);
compat_props_add(mc->compat_props, hw_compat_11_0, hw_compat_11_0_len);
+ mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("power10_v2.0");
}
DEFINE_SPAPR_MACHINE(11, 0);