aboutsummaryrefslogtreecommitdiff
path: root/include/qom/object.h
AgeCommit message (Expand)Author
2020-01-24object: make object_class_property_add* return propertyMarc-André Lureau
2020-01-24object: add class property initializerMarc-André Lureau
2020-01-02object: add g_autoptr supportMarc-André Lureau
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-12-18include/qom/object.h: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-17object: Improve documentation of interfacesGreg Kurz
2019-12-17qom: add object_new_with_classPaolo Bonzini
2019-12-17qom: introduce object_register_sugar_propPaolo Bonzini
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau
2018-12-11move ObjectClass to typedefs.hGerd Hoffmann
2018-07-17qom/object: Add a new function object_initialize_child()Thomas Huth
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2017-10-17qom: add helper macro DEFINE_TYPES()Igor Mammedov
2017-10-17qom: introduce type_register_static_array()Igor Mammedov
2017-10-09qom: update doc comment for type_register[_static]()Igor Mammedov
2017-10-03qom: provide root container for internal objsPeter Xu
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov
2017-06-20object: add uint property setter/getterMarc-André Lureau
2017-01-24object: make some funcs staticMarc-André Lureau
2017-01-24object.h: spelling fixMarc-André Lureau
2016-07-06qom: Fix comment typoChanglong Xie
2016-06-17qom: API to get instance_size of a typeBharata B Rao
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-23include: Clean up includesPeter Maydell
2016-02-11qom: Correct object_property_get_int() descriptionAlistair Francis
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qom: Use typedef for VisitorEric Blake
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange
2016-01-18qom: Allow properties to be registered against classesDaniel P. Berrange
2015-12-03qom: Update documentation comment of struct ObjectCao jin
2015-11-19qom: Replace object property list with GHashTablePavel Fedin
2015-11-18qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange
2015-11-06qom/object: fix 2 comment typosCao jin
2015-09-08qom: Add recursive version of object_child_for_eachPeter Crosthwaite
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange
2015-06-19qom: Add an object_property_add_enum() helper functionDaniel P. Berrange
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange
2015-06-19qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange