summaryrefslogtreecommitdiff
path: root/qom
Commit message (Expand)AuthorAgeFilesLines
* qom: object_delete should unparent the object firstPaolo Bonzini2012-08-281-3/+2
* 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
* object: sure up reference countingAnthony Liguori2012-02-031-2/+14
* qom: accept any compatible type when setting a link propertyAnthony Liguori2012-02-031-4/+5
* qom: move properties from qdev to objectAnthony Liguori2012-02-031-0/+468
* qom: allow object_class_foreach to take additional parameters to refine searchAnthony Liguori2012-02-031-2/+16
* qdev: change ambiguous qdev namesAnthony Liguori2012-01-271-0/+5
* qom: add the base Object class (v2)Anthony Liguori2012-01-272-0/+486