summaryrefslogtreecommitdiffstats
path: root/qom
Commit message (Expand)AuthorAgeFilesLines
* build: consolidate multiple variables into universal-obj-yPaolo Bonzini2013-01-121-4/+2
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* cpu: Change parent type to DeviceEduardo Habkost2013-01-081-2/+4
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qom: move include files to include/qom/Paolo Bonzini2012-12-194-6/+6
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-192-7/+7
* qapi: remove qapi/qapi-types-core.hPaolo Bonzini2012-12-191-0/+1
* qom: make object_finalize staticPaolo Bonzini2012-11-261-1/+1
* qom: make object_delete usable for statically-allocated objectsPaolo Bonzini2012-11-261-1/+4
* qdev: move bus removal to object_unparentPaolo Bonzini2012-11-261-0/+3
* qom: fix refcount of non-heap-allocated objectsPaolo Bonzini2012-11-261-1/+1
* qom: dynamic_cast of NULL is always NULLPaolo Bonzini2012-11-261-2/+2
* object: add object_property_add_bool (v2)Anthony Liguori2012-11-161-0/+56
* qom: object_delete should unparent the object firstPaolo Bonzini2012-08-231-3/+2
* qom: Reimplement InterfacesAnthony Liguori2012-08-131-134/+86
* qom: Push error reporting to object_property_find()Paolo Bonzini2012-06-181-14/+8
* qdev: Remove qdev_prop_exists()Paolo Bonzini2012-06-181-1/+1
* qbus: Make child devices linksAnthony Liguori2012-06-181-2/+9
* qdev: Push "type" property up to ObjectPaolo Bonzini2012-06-181-0/+11
* qom: Assert that public types have a non-NULL parent fieldPaolo Bonzini2012-06-181-4/+10
* qom: Make Object a typePaolo Bonzini2012-06-181-29/+30
* qom: Add class_base_initPaolo Bonzini2012-06-181-0/+9
* qom: Add object_child_foreach()Paolo Bonzini2012-06-181-0/+17
* qom: Introduce object_property_is_{child,link}()Andreas Färber2012-06-181-5/+15
* qom: Add object_class_get_parent()Paolo Bonzini2012-06-181-0/+13
* build: adapt qom/Makefile and move it to Makefile.objsPaolo Bonzini2012-06-072-2/+4
* qdev: Use object_property_print() in info qtreePaolo Bonzini2012-05-121-1/+1
* qom: Fix memory leak in function container_getStefan Weil2012-05-031-0/+2
* qom: Refine container_get() to allow using a custom rootAndreas Färber2012-04-241-2/+2
* qom: add container_getPaolo Bonzini2012-04-022-16/+40
* qom: Introduce CPU classAndreas Färber2012-03-142-0/+59
* qom: Introduce object_class_get_list()Andreas Färber2012-03-141-0/+17
* qom/object.c: rename type_class_init() to type_initialize()Igor Mitsyanko2012-03-141-6/+6
* qom: if @instance_size==0, assign size of object to parent object sizeIgor Mitsyanko2012-03-141-2/+17
* qom: fix device hot-unplugPaolo Bonzini2012-03-121-5/+2
* qom: In function object_set_link_property(), first call object_ref(), then ob...Alexander Barabash2012-02-221-4/+7
* qom: Fix object_initialize_with_type() assertionAndreas Färber2012-02-221-1/+1
* qom: add generic string parsing/printingPaolo Bonzini2012-02-221-0/+25
* qom: Unify type registrationAndreas Färber2012-02-152-4/+4
* qom: add property get/set wrappers for linksPaolo Bonzini2012-02-071-0/+24
* qom: fix canonical paths vs. interfacesPaolo Bonzini2012-02-071-0/+10
* qom: use object_resolve_path_type for linksPaolo Bonzini2012-02-071-14/+17
* qom: add object_resolve_path_typePaolo Bonzini2012-02-071-8/+18
* qom: fix off-by-onePaolo Bonzini2012-02-071-5/+2
* qom: add property get/set wrappers for C typesPaolo Bonzini2012-02-071-9/+110
* qom: add QObject-based property get/set wrappersPaolo Bonzini2012-02-072-1/+45
* qom: do not include qdev header filePaolo Bonzini2012-02-071-2/+0
* qom: avoid useless conversions from string to typePaolo Bonzini2012-02-071-15/+12
* qom: clean up/optimize object_dynamic_castPaolo Bonzini2012-02-071-24/+38
* container: make a decendent of ObjectAnthony Liguori2012-02-033-6/+32
OpenPOWER on IntegriCloud