aboutsummaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)Author
2018-07-17qom/object: Add a new function object_initialize_child()Thomas Huth
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-06-01qom: support orphan objects in object_get_canonical_pathPaolo Bonzini
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-19qobject: let object_property_get_str() use new APIPeter Xu
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
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
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster
2017-10-17qom: introduce type_register_static_array()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-17qom: Fix ambiguous path detection when ambiguous=NULLEduardo Habkost
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov
2017-06-20object: add uint property setter/getterMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-19object: fix potential leak in gettersMarc-André Lureau
2017-01-24object: make some funcs staticMarc-André Lureau
2017-01-16qom: Make all interface types abstractEduardo Habkost
2016-10-04qom/object: update class cache atomicallyAlex Bennée
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06string-input-visitor: Favor new visit_free() functionEric Blake
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-17qom: API to get instance_size of a typeBharata B Rao
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qom: Use typedef for VisitorEric Blake
2016-02-04qom: Clean up includesPeter Maydell
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange
2016-01-18qom: Allow properties to be registered against classesDaniel P. Berrange
2015-11-19qom: Clean up assertions to display values on failureAndreas Färber
2015-11-19qom: Replace object property list with GHashTablePavel Fedin
2015-11-18qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange
2015-11-11error: More error_setg() usageEric Blake
2015-11-06qom/object: fix 2 comment typosCao jin
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake
2015-09-19qom: Fix invalid error check in property_get_str()Markus Armbruster
2015-09-19qom: Do not reuse errp after a possible errorMarkus Armbruster
2015-09-08qom: Add recursive version of object_child_for_eachPeter Crosthwaite