summaryrefslogtreecommitdiff
path: root/include/qom/object.h
AgeCommit message (Expand)Author
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
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange
2015-06-05qom: add object_property_add_const_linkPaolo Bonzini
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson
2015-02-16qom: Fix typo, 'my_class_init' -> 'derived_class_init'Zhoujian
2014-10-15qom: Add description field in ObjectProperty structGonglei
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi
2014-03-13object: add object_get_canonical_path_component()Stefan Hajnoczi