aboutsummaryrefslogtreecommitdiff
path: root/include/qom/object.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qom: introduce object_property_help()Marc-André Lureau1-0/+13
2020-01-24object: return self in object_ref()Marc-André Lureau1-1/+2
2020-01-24object: add object_class_property_add_link()Marc-André Lureau1-0/+9
2020-01-24object: add direct link flagMarc-André Lureau1-0/+3
2020-01-24object: rename link "child" to "target"Marc-André Lureau1-2/+2
2020-01-24object: add object_property_set_defaultMarc-André Lureau1-0/+37
2020-01-24object: make object_class_property_add* return propertyMarc-André Lureau1-8/+16
2020-01-24object: add class property initializerMarc-André Lureau1-2/+14
2020-01-02object: add g_autoptr supportMarc-André Lureau1-0/+3
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+21
2019-12-18include/qom/object.h: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy1-2/+2
2019-12-17object: Improve documentation of interfacesGreg Kurz1-2/+8
2019-12-17qom: add object_new_with_classPaolo Bonzini1-0/+12
2019-12-17qom: introduce object_register_sugar_propPaolo Bonzini1-0/+1
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster1-0/+3
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau1-0/+3
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau1-5/+2
2018-12-11move ObjectClass to typedefs.hGerd Hoffmann1-1/+0
2018-07-17qom/object: Add a new function object_initialize_child()Thomas Huth1-2/+43
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-3/+9
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini1-0/+1
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-0/+11
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy1-0/+16
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2017-10-17qom: add helper macro DEFINE_TYPES()Igor Mammedov1-0/+36
2017-10-17qom: introduce type_register_static_array()Igor Mammedov1-0/+10
2017-10-09qom: update doc comment for type_register[_static]()Igor Mammedov1-2/+2
2017-10-03qom: provide root container for internal objsPeter Xu1-0/+11
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau1-2/+2
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-3/+3
2017-06-20object: add uint property setter/getterMarc-André Lureau1-0/+23
2017-01-24object: make some funcs staticMarc-André Lureau1-24/+0
2017-01-24object.h: spelling fixMarc-André Lureau1-1/+1
2016-07-06qom: Fix comment typoChanglong Xie1-1/+1
2016-06-17qom: API to get instance_size of a typeBharata B Rao1-1/+7
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-23include: Clean up includesPeter Maydell1-3/+0
2016-02-11qom: Correct object_property_get_int() descriptionAlistair Francis1-1/+1
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-2/+2
2016-02-08qom: Use typedef for VisitorEric Blake1-5/+4
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-16/+14
2016-01-18qom: Allow properties to be registered against classesDaniel P. Berrange1-1/+45
2015-12-03qom: Update documentation comment of struct ObjectCao jin1-3/+0
2015-11-19qom: Replace object property list with GHashTablePavel Fedin1-3/+7
2015-11-18qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange1-0/+49