summaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)Author
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15qom: Constify object_get_canonical_path{,_component}()'s parameterMarkus Armbruster
2020-06-10qom/object: pass (Object *) to object_initialize_with_type()Masahiro Yamada
2020-06-10qom/object: simplify type_initialize_interface()Masahiro Yamada
2020-06-10qom/object: factor out the initialization of hash table of propertiesMasahiro Yamada
2020-06-10qom: remove index from object_resolve_abs_path()Masahiro Yamada
2020-06-10qom/object: Fix object_child_foreach_recursive() return valueCédric Le Goater
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé
2020-05-15qom: Drop @errp parameter of object_property_del()Markus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-15qom: Make all the object_property_add_FOO() return the propertyMarkus Armbruster
2020-05-15qom: Drop convenience method object_property_get_uint16List()Markus Armbruster
2020-05-15qom: Simplify object_property_get_enum()Markus Armbruster
2020-05-15qom: Drop object_property_del_child()'s unused parameter @errpMarkus Armbruster
2020-05-15qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster
2020-05-15qom: Clearer reference counting in object_initialize_childv()Markus Armbruster
2020-04-30qom: Simplify object_property_get_enum()Markus Armbruster
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi
2020-01-24object: return self in object_ref()Marc-André Lureau
2020-01-24object: release all propsMarc-André Lureau
2020-01-24object: add object_class_property_add_link()Marc-André Lureau
2020-01-24object: express const link with link propertyMarc-André Lureau
2020-01-24object: add direct link flagMarc-André Lureau
2020-01-24object: rename link "child" to "target"Marc-André Lureau
2020-01-24object: check strong flag with &Marc-André Lureau
2020-01-24object: do not free class propertiesMarc-André Lureau
2020-01-24object: add object_property_set_defaultMarc-André Lureau
2020-01-24object: make object_class_property_add* return propertyMarc-André Lureau
2020-01-24object: add class property initializerMarc-André Lureau
2020-01-24object: avoid extra class property key duplicationMarc-André Lureau
2020-01-24object: add extra sanity checksMarc-André Lureau
2020-01-24qom/object: Display more helpful message when a parent is missingPhilippe Mathieu-Daudé
2020-01-24qom/object: Display more helpful message when an interface is missingPhilippe Mathieu-Daudé
2019-12-17qom: add object_new_with_classPaolo Bonzini
2019-12-17qom: introduce object_register_sugar_propPaolo Bonzini
2019-11-12qom: Fix error message in object_class_property_add()Greg Kurz
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster
2019-07-29Revert "Revert "globals: Allow global properties to be optional""Dr. David Alan Gilbert
2019-05-24qom/object: Display more helpful message when an object type is missingPhilippe Mathieu-Daudé
2019-05-20Revert "globals: Allow global properties to be optional"Daniel P. Berrangé
2019-05-03qom: use object_new_with_type in object_new_with_propvWei Yang
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster
2019-02-26qom: don't require user creatable objects to be registeredDaniel P. Berrangé
2019-01-17globals: Allow global properties to be optionalEduardo Habkost
2019-01-10qom: Don't keep error value between object_property_parse() callsEduardo Habkost
2019-01-07qdev-props: call object_apply_global_props()Marc-André Lureau
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau