summaryrefslogtreecommitdiffstats
path: root/include/qapi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* qapi: Remove dead visitor codeEric Blake2015-12-171-3/+0Star
* qjson: surprise, allocating 6 QObjects per token is expensivePaolo Bonzini2015-11-261-0/+7
* qjson: store tokens in a GQueuePaolo Bonzini2015-11-262-6/+6
* qjson: replace QString in JSONLexer with GStringPaolo Bonzini2015-11-262-4/+5
* qjson: Give each of the six structural chars its own token typeMarkus Armbruster2015-11-261-1/+6
* qjson: Spell out some silent assumptionsMarkus Armbruster2015-11-261-1/+2
* qapi: Simplify error cleanup in test-qmp-*Eric Blake2015-11-101-0/+9
* qobject: Protect against use-after-free in qobject_decref()Eric Blake2015-11-091-0/+1
* replay: replay blockers for devicesPavel Dovgalyuk2015-11-061-0/+3
* qobject: Drop QObject_HEADMarkus Armbruster2015-10-297-10/+6Star
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-212-0/+3
* error: New error_fatalMarkus Armbruster2015-09-181-0/+11
* hmp: Allow for error message hints on HMPEric Blake2015-09-181-0/+7
* error: On abort, report where the error was createdMarkus Armbruster2015-09-101-9/+34
* error: Revamp interface documentationMarkus Armbruster2015-09-101-47/+124
* error: error_set_errno() is unused, dropMarkus Armbruster2015-09-101-5/+2Star