aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
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-16cpu: Move current_tb field to CPUStateAndreas Färber
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber
2013-02-16cpu: Prepare QOM realizefnAndreas Färber
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-27cpu: Add model resolution support to CPUClassAndreas Färber
2013-01-26build: remove universal-obj-yPaolo Bonzini
2013-01-15qom: Make object_resolve_path_component() path argument constAndreas Färber
2013-01-12build: consolidate multiple variables into universal-obj-yPaolo Bonzini
2013-01-10Make all static TypeInfos constAndreas Färber
2013-01-08cpu: Change parent type to DeviceEduardo Habkost
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
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-06-07build: adapt qom/Makefile and move it to Makefile.objsPaolo Bonzini
2012-05-12qdev: Use object_property_print() in info qtreePaolo Bonzini
2012-05-03qom: Fix memory leak in function container_getStefan Weil
2012-04-24qom: Refine container_get() to allow using a custom rootAndreas Färber
2012-04-02qom: add container_getPaolo Bonzini
2012-03-14qom: Introduce CPU classAndreas Färber
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
2012-02-22qom: add generic string parsing/printingPaolo Bonzini
2012-02-15qom: Unify type registrationAndreas Färber