aboutsummaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)Author
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
2012-11-26qom: make object_finalize staticPaolo Bonzini
2012-11-26qom: make object_delete usable for statically-allocated objectsPaolo Bonzini
2012-11-26qdev: move bus removal to object_unparentPaolo Bonzini
2012-11-26qom: fix refcount of non-heap-allocated objectsPaolo Bonzini
2012-11-26qom: dynamic_cast of NULL is always NULLPaolo Bonzini
2012-11-16object: add object_property_add_bool (v2)Anthony Liguori
2012-08-23qom: object_delete should unparent the object firstPaolo Bonzini
2012-08-13qom: Reimplement InterfacesAnthony Liguori
2012-06-18qom: Push error reporting to object_property_find()Paolo Bonzini
2012-06-18qdev: Remove qdev_prop_exists()Paolo Bonzini
2012-06-18qbus: Make child devices linksAnthony Liguori
2012-06-18qdev: Push "type" property up to ObjectPaolo Bonzini
2012-06-18qom: Assert that public types have a non-NULL parent fieldPaolo Bonzini
2012-06-18qom: Make Object a typePaolo Bonzini
2012-06-18qom: Add class_base_initPaolo Bonzini
2012-06-18qom: Add object_child_foreach()Paolo Bonzini
2012-06-18qom: Introduce object_property_is_{child,link}()Andreas Färber
2012-06-18qom: Add object_class_get_parent()Paolo Bonzini
2012-05-12qdev: Use object_property_print() in info qtreePaolo Bonzini
2012-04-02qom: add container_getPaolo Bonzini
2012-03-14qom: Introduce object_class_get_list()Andreas Färber
2012-03-14qom/object.c: rename type_class_init() to type_initialize()Igor Mitsyanko
2012-03-14qom: if @instance_size==0, assign size of object to parent object sizeIgor Mitsyanko
2012-03-12qom: fix device hot-unplugPaolo Bonzini
2012-02-22qom: In function object_set_link_property(), first call object_ref(), then ob...Alexander Barabash
2012-02-22qom: Fix object_initialize_with_type() assertionAndreas Färber