summaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-26qom: Detect attempts to add a property that already existsPeter Maydell1-1/+12
2013-02-21qom/object.c: Allow itf cast with num_itfs = 0Peter Crosthwaite1-1/+2
2013-02-21qom/object.c: Reset interface list on inheritancePeter Crosthwaite1-0/+1
2013-02-01qom: remove object_deletePaolo Bonzini1-7/+0
2013-02-01qom: preserve object while unparenting itPaolo Bonzini1-0/+2
2013-01-27qom: Introduce object_class_is_abstract()Andreas Färber1-0/+5
2013-01-15qom: Make object_resolve_path_component() path argument constAndreas Färber1-1/+1
2012-12-19qom: move include files to include/qom/Paolo Bonzini1-2/+2
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-6/+6
2012-12-19qapi: remove qapi/qapi-types-core.hPaolo Bonzini1-0/+1
2012-11-26qom: make object_finalize staticPaolo Bonzini1-1/+1
2012-11-26qom: make object_delete usable for statically-allocated objectsPaolo Bonzini1-1/+4
2012-11-26qdev: move bus removal to object_unparentPaolo Bonzini1-0/+3
2012-11-26qom: fix refcount of non-heap-allocated objectsPaolo Bonzini1-1/+1
2012-11-26qom: dynamic_cast of NULL is always NULLPaolo Bonzini1-2/+2
2012-11-16object: add object_property_add_bool (v2)Anthony Liguori1-0/+56
2012-08-23qom: object_delete should unparent the object firstPaolo Bonzini1-3/+2
2012-08-13qom: Reimplement InterfacesAnthony Liguori1-134/+86
2012-06-18qom: Push error reporting to object_property_find()Paolo Bonzini1-14/+8
2012-06-18qdev: Remove qdev_prop_exists()Paolo Bonzini1-1/+1
2012-06-18qbus: Make child devices linksAnthony Liguori1-2/+9
2012-06-18qdev: Push "type" property up to ObjectPaolo Bonzini1-0/+11