summaryrefslogtreecommitdiff
path: root/include/qapi
AgeCommit message (Expand)Author
2021-01-28qapi: Introduce QAPI_LIST_APPENDEric Blake
2020-12-19qobject: Make QString immutableMarkus Armbruster
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-19qobject: Factor JSON writer out of qobject_to_json()Markus Armbruster
2020-12-19qobject: Drop qstring_get_try_str()Markus Armbruster
2020-12-19qobject: Drop qobject_get_try_str()Markus Armbruster
2020-12-19qobject: Move internals to qobject-internal.hMarkus Armbruster
2020-12-19Revert "qstring: add qstring_free()"Markus Armbruster
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster
2020-12-19qobject: Use GString instead of QString to accumulate JSONMarkus Armbruster
2020-12-19qobject: Make qobject_to_json_pretty() take a pretty argumentMarkus Armbruster
2020-12-15remove preconfig statePaolo Bonzini
2020-12-10ui: Improve a client_migrate_info error messageMarkus Armbruster
2020-12-10ui: Improve some set_passwd, expire_password error messagesMarkus Armbruster
2020-12-10block: Improve some block-commit, block-stream error messagesMarkus Armbruster
2020-12-10qerror: Eliminate QERR_ macros used in just one placeMarkus Armbruster
2020-12-10qerror: Drop unused QERR_ macrosMarkus Armbruster
2020-11-04qapi, qemu-options: make all parsing visitors parse boolean options the samePaolo Bonzini
2020-10-30qapi: Add QAPI_LIST_PREPEND() macroEric Blake
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf
2020-07-24qapi/error: Check format string argument in error_*prepend()Philippe Mathieu-Daudé
2020-07-10scripts: Coccinelle script to use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10error: New macro ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster
2020-07-10error: Document Error API usage rulesMarkus Armbruster
2020-07-10error: Improve error.h's big commentMarkus Armbruster
2020-07-10error: Fix examples in error.h's big commentMarkus Armbruster
2020-04-30qapi: Only input visitors can actually failMarkus Armbruster
2020-04-30qapi: Fix Visitor contract for start_alternate()Markus Armbruster
2020-04-30qapi: Assert incomplete object occurs only in dealloc visitorMarkus Armbruster
2020-04-30qapi: Polish prose in visitor.hMarkus Armbruster
2020-04-30qapi: Document @errp usage more thoroughly in visitor.hMarkus Armbruster
2020-04-30qapi: Fix typo in visit_start_list()'s contractMarkus Armbruster
2020-04-30qapi: Fix the virtual walk example in visitor.h's big commentMarkus Armbruster
2020-04-30qapi: Belatedly update visitor.h's big comment for QAPI modulesMarkus Armbruster
2020-04-30qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()Markus Armbruster
2020-04-30qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() insteadMarkus Armbruster
2020-04-30qobject: Clean up QLIST_FOREACH_ENTRY()Markus Armbruster
2020-03-17qmp: constify QmpCommand and listMarc-André Lureau
2020-01-24qstring: add qstring_free()Marc-André Lureau
2019-12-18error: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy
2019-09-24qapi: Make visit_next_list()'s comment less confusingMarkus Armbruster
2019-08-16qapi: Split error.json off common.jsonMarkus Armbruster
2019-02-18qapi: remove qmp_unregister_command()Marc-André Lureau
2019-01-24qapi: Eliminate indirection through qmp_event_get_func_emit()Markus Armbruster
2018-12-13qapi: Rewrite string-input-visitor's integer and list parsingDavid Hildenbrand
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-10-19scripts: Remove check-qerror.shAlberto Garcia