Searched refs:user_creatable_add_type (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/qom/ |
H A D | object_interfaces.h | 86 Object *user_creatable_add_type(const char *type, const char *id,
|
/openbmc/qemu/qom/ |
H A D | object_interfaces.c | 77 Object *user_creatable_add_type(const char *type, const char *id, in user_creatable_add_type() function 157 obj = user_creatable_add_type(ObjectType_str(options->qom_type), in user_creatable_add_qapi()
|
/openbmc/qemu/authz/ |
H A D | listfile.c | 82 ret = (QAuthZ *)user_creatable_add_type(TYPE_QAUTHZ_LIST, in qauthz_list_file_load()
|
/openbmc/qemu/tests/unit/ |
H A D | check-qom-proplist.c | 408 Object *obj = user_creatable_add_type(TYPE_DUMMY, "dev0", qdict, v, errp); in test_create_obj()
|