aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
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
2012-02-07qom: add property get/set wrappers for linksPaolo Bonzini
2012-02-07qom: fix canonical paths vs. interfacesPaolo Bonzini
2012-02-07qom: use object_resolve_path_type for linksPaolo Bonzini
2012-02-07qom: add object_resolve_path_typePaolo Bonzini
2012-02-07qom: fix off-by-onePaolo Bonzini
2012-02-07qom: add property get/set wrappers for C typesPaolo Bonzini
2012-02-07qom: add QObject-based property get/set wrappersPaolo Bonzini
2012-02-07qom: do not include qdev header filePaolo Bonzini
2012-02-07qom: avoid useless conversions from string to typePaolo Bonzini
2012-02-07qom: clean up/optimize object_dynamic_castPaolo Bonzini
2012-02-03container: make a decendent of ObjectAnthony Liguori
2012-02-03object: sure up reference countingAnthony Liguori
2012-02-03qom: accept any compatible type when setting a link propertyAnthony Liguori
2012-02-03qom: move properties from qdev to objectAnthony Liguori
2012-02-03qom: allow object_class_foreach to take additional parameters to refine searchAnthony Liguori
2012-01-27qdev: change ambiguous qdev namesAnthony Liguori
2012-01-27qom: add the base Object class (v2)Anthony Liguori