aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/object.h
AgeCommit message (Expand)Author
2012-11-16object: add object_property_add_bool (v2)Anthony Liguori
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-18qom: Drop type_register_static_alias() macroPaolo 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: Add object_class_get_parent()Paolo Bonzini
2012-05-12qom: Documentation addition for object_class_by_name()Paolo Bonzini
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 object_class_get_list()Andreas Färber
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil
2012-03-07qom: Fix spelling in documentationStefan Weil
2012-02-22qom: Document ways to retrieve child object added by object_property_add_child()Alexander Barabash
2012-02-22qom: add generic string parsing/printingPaolo Bonzini
2012-02-17qom: Fix identifiers in documentationAndreas Färber
2012-02-17qom: Fix typo in Object's documentationAndreas Färber
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-07qom: add property get/set wrappers for linksPaolo Bonzini
2012-02-07qom: add object_resolve_path_typePaolo Bonzini
2012-02-07qom: add property get/set wrappers for C typesPaolo Bonzini
2012-02-07qom: more documentation on subclassingPaolo Bonzini
2012-02-07qom: clean up cast macrosPaolo Bonzini
2012-02-03qom: move properties from qdev to objectAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-03qom: allow object_class_foreach to take additional parameters to refine searchAnthony Liguori
2012-01-27qom: add the base Object class (v2)Anthony Liguori