|
@@ -212,6 +212,7 @@ ObjectPropertyInfoList *qmp_qom_list_properties(const char *typename,
|
|
info->name = g_strdup(prop->name);
|
|
info->name = g_strdup(prop->name);
|
|
info->type = g_strdup(prop->type);
|
|
info->type = g_strdup(prop->type);
|
|
info->description = g_strdup(prop->description);
|
|
info->description = g_strdup(prop->description);
|
|
|
|
+ info->default_value = qobject_ref(prop->defval);
|
|
|
|
|
|
QAPI_LIST_PREPEND(prop_list, info);
|
|
QAPI_LIST_PREPEND(prop_list, info);
|
|
}
|
|
}
|