|
@@ -87,6 +87,10 @@ void hmp_hotpluggable_cpus(Monitor *mon, const QDict *qdict)
|
|
monitor_printf(mon, " cluster-id: \"%" PRIu64 "\"\n",
|
|
monitor_printf(mon, " cluster-id: \"%" PRIu64 "\"\n",
|
|
c->cluster_id);
|
|
c->cluster_id);
|
|
}
|
|
}
|
|
|
|
+ if (c->has_module_id) {
|
|
|
|
+ monitor_printf(mon, " module-id: \"%" PRIu64 "\"\n",
|
|
|
|
+ c->module_id);
|
|
|
|
+ }
|
|
if (c->has_core_id) {
|
|
if (c->has_core_id) {
|
|
monitor_printf(mon, " core-id: \"%" PRIu64 "\"\n", c->core_id);
|
|
monitor_printf(mon, " core-id: \"%" PRIu64 "\"\n", c->core_id);
|
|
}
|
|
}
|