summaryrefslogtreecommitdiff
path: root/include/qapi
AgeCommit message (Expand)Author
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake
2016-02-08qapi: Swap 'name' in visit_* callbacks to match public APIEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qapi: Consolidate visitor small integer callbacksEric Blake
2016-02-08qapi: Make all visitors supply uint64 callbacksEric Blake
2016-02-08qapi: Prefer type_int64 over type_int in visitorsEric Blake
2016-02-08qapi-visit: Kill unused visit_end_union()Eric Blake
2016-01-13error: New error_prepend(), error_reportf_err()Markus Armbruster
2016-01-13error: Improve documentationMarkus Armbruster
2016-01-13error: Document how to accumulate multiple errorsMarkus Armbruster
2015-12-17qapi: Shorter visits of optional fieldsEric Blake
2015-12-17qapi: Simplify visits of optional fieldsEric Blake
2015-12-17qapi: Fix alternates that accept 'number' but not 'int'Eric Blake
2015-12-17qapi: Simplify visiting of alternate typesEric Blake
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake
2015-12-17qobject: Rename qtype_code to QTypeEric Blake
2015-12-17qobject: Simplify QObjectEric Blake
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake
2015-12-17qapi: Add alias for ErrorClassEric Blake
2015-12-17qapi: Remove dead visitor codeEric Blake
2015-11-26qjson: surprise, allocating 6 QObjects per token is expensivePaolo Bonzini
2015-11-26qjson: store tokens in a GQueuePaolo Bonzini
2015-11-26qjson: replace QString in JSONLexer with GStringPaolo Bonzini
2015-11-26qjson: Give each of the six structural chars its own token typeMarkus Armbruster
2015-11-26qjson: Spell out some silent assumptionsMarkus Armbruster
2015-11-10qapi: Simplify error cleanup in test-qmp-*Eric Blake
2015-11-09qobject: Protect against use-after-free in qobject_decref()Eric Blake
2015-11-06replay: replay blockers for devicesPavel Dovgalyuk
2015-10-29qobject: Drop QObject_HEADMarkus Armbruster
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster
2015-09-18error: New error_fatalMarkus Armbruster
2015-09-18hmp: Allow for error message hints on HMPEric Blake
2015-09-10error: On abort, report where the error was createdMarkus Armbruster
2015-09-10error: Revamp interface documentationMarkus Armbruster
2015-09-10error: error_set_errno() is unused, dropMarkus Armbruster
2015-09-10qga: Clean up unnecessarily dirty castsMarkus Armbruster
2015-09-10error: Make error_setg() a functionMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qerror: Finally unused, clean upMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster
2015-06-22qdev-monitor: Convert qbus_find() to ErrorMarkus Armbruster
2015-06-22qobject: Use 'bool' inside qdictEric Blake
2015-06-22qobject: Use 'bool' for qboolEric Blake
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange
2015-06-12qdict: Add qdict_{set,copy}_default()Kevin Wolf
2015-06-12qdict: Add qdict_array_entries()Kevin Wolf
2015-05-11qobject: Add a special null QObjectMarkus Armbruster
2015-05-11qobject: Clean up around qtype_codeMarkus Armbruster