summaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-23qom: Demote already-has-a-parent to a regular errorPeter Crosthwaite1-1/+5
2014-10-23qom: Allow clearing of a Link propertyPeter Crosthwaite1-3/+7
2014-10-15qom: Add description field in ObjectProperty structGonglei1-0/+20
2014-10-15qom: Add error handler for object alias propertyGonglei1-1/+8
2014-10-15qom: Add error handler for object_property_print()Gonglei1-2/+10
2014-09-04qom: Add automatic arrayification to object_property_add()Peter Crosthwaite1-0/+21
2014-09-04qom: Make object_child_foreach() safe for objects removalAlexey Kardashevskiy1-2/+2
2014-09-02qom/object.c, hmp.c: fix string_output_get_string() memory leakChen Fan1-2/+10
2014-08-17qom: object: move unparenting to the child property's release callbackPaolo Bonzini1-10/+4
2014-08-17qom: object: delete properties before calling instance_finalizePaolo Bonzini1-1/+1
2014-07-01qom: object: Ignore refs/unrefs of NULLPeter Crosthwaite1-6/+8
2014-07-01qom: object: remove parent pointer when unparentingPeter Crosthwaite1-0/+1
2014-07-01qom: allow creating an alias of a child<> propertyPaolo Bonzini1-1/+11
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini1-29/+53
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi1-0/+51
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao1-0/+35
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-2/+3
2014-04-11qom: Fix crash with qom-list and link propertiesCole Robinson1-1/+2
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-1/+17
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-3/+33
2014-03-19qom: Don't make link NULL on object_property_set_link() failureStefan Hajnoczi1-14/+15
2014-03-19qom: Split object_property_set_link()Stefan Hajnoczi1-20/+40
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-22/+32
2014-03-13object: add object_get_canonical_path_component()Stefan Hajnoczi1-22/+32
2014-03-12qom: Avoid leaking str and bool properties on failureStefan Hajnoczi1-2/+12
2014-02-14qapi: Add human mode to StringOutputVisitorPaolo Bonzini1-2/+2
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias1-3/+8
2014-01-06qom: catch errors in object_property_add_childPaolo Bonzini1-3/+8
2013-12-24qom: Detect bad reentrance during object_class_foreach()Hervé Poussineau1-0/+5
2013-12-24qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini1-11/+21
2013-12-24qom: Split out object and class cachesPeter Crosthwaite1-6/+7
2013-11-19qom: Fix memory leak in object_property_set_link()Vlad Yasevich1-2/+3
2013-10-14qom: add pointer to int property helpersMichael S. Tsirkin1-0/+60
2013-08-30qom: Assert instance size in object_initialize_with_type()Andreas Färber1-3/+4
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-1/+1
2013-08-16qom: Introduce instance_post_init hookEduardo Habkost1-0/+14
2013-07-10qom: Fix class cast of NULL classesPeter Crosthwaite1-3/+3
2013-07-04qom: Use atomics for object refcountingJan Kiszka1-3/+2
2013-05-22qom/object: Don't poll cast cache for NULL objectsPeter Crosthwaite1-2/+2
2013-05-13qom: aggressively optimize qom castingAnthony Liguori1-2/+38
2013-05-13qom: allow turning cast debugging offPaolo Bonzini1-4/+11
2013-05-13qom: trace asserting castsPaolo Bonzini1-1/+9
2013-05-13qom: pass file/line/function to asserting castsPaolo Bonzini1-6/+9
2013-05-13qom: add a fast path to object_class_dynamic_castPaolo Bonzini1-0/+5
2013-05-13qom: allow casting of a NULL classPaolo Bonzini1-3/+9
2013-04-30QOM: Fail casts for unknown typesAlexander Graf1-0/+5
2013-04-29qom: do not return root for empty pathPaolo Bonzini1-10/+2
2013-04-16qom: do nothing on unparent of object without parentPaolo Bonzini1-0/+4
2013-03-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-3/+3
2013-03-26qom: call class destructor before unparentMichael S. Tsirkin1-3/+3