aboutsummaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)Author
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
2013-07-04qom: Use atomics for object refcountingJan Kiszka
2013-05-22qom/object: Don't poll cast cache for NULL objectsPeter Crosthwaite
2013-05-13qom: aggressively optimize qom castingAnthony Liguori
2013-05-13qom: allow turning cast debugging offPaolo Bonzini
2013-05-13qom: trace asserting castsPaolo Bonzini
2013-05-13qom: pass file/line/function to asserting castsPaolo Bonzini
2013-05-13qom: add a fast path to object_class_dynamic_castPaolo Bonzini
2013-05-13qom: allow casting of a NULL classPaolo Bonzini
2013-04-30QOM: Fail casts for unknown typesAlexander Graf
2013-04-29qom: do not return root for empty pathPaolo Bonzini
2013-04-16qom: do nothing on unparent of object without parentPaolo Bonzini
2013-03-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-03-26qom: call class destructor before unparentMichael S. Tsirkin
2013-03-26qom: Detect attempts to add a property that already existsPeter Maydell
2013-02-21qom/object.c: Allow itf cast with num_itfs = 0Peter Crosthwaite
2013-02-21qom/object.c: Reset interface list on inheritancePeter Crosthwaite
2013-02-01qom: remove object_deletePaolo Bonzini
2013-02-01qom: preserve object while unparenting itPaolo Bonzini
2013-01-27qom: Introduce object_class_is_abstract()Andreas Färber
2013-01-15qom: Make object_resolve_path_component() path argument constAndreas Färber
2012-12-19qom: move include files to include/qom/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-19qapi: remove qapi/qapi-types-core.hPaolo Bonzini