summaryrefslogtreecommitdiff
path: root/include/qapi
AgeCommit message (Expand)AuthorFilesLines
2016-07-13blockjob: Update description of the 'id' fieldAlberto Garcia1-3/+0
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster3-8/+8
2016-07-06sockets: Use new QAPI cloningEric Blake1-0/+2
2016-07-06qapi: Add new clone visitorEric Blake3-33/+84
2016-07-06qapi: Add new visit_complete() functionEric Blake4-28/+49
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake1-1/+0
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake1-1/+0
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake1-5/+1
2016-07-06string-input-visitor: Favor new visit_free() functionEric Blake1-4/+1
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-3/+1
2016-07-06qapi: Add new visit_free() functionEric Blake3-7/+38
2016-07-06qapi: Add parameter to visit_end_*Eric Blake2-16/+22
2016-07-06qapi: Improve use of qmp/types.hEric Blake1-1/+0
2016-05-26migration: add reporting of errors for outgoing migrationDaniel P. Berrange1-1/+1
2016-05-12qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake1-9/+16
2016-05-12qapi: Simplify semantics of visit_next_list()Eric Blake5-29/+37
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake2-6/+20
2016-05-12qapi: Add visit_type_null() visitorEric Blake5-3/+19
2016-05-12qapi: Document visitor interfaces, add assertionsEric Blake6-28/+479
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake1-2/+7
2016-05-12qmp: Drop dead command->typeEric Blake1-6/+0
2016-05-12qapi-visit: Add visitor.type classificationEric Blake2-9/+25
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-5/+0
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz1-3/+0
2016-02-23include: Clean up includesPeter Maydell15-22/+0
2016-02-19qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake2-19/+47
2016-02-19qapi: Don't box branches of flat unionsEric Blake2-3/+0
2016-02-19qapi: Adjust layout of FooList typesEric Blake2-8/+7
2016-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-09' into...Peter Maydell1-4/+11
2016-02-09error: Improve documentation some moreMarkus Armbruster1-4/+11
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake2-6/+11
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake2-10/+6
2016-02-08qapi: Swap 'name' in visit_* callbacks to match public APIEric Blake1-18/+21
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-21/+31
2016-02-08qapi: Consolidate visitor small integer callbacksEric Blake1-7/+1
2016-02-08qapi: Make all visitors supply uint64 callbacksEric Blake1-3/+6
2016-02-08qapi: Prefer type_int64 over type_int in visitorsEric Blake1-2/+4
2016-02-08qapi-visit: Kill unused visit_end_union()Eric Blake2-2/+0
2016-01-13error: New error_prepend(), error_reportf_err()Markus Armbruster1-2/+29
2016-01-13error: Improve documentationMarkus Armbruster1-2/+18
2016-01-13error: Document how to accumulate multiple errorsMarkus Armbruster1-0/+17
2015-12-17qapi: Shorter visits of optional fieldsEric Blake1-2/+2
2015-12-17qapi: Simplify visits of optional fieldsEric Blake2-5/+10
2015-12-17qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2-2/+3
2015-12-17qapi: Simplify visiting of alternate typesEric Blake2-2/+9
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake1-16/+5
2015-12-17qobject: Rename qtype_code to QTypeEric Blake1-4/+4
2015-12-17qobject: Simplify QObjectEric Blake7-16/+21
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake1-6/+6