summaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)AuthorFilesLines
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
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/+109
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange1-0/+5
2015-06-19qom: strdup() target property name on object_property_add_alias()Eduardo Habkost1-2/+3
2015-06-05qom: add object_property_add_const_linkPaolo Bonzini1-0/+16
2015-03-31qom: Fix object_property_add_alias() with [*]Andreas Färber1-1/+1
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson1-0/+79
2014-10-23qom: Demote already-has-a-parent to a regular errorPeter Crosthwaite1-1/+5
2014-10-23qom: Allow clearing of a Link propertyPeter Crosthwaite1-3/+7
2014-10-15qom: Add description field in ObjectProperty structGonglei1-0/+20
2014-10-15qom: Add error handler for object alias propertyGonglei1-1/+8
2014-10-15qom: Add error handler for object_property_print()Gonglei1-2/+10