summaryrefslogtreecommitdiffstats
path: root/qom/object.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | qom: Detect attempts to add a property that already existsPeter Maydell2013-03-261-1/+12
|/
* qom/object.c: Allow itf cast with num_itfs = 0Peter Crosthwaite2013-02-211-1/+2
* qom/object.c: Reset interface list on inheritancePeter Crosthwaite2013-02-211-0/+1
* qom: remove object_deletePaolo Bonzini2013-02-011-7/+0
* qom: preserve object while unparenting itPaolo Bonzini2013-02-011-0/+2
* qom: Introduce object_class_is_abstract()Andreas Färber2013-01-271-0/+5
* qom: Make object_resolve_path_component() path argument constAndreas Färber2013-01-151-1/+1
* qom: move include files to include/qom/Paolo Bonzini2012-12-191-2/+2
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-6/+6
* qapi: remove qapi/qapi-types-core.hPaolo Bonzini2012-12-191-0/+1
* qom: make object_finalize staticPaolo Bonzini2012-11-261-1/+1
* qom: make object_delete usable for statically-allocated objectsPaolo Bonzini2012-11-261-1/+4
* qdev: move bus removal to object_unparentPaolo Bonzini2012-11-261-0/+3
* qom: fix refcount of non-heap-allocated objectsPaolo Bonzini2012-11-261-1/+1
* qom: dynamic_cast of NULL is always NULLPaolo Bonzini2012-11-261-2/+2
* object: add object_property_add_bool (v2)Anthony Liguori2012-11-161-0/+56
* qom: object_delete should unparent the object firstPaolo Bonzini2012-08-231-3/+2
* qom: Reimplement InterfacesAnthony Liguori2012-08-131-134/+86
* qom: Push error reporting to object_property_find()Paolo Bonzini2012-06-181-14/+8
* qdev: Remove qdev_prop_exists()Paolo Bonzini2012-06-181-1/+1
* qbus: Make child devices linksAnthony Liguori2012-06-181-2/+9
* qdev: Push "type" property up to ObjectPaolo Bonzini2012-06-181-0/+11
* qom: Assert that public types have a non-NULL parent fieldPaolo Bonzini2012-06-181-4/+10
* qom: Make Object a typePaolo Bonzini2012-06-181-29/+30
* qom: Add class_base_initPaolo Bonzini2012-06-181-0/+9
* qom: Add object_child_foreach()Paolo Bonzini2012-06-181-0/+17
* qom: Introduce object_property_is_{child,link}()Andreas Färber2012-06-181-5/+15
* qom: Add object_class_get_parent()Paolo Bonzini2012-06-181-0/+13
* qdev: Use object_property_print() in info qtreePaolo Bonzini2012-05-121-1/+1
* qom: add container_getPaolo Bonzini2012-04-021-16/+17
* qom: Introduce object_class_get_list()Andreas Färber2012-03-141-0/+17
* qom/object.c: rename type_class_init() to type_initialize()Igor Mitsyanko2012-03-141-6/+6
* qom: if @instance_size==0, assign size of object to parent object sizeIgor Mitsyanko2012-03-141-2/+17
* qom: fix device hot-unplugPaolo Bonzini2012-03-121-5/+2
* qom: In function object_set_link_property(), first call object_ref(), then ob...Alexander Barabash2012-02-221-4/+7
OpenPOWER on IntegriCloud