summaryrefslogtreecommitdiffstats
path: root/qom/object.c
Commit message (Expand)AuthorAgeFilesLines
* qom: Demote already-has-a-parent to a regular errorPeter Crosthwaite2014-10-231-1/+5
* qom: Allow clearing of a Link propertyPeter Crosthwaite2014-10-231-3/+7
* qom: Add description field in ObjectProperty structGonglei2014-10-151-0/+20
* qom: Add error handler for object alias propertyGonglei2014-10-151-1/+8
* qom: Add error handler for object_property_print()Gonglei2014-10-151-2/+10
* qom: Add automatic arrayification to object_property_add()Peter Crosthwaite2014-09-041-0/+21
* qom: Make object_child_foreach() safe for objects removalAlexey Kardashevskiy2014-09-041-2/+2
* qom/object.c, hmp.c: fix string_output_get_string() memory leakChen Fan2014-09-021-2/+10
* qom: object: move unparenting to the child property's release callbackPaolo Bonzini2014-08-171-10/+4
* qom: object: delete properties before calling instance_finalizePaolo Bonzini2014-08-171-1/+1
* qom: object: Ignore refs/unrefs of NULLPeter Crosthwaite2014-07-011-6/+8
* qom: object: remove parent pointer when unparentingPeter Crosthwaite2014-07-011-0/+1
* qom: allow creating an alias of a child<> propertyPaolo Bonzini2014-07-011-1/+11
* qom: add a generic mechanism to resolve pathsPaolo Bonzini2014-07-011-29/+53
* qom: add object_property_add_alias()Stefan Hajnoczi2014-07-011-0/+51
* qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao2014-06-191-0/+35
* qerror.h: Remove QERR defines that are only used onceCole Robinson2014-04-251-2/+3
* qom: Fix crash with qom-list and link propertiesCole Robinson2014-04-111-1/+2
* qom: Add check() argument to object_property_add_link()Stefan Hajnoczi2014-03-191-1/+17
* qom: Make QOM link property unref optionalStefan Hajnoczi2014-03-191-3/+33
* qom: Don't make link NULL on object_property_set_link() failureStefan Hajnoczi2014-03-191-14/+15
* qom: Split object_property_set_link()Stefan Hajnoczi2014-03-191-20/+40
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-03-131-22/+32
|\
| * object: add object_get_canonical_path_component()Stefan Hajnoczi2014-03-131-22/+32
* | qom: Avoid leaking str and bool properties on failureStefan Hajnoczi2014-03-121-2/+12
|/
* qapi: Add human mode to StringOutputVisitorPaolo Bonzini2014-02-141-2/+2
* Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias2014-01-141-3/+8
|\
| * qom: catch errors in object_property_add_childPaolo Bonzini2014-01-061-3/+8
* | qom: Detect bad reentrance during object_class_foreach()Hervé Poussineau2013-12-241-0/+5
* | qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini2013-12-241-11/+21
* | qom: Split out object and class cachesPeter Crosthwaite2013-12-241-6/+7
|/
* qom: Fix memory leak in object_property_set_link()Vlad Yasevich2013-11-191-2/+3
* qom: add pointer to int property helpersMichael S. Tsirkin2013-10-141-0/+60
* qom: Assert instance size in object_initialize_with_type()Andreas Färber2013-08-301-3/+4
* qom: Pass available size to object_initialize()Andreas Färber2013-08-301-1/+1
* qom: Introduce instance_post_init hookEduardo Habkost2013-08-161-0/+14
* qom: Fix class cast of NULL classesPeter Crosthwaite2013-07-101-3/+3
* qom: Use atomics for object refcountingJan Kiszka2013-07-041-3/+2
* qom/object: Don't poll cast cache for NULL objectsPeter Crosthwaite2013-05-221-2/+2
* qom: aggressively optimize qom castingAnthony Liguori2013-05-131-2/+38
* qom: allow turning cast debugging offPaolo Bonzini2013-05-131-4/+11
* qom: trace asserting castsPaolo Bonzini2013-05-131-1/+9
* qom: pass file/line/function to asserting castsPaolo Bonzini2013-05-131-6/+9
* qom: add a fast path to object_class_dynamic_castPaolo Bonzini2013-05-131-0/+5
* qom: allow casting of a NULL classPaolo Bonzini2013-05-131-3/+9
* QOM: Fail casts for unknown typesAlexander Graf2013-04-301-0/+5
* qom: do not return root for empty pathPaolo Bonzini2013-04-291-10/+2
* qom: do nothing on unparent of object without parentPaolo Bonzini2013-04-161-0/+4
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-03-261-3/+3
|\
| * qom: call class destructor before unparentMichael S. Tsirkin2013-03-261-3/+3
OpenPOWER on IntegriCloud