summaryrefslogtreecommitdiffstats
path: root/qom/object.c
Commit message (Expand)AuthorAgeFilesLines
* object: make some funcs staticMarc-André Lureau2017-01-241-2/+2
* qom: Make all interface types abstractEduardo Habkost2017-01-161-0/+6
* qom/object: update class cache atomicallyAlex Bennée2016-10-041-7/+8
* qapi: Add new visit_complete() functionEric Blake2016-07-061-16/+12Star
* string-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-5/+6
* string-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-14/+11Star
* qapi: Add parameter to visit_end_*Eric Blake2016-07-061-1/+1
* error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-3/+1Star
* qom: API to get instance_size of a typeBharata B Rao2016-06-171-0/+8
* qapi: Split visit_end_struct() into piecesEric Blake2016-05-121-3/+2Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2016-02-081-4/+4
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-38/+37Star
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-25/+24Star
* qom: Use typedef for VisitorEric Blake2016-02-081-2/+2
* qom: Clean up includesPeter Maydell2016-02-041-0/+1
* qom: Change object property iterator API contractDaniel P. Berrange2016-01-181-18/+4Star
* qom: Allow properties to be registered against classesDaniel P. Berrange2016-01-181-15/+221
* qom: Clean up assertions to display values on failureAndreas Färber2015-11-191-6/+6
* qom: Replace object property list with GHashTablePavel Fedin2015-11-191-44/+76
* qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange2015-11-181-0/+28
* error: More error_setg() usageEric Blake2015-11-111-2/+2
* qom/object: fix 2 comment typosCao jin2015-11-061-1/+1
* qapi: Consistent generated code: prefer visitor 'v'Eric Blake2015-10-121-9/+9
* qom: Fix invalid error check in property_get_str()Markus Armbruster2015-09-191-4/+8
* qom: Do not reuse errp after a possible errorMarkus Armbruster2015-09-191-6/+35
* qom: Add recursive version of object_child_for_eachPeter Crosthwaite2015-09-081-3/+22
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-6/+6
* qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster2015-06-221-2/+4
* qobject: Use 'bool' for qboolEric Blake2015-06-221-2/+2
* qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange2015-06-191-2/+17
* qom: Add an object_property_add_enum() helper functionDaniel P. Berrange2015-06-191-0/+58
* qom: Make enum string tables const-correctDaniel P. Berrange2015-06-191-1/+1
* qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange2015-06-191-0/+109
* qom: Add helper function for getting user objects rootDaniel P. Berrange2015-06-191-0/+5
* qom: strdup() target property name on object_property_add_alias()Eduardo Habkost2015-06-191-2/+3
* qom: add object_property_add_const_linkPaolo Bonzini2015-06-051-0/+16
* qom: Fix object_property_add_alias() with [*]Andreas Färber2015-03-311-1/+1
* Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson2015-03-091-0/+79
* qom: Demote already-has-a-parent to a regular errorPeter Crosthwaite2014-10-231-1/+5
* qom: Allow clearing of a Link propertyPeter Crosthwaite2014-10-231-3/+7
* qom: Add description field in ObjectProperty structGonglei2014-10-151-0/+20
* qom: Add error handler for object alias propertyGonglei2014-10-151-1/+8
* qom: Add error handler for object_property_print()Gonglei2014-10-151-2/+10
* qom: Add automatic arrayification to object_property_add()Peter Crosthwaite2014-09-041-0/+21
* qom: Make object_child_foreach() safe for objects removalAlexey Kardashevskiy2014-09-041-2/+2
* qom/object.c, hmp.c: fix string_output_get_string() memory leakChen Fan2014-09-021-2/+10
* qom: object: move unparenting to the child property's release callbackPaolo Bonzini2014-08-171-10/+4Star
* qom: object: delete properties before calling instance_finalizePaolo Bonzini2014-08-171-1/+1