summaryrefslogtreecommitdiff
path: root/include/qom/object.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-06qom/object: fix 2 comment typosCao jin1-5/+5
2015-09-08qom: Add recursive version of object_child_for_eachPeter Crosthwaite1-0/+15
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange1-2/+2
2015-06-19qom: Add an object_property_add_enum() helper functionDaniel P. Berrange1-0/+19
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange1-1/+1
2015-06-19qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange1-0/+128
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange1-0/+12
2015-06-05qom: add object_property_add_const_linkPaolo Bonzini1-0/+18
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson1-0/+14
2015-02-16qom: Fix typo, 'my_class_init' -> 'derived_class_init'Zhoujian1-1/+1
2014-10-15qom: Add description field in ObjectProperty structGonglei1-0/+14
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini1-5/+29
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi1-0/+20
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao1-0/+28
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-0/+18
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-1/+10
2014-03-13object: add object_get_canonical_path_component()Stefan Hajnoczi1-0/+8
2014-02-14qapi: Add human mode to StringOutputVisitorPaolo Bonzini1-1/+2
2013-12-24qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini1-0/+1
2013-12-24qom: Split out object and class cachesPeter Crosthwaite1-1/+2
2013-11-05qom: Fix pointer to int property helpers' documentationMichael S. Tsirkin1-21/+52
2013-10-14qom: add pointer to int property helpersMichael S. Tsirkin1-0/+21
2013-10-14qom: cleanup struct Error referencesMichael S. Tsirkin1-25/+25