407 Commits (df79fd5667fb99c6fdfa0d295cb020e9e3eef1e7)

Author SHA1 Message Date
Masahiro Yamada c5e1870958 qom/container: remove .instance_size initializer from container_info 6 years ago
Masahiro Yamada e27a959581 qom/object: pass (Object *) to object_initialize_with_type() 6 years ago
Masahiro Yamada 3d91293ed2 qom/object: simplify type_initialize_interface() 6 years ago
Masahiro Yamada e5a0cc5e44 qom/object: factor out the initialization of hash table of properties 6 years ago
Masahiro Yamada ad195c8ff5 qom: remove index from object_resolve_abs_path() 6 years ago
Cédric Le Goater 4a39181db2 qom/object: Fix object_child_foreach_recursive() return value 6 years ago
Dr. David Alan Gilbert 7d2ef6dcc1 hmp: Simplify qom-set 6 years ago
Dr. David Alan Gilbert 89cf4fe34f hmp: Implement qom-get HMP command 6 years ago
Philippe Mathieu-Daudé 688ffbb4f7 various: Remove unnecessary OBJECT() cast 6 years ago
Markus Armbruster df4fe0b291 qom: Drop @errp parameter of object_property_del() 6 years ago
Markus Armbruster d2623129a7 qom: Drop parameter @errp of object_property_add() & friends 6 years ago
Markus Armbruster 7eecec7d12 qom: Drop object_property_set_description() parameter @errp 6 years ago
Markus Armbruster 7025188772 qom: Make all the object_property_add_FOO() return the property 6 years ago
Markus Armbruster 44a17fe05a qom: Drop convenience method object_property_get_uint16List() 6 years ago
Markus Armbruster b555f89fcb qom: Simplify object_property_get_enum() 6 years ago
Markus Armbruster f73a32a514 qom: Drop object_property_del_child()'s unused parameter @errp 6 years ago
Markus Armbruster ddfb0baaf2 qom: Clean up inconsistent use of gchar * vs. char * 6 years ago
Markus Armbruster 975ac4559c qom: Clearer reference counting in object_initialize_childv() 6 years ago
Kevin Wolf eaae29ef89 qemu-storage-daemon: Fix non-string --object properties 6 years ago
Kevin Wolf d6a5beeb2b qom: Factor out user_creatable_add_dict() 6 years ago
Markus Armbruster ea097dff0f qom: Simplify object_property_get_enum() 6 years ago
Paolo Bonzini 7f5d9b206d object-add: don't create return value if failed 6 years ago
Felipe Franciosi 836e1b3813 qom/object: enable setter for uint types 7 years ago
Pan Nengyuan 9b6abdcfae qom-qmp-cmds: fix two memleaks in qmp_object_add 7 years ago
Kevin Wolf d6da78b5fd qemu-storage-daemon: Add --object option 7 years ago
Kevin Wolf 5f07c4d60d qapi: Flatten object-add 7 years ago
Marc-André Lureau 1bb3d7d92c qapi/qmp: add ObjectPropertyInfo.default-value 7 years ago
Marc-André Lureau 4df8161673 qom: introduce object_property_help() 7 years ago
Paolo Bonzini c1f472ea65 qom: simplify qmp_device_list_properties() 7 years ago
Marc-André Lureau f902cb2966 vl: print default value in object help 7 years ago
Paolo Bonzini 385d8f222a qdev: rename DeviceClass.props 7 years ago
Marc-André Lureau b77ade9bb3 object: return self in object_ref() 7 years ago
Marc-André Lureau 9859facc04 object: release all props 7 years ago
Marc-André Lureau 840ecdfbf9 object: add object_class_property_add_link() 7 years ago
Marc-André Lureau 4a8d57989b object: express const link with link property 7 years ago
Marc-André Lureau 9941d37b4d object: add direct link flag 7 years ago
Marc-André Lureau 36854207f0 object: rename link "child" to "target" 7 years ago
Marc-André Lureau 8770bafdc9 object: check strong flag with & 7 years ago
Marc-André Lureau fc4fe712ae object: do not free class properties 7 years ago
Marc-André Lureau 0e76ed0a5d object: add object_property_set_default 7 years ago
Marc-André Lureau a3a162113e object: make object_class_property_add* return property 7 years ago
Marc-André Lureau 2a1be4b348 object: add class property initializer 7 years ago
Marc-André Lureau ba806ffbdf object: avoid extra class property key duplication 7 years ago
Marc-André Lureau d5e633fc97 object: add extra sanity checks 7 years ago
Philippe Mathieu-Daudé 89d337fdd2 qom/object: Display more helpful message when a parent is missing 7 years ago
Philippe Mathieu-Daudé a9ee3a9e1c qom/object: Display more helpful message when an interface is missing 7 years ago
Marc-André Lureau f0d753b1c1 qdev/qom: remove some TODO limitations now that PROP_PTR is gone 7 years ago
Vladimir Sementsov-Ogievskiy 187c614767 hmp: drop Error pointer indirection in hmp_handle_error 7 years ago
Paolo Bonzini 3c75e12ea6 qom: add object_new_with_class 7 years ago
Paolo Bonzini 1fff3c206f qom: introduce object_register_sugar_prop 7 years ago