213 Commits (0fb233125471b0c001b04df9e1b38c752ba002ee)

Author SHA1 Message Date
Paolo Bonzini 9444e9e640 build: consolidate multiple variables into universal-obj-y 14 years ago
Andreas Färber 8c43a6f05d Make all static TypeInfos const 14 years ago
Eduardo Habkost 961f839570 cpu: Change parent type to Device 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini 14cccb6185 qom: move include files to include/qom/ 14 years ago
Paolo Bonzini 7b1b5d1913 qapi: move include files to include/qobject/ 14 years ago
Paolo Bonzini 4167c42c5e qapi: remove qapi/qapi-types-core.h 14 years ago
Paolo Bonzini 339c2708e7 qom: make object_finalize static 14 years ago
Paolo Bonzini fde9bf4470 qom: make object_delete usable for statically-allocated objects 14 years ago
Paolo Bonzini 667d22d1ae qdev: move bus removal to object_unparent 14 years ago
Paolo Bonzini 764b63125a qom: fix refcount of non-heap-allocated objects 14 years ago
Paolo Bonzini b7f43fe460 qom: dynamic_cast of NULL is always NULL 14 years ago
Anthony Liguori 0e5588438d object: add object_property_add_bool (v2) 14 years ago
Paolo Bonzini da5a44e8b0 qom: object_delete should unparent the object first 14 years ago
Anthony Liguori 33e95c6328 qom: Reimplement Interfaces 14 years ago
Paolo Bonzini 89bfe00043 qom: Push error reporting to object_property_find() 15 years ago
Paolo Bonzini 8cb6789a31 qdev: Remove qdev_prop_exists() 15 years ago
Anthony Liguori 0866aca1de qbus: Make child devices links 15 years ago
Paolo Bonzini 2f262e06f0 qdev: Push "type" property up to Object 15 years ago
Paolo Bonzini 049cb3cfda qom: Assert that public types have a non-NULL parent field 15 years ago
Paolo Bonzini 745549c8d0 qom: Make Object a type 15 years ago
Paolo Bonzini 3b50e311b4 qom: Add class_base_init 14 years ago
Paolo Bonzini 32efc535b8 qom: Add object_child_foreach() 15 years ago
Andreas Färber 5d9d3f4757 qom: Introduce object_property_is_{child,link}() 14 years ago
Paolo Bonzini e7cce67f27 qom: Add object_class_get_parent() 14 years ago
Paolo Bonzini 7f07b9cbc5 build: adapt qom/Makefile and move it to Makefile.objs 14 years ago
Paolo Bonzini 8185bfc146 qdev: Use object_property_print() in info qtree 14 years ago
Stefan Weil f156f2385f qom: Fix memory leak in function container_get 15 years ago
Andreas Färber dfe47e7029 qom: Refine container_get() to allow using a custom root 15 years ago
Paolo Bonzini a612b2a663 qom: add container_get 15 years ago
Andreas Färber dd83b06ae6 qom: Introduce CPU class 15 years ago
Andreas Färber 418ba9e5d6 qom: Introduce object_class_get_list() 15 years ago
Igor Mitsyanko ac4510337d qom/object.c: rename type_class_init() to type_initialize() 15 years ago
Igor Mitsyanko aca59af612 qom: if @instance_size==0, assign size of object to parent object size 15 years ago
Paolo Bonzini 6c1fdcf902 qom: fix device hot-unplug 15 years ago
Alexander Barabash f0cdc966fb qom: In function object_set_link_property(), first call object_ref(), then object_unref(). 15 years ago
Andreas Färber 258b2c4258 qom: Fix object_initialize_with_type() assertion 15 years ago
Paolo Bonzini b2cd7dee86 qom: add generic string parsing/printing 15 years ago
Andreas Färber 83f7d43a9e qom: Unify type registration 15 years ago
Paolo Bonzini 1d9c5a12ce qom: add property get/set wrappers for links 15 years ago
Paolo Bonzini a1e7efdcef qom: fix canonical paths vs. interfaces 15 years ago
Paolo Bonzini 11e35bfdc7 qom: use object_resolve_path_type for links 15 years ago
Paolo Bonzini 02fe2db631 qom: add object_resolve_path_type 15 years ago
Paolo Bonzini 8f770d3905 qom: fix off-by-one 15 years ago
Paolo Bonzini 7b7b7d18e4 qom: add property get/set wrappers for C types 15 years ago
Paolo Bonzini 9f5f135058 qom: add QObject-based property get/set wrappers 15 years ago
Paolo Bonzini b46d9b1082 qom: do not include qdev header file 15 years ago
Paolo Bonzini 9970bd887d qom: avoid useless conversions from string to type 15 years ago
Paolo Bonzini acc4af3fec qom: clean up/optimize object_dynamic_cast 15 years ago
Anthony Liguori 8b45d447ce container: make a decendent of Object 15 years ago