summaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)Author
2015-09-08qom: Add recursive version of object_child_for_eachPeter Crosthwaite
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster
2015-06-22qobject: Use 'bool' for qboolEric Blake
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange
2015-06-19qom: Add an object_property_add_enum() helper functionDaniel P. Berrange
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange
2015-06-19qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange
2015-06-19qom: strdup() target property name on object_property_add_alias()Eduardo Habkost
2015-06-05qom: add object_property_add_const_linkPaolo Bonzini
2015-03-31qom: Fix object_property_add_alias() with [*]Andreas Färber
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson
2014-10-23qom: Demote already-has-a-parent to a regular errorPeter Crosthwaite
2014-10-23qom: Allow clearing of a Link propertyPeter Crosthwaite
2014-10-15qom: Add description field in ObjectProperty structGonglei
2014-10-15qom: Add error handler for object alias propertyGonglei
2014-10-15qom: Add error handler for object_property_print()Gonglei
2014-09-04qom: Add automatic arrayification to object_property_add()Peter Crosthwaite
2014-09-04qom: Make object_child_foreach() safe for objects removalAlexey Kardashevskiy
2014-09-02qom/object.c, hmp.c: fix string_output_get_string() memory leakChen Fan
2014-08-17qom: object: move unparenting to the child property's release callbackPaolo Bonzini
2014-08-17qom: object: delete properties before calling instance_finalizePaolo Bonzini
2014-07-01qom: object: Ignore refs/unrefs of NULLPeter Crosthwaite
2014-07-01qom: object: remove parent pointer when unparentingPeter Crosthwaite
2014-07-01qom: allow creating an alias of a child<> propertyPaolo Bonzini
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson
2014-04-11qom: Fix crash with qom-list and link propertiesCole Robinson
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi
2014-03-19qom: Don't make link NULL on object_property_set_link() failureStefan Hajnoczi
2014-03-19qom: Split object_property_set_link()Stefan Hajnoczi
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-03-13object: add object_get_canonical_path_component()Stefan Hajnoczi
2014-03-12qom: Avoid leaking str and bool properties on failureStefan Hajnoczi
2014-02-14qapi: Add human mode to StringOutputVisitorPaolo Bonzini
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-06qom: catch errors in object_property_add_childPaolo Bonzini
2013-12-24qom: Detect bad reentrance during object_class_foreach()Hervé Poussineau
2013-12-24qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini
2013-12-24qom: Split out object and class cachesPeter Crosthwaite
2013-11-19qom: Fix memory leak in object_property_set_link()Vlad Yasevich
2013-10-14qom: add pointer to int property helpersMichael S. Tsirkin
2013-08-30qom: Assert instance size in object_initialize_with_type()Andreas Färber
2013-08-30qom: Pass available size to object_initialize()Andreas Färber
2013-08-16qom: Introduce instance_post_init hookEduardo Habkost
2013-07-10qom: Fix class cast of NULL classesPeter Crosthwaite