summaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-8/+8
2018-03-19qobject: let object_property_get_str() use new APIPeter Xu1-6/+3
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-4/+4
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-0/+13
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy1-0/+7
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
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1
2017-10-17qom: introduce type_register_static_array()Igor Mammedov1-0/+9
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-8/+8
2017-07-17qom: Fix ambiguous path detection when ambiguous=NULLEduardo Habkost1-9/+8
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-4/+4
2017-06-20object: add uint property setter/getterMarc-André Lureau1-0/+29
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-9/+7
2017-06-19object: fix potential leak in gettersMarc-André Lureau1-3/+3
2017-01-24object: make some funcs staticMarc-André Lureau1-2/+2
2017-01-16qom: Make all interface types abstractEduardo Habkost1-0/+6
2016-10-04qom/object: update class cache atomicallyAlex Bennée1-7/+8
2016-07-06qapi: Add new visit_complete() functionEric Blake1-16/+12
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake1-5/+6
2016-07-06string-input-visitor: Favor new visit_free() functionEric Blake1-14/+11
2016-07-06qapi: Add parameter to visit_end_*Eric Blake1-1/+1
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-3/+1
2016-06-17qom: API to get instance_size of a typeBharata B Rao1-0/+8
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake1-3/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake1-4/+4
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-38/+37
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-25/+24
2016-02-08qom: Use typedef for VisitorEric Blake1-2/+2
2016-02-04qom: Clean up includesPeter Maydell1-0/+1
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-18/+4
2016-01-18qom: Allow properties to be registered against classesDaniel P. Berrange1-15/+221
2015-11-19qom: Clean up assertions to display values on failureAndreas Färber1-6/+6
2015-11-19qom: Replace object property list with GHashTablePavel Fedin1-44/+76
2015-11-18qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange1-0/+28
2015-11-11error: More error_setg() usageEric Blake1-2/+2
2015-11-06qom/object: fix 2 comment typosCao jin1-1/+1
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake1-9/+9
2015-09-19qom: Fix invalid error check in property_get_str()Markus Armbruster1-4/+8
2015-09-19qom: Do not reuse errp after a possible errorMarkus Armbruster1-6/+35
2015-09-08qom: Add recursive version of object_child_for_eachPeter Crosthwaite1-3/+22
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-6/+6
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster1-2/+4
2015-06-22qobject: Use 'bool' for qboolEric Blake1-2/+2
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange1-2/+17
2015-06-19qom: Add an object_property_add_enum() helper functionDaniel P. Berrange1-0/+58