Lines Matching +full:instance +full:- +full:id
5 #include "qapi/qapi-types-qom.h"
8 #define TYPE_USER_CREATABLE "user-creatable"
26 * Interface is designed to work with -object/object-add/object_add
29 * creatable (i.e. -object/object-add/object_add, will accept only
36 * For objects created without using -object/object-add/object_add,
52 * @uc: the user-creatable object whose complete() method is called if defined
75 * @id: the unique ID for the object
80 * Create an instance of the user creatable object @type, placing
81 * it in the object composition tree with name @id, initializing
86 Object *user_creatable_add_type(const char *type, const char *id,
95 * Create an instance of the user creatable object according to the
106 * implicit key 'qom-type', converting the result to ObjectOptions.
120 * Create an instance of the user creatable object by parsing @str
121 * with a keyval parser and implicit key 'qom-type', converting the
135 * Create an instance of the user creatable object by parsing @cmdline
136 * with a keyval parser and implicit key 'qom-type', converting the
162 * @id: the unique ID for the object
165 * Delete an instance of the user creatable object identified
166 * by @id.
170 bool user_creatable_del(const char *id, Error **errp);
175 * Delete all user-creatable objects and the user-creatable