summaryrefslogtreecommitdiff
path: root/include/qapi
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-17qapi: Add alias for ErrorClassEric Blake1-0/+14
2015-12-17qapi: Remove dead visitor codeEric Blake1-3/+0
2015-11-26qjson: surprise, allocating 6 QObjects per token is expensivePaolo Bonzini1-0/+7
2015-11-26qjson: store tokens in a GQueuePaolo Bonzini2-6/+6
2015-11-26qjson: replace QString in JSONLexer with GStringPaolo Bonzini2-4/+5
2015-11-26qjson: Give each of the six structural chars its own token typeMarkus Armbruster1-1/+6
2015-11-26qjson: Spell out some silent assumptionsMarkus Armbruster1-1/+2
2015-11-10qapi: Simplify error cleanup in test-qmp-*Eric Blake1-0/+9
2015-11-09qobject: Protect against use-after-free in qobject_decref()Eric Blake1-0/+1
2015-11-06replay: replay blockers for devicesPavel Dovgalyuk1-0/+3
2015-10-29qobject: Drop QObject_HEADMarkus Armbruster7-10/+6
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster2-0/+3
2015-09-18error: New error_fatalMarkus Armbruster1-0/+11
2015-09-18hmp: Allow for error message hints on HMPEric Blake1-0/+7
2015-09-10error: On abort, report where the error was createdMarkus Armbruster1-9/+34
2015-09-10error: Revamp interface documentationMarkus Armbruster1-47/+124
2015-09-10error: error_set_errno() is unused, dropMarkus Armbruster1-5/+2
2015-09-10qga: Clean up unnecessarily dirty castsMarkus Armbruster1-7/+2
2015-09-10error: Make error_setg() a functionMarkus Armbruster1-2/+2
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-3/+0
2015-06-22qerror: Finally unused, clean upMarkus Armbruster2-18/+2
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-30/+30