summaryrefslogtreecommitdiffstats
path: root/include/qapi
Commit message (Expand)AuthorAgeFilesLines
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-123-8/+8
* sockets: Use new QAPI cloningEric Blake2016-07-061-0/+2
* qapi: Add new clone visitorEric Blake2016-07-063-33/+84
* qapi: Add new visit_complete() functionEric Blake2016-07-064-28/+49
* qmp-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-1/+0Star
* string-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-1/+0Star
* qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-5/+1Star
* string-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-4/+1Star
* opts-visitor: Favor new visit_free() functionEric Blake2016-07-061-3/+1Star
* qapi: Add new visit_free() functionEric Blake2016-07-063-7/+38
* qapi: Add parameter to visit_end_*Eric Blake2016-07-062-16/+22
* qapi: Improve use of qmp/types.hEric Blake2016-07-061-1/+0Star
* migration: add reporting of errors for outgoing migrationDaniel P. Berrange2016-05-261-1/+1
* qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake2016-05-121-9/+16
* qapi: Simplify semantics of visit_next_list()Eric Blake2016-05-125-29/+37
* qapi: Split visit_end_struct() into piecesEric Blake2016-05-122-6/+20
* qapi: Add visit_type_null() visitorEric Blake2016-05-125-3/+19
* qapi: Document visitor interfaces, add assertionsEric Blake2016-05-126-28/+479
* qapi: Consolidate QMP input visitor creationEric Blake2016-05-121-2/+7
* qmp: Drop dead command->typeEric Blake2016-05-121-6/+0Star
* qapi-visit: Add visitor.type classificationEric Blake2016-05-122-9/+25
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-5/+0Star
* qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz2016-03-171-3/+0Star
* include: Clean up includesPeter Maydell2016-02-2315-22/+0Star
* qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake2016-02-192-19/+47
* qapi: Don't box branches of flat unionsEric Blake2016-02-192-3/+0Star
* qapi: Adjust layout of FooList typesEric Blake2016-02-192-8/+7Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-09' into...Peter Maydell2016-02-091-4/+11
|\
| * error: Improve documentation some moreMarkus Armbruster2016-02-091-4/+11
* | qapi: Drop unused error argument for list and implicit structEric Blake2016-02-082-6/+11
* | qapi: Drop unused 'kind' for struct/enum visitEric Blake2016-02-082-10/+6Star
* | qapi: Swap 'name' in visit_* callbacks to match public APIEric Blake2016-02-081-18/+21
* | qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-21/+31
* | qapi: Consolidate visitor small integer callbacksEric Blake2016-02-081-7/+1Star
* | qapi: Make all visitors supply uint64 callbacksEric Blake2016-02-081-3/+6
* | qapi: Prefer type_int64 over type_int in visitorsEric Blake2016-02-081-2/+4
* | qapi-visit: Kill unused visit_end_union()Eric Blake2016-02-082-2/+0Star
|/
* error: New error_prepend(), error_reportf_err()Markus Armbruster2016-01-131-2/+29
* error: Improve documentationMarkus Armbruster2016-01-131-2/+18
* error: Document how to accumulate multiple errorsMarkus Armbruster2016-01-131-0/+17
* qapi: Shorter visits of optional fieldsEric Blake2015-12-171-2/+2
* qapi: Simplify visits of optional fieldsEric Blake2015-12-172-5/+10
* qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2015-12-172-2/+3
* qapi: Simplify visiting of alternate typesEric Blake2015-12-172-2/+9
* qapi: Convert QType into QAPI built-in enum typeEric Blake2015-12-171-16/+5Star
* qobject: Rename qtype_code to QTypeEric Blake2015-12-171-4/+4
* qobject: Simplify QObjectEric Blake2015-12-177-16/+21
* qapi: Change munging of CamelCase enum valuesEric Blake2015-12-171-6/+6
* qapi: Add alias for ErrorClassEric Blake2015-12-171-0/+14