aboutsummaryrefslogtreecommitdiff
path: root/qapi/qmp-dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-30qmp: constify qmp_is_oob()Marc-André Lureau1-1/+1
2018-08-24json: Redesign the callback to consume JSON valuesMarkus Armbruster1-1/+0
2018-07-03qmp: Add some comments around null responsesMarkus Armbruster1-0/+2
2018-07-03qmp: Use QDict * instead of QObject * for response objectsMarkus Armbruster1-3/+3
2018-07-03qmp: De-duplicate error response buildingMarkus Armbruster1-9/+11
2018-07-03qmp: Don't let malformed in-band commands jump the queueMarkus Armbruster1-2/+10
2018-07-03qmp: Redo how the client requests out-of-band executionMarkus Armbruster1-30/+21
2018-07-03qmp qemu-ga: Fix qemu-ga not to accept "control"Markus Armbruster1-6/+8
2018-07-03qmp qemu-ga: Revert change that accidentally made qemu-ga accept "id"Markus Armbruster1-2/+0
2018-05-30cli: add --preconfig optionIgor Mammedov1-0/+8
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-3/+3
2018-03-19qmp: support out-of-band (oob) executionPeter Xu1-1/+32
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-1/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-1/+1
2017-05-09qmp: Improve QMP dispatch error messagesMarkus Armbruster1-7/+7
2017-03-05qmp: Eliminate silly QERR_QMP_* macrosMarkus Armbruster1-6/+7
2017-03-05qmp: Drop duplicated QMP command object checksMarkus Armbruster1-2/+1
2017-03-05qapi: Support multiple command registries per programMarkus Armbruster1-4/+5
2017-03-05qga: Fix crash on non-dictionary QMP argumentMarkus Armbruster1-1/+7
2017-02-22Don't check qobject_type() before qobject_to_qdict()Markus Armbruster1-3/+2
2016-07-06qapi: Improve use of qmp/types.hEric Blake1-0/+1
2016-05-12qmp: Drop dead command->typeEric Blake1-11/+7
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-04qapi: Clean up includesPeter Maydell1-1/+1
2015-12-17qapi: Add alias for ErrorClassEric Blake1-1/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-6/+6
2015-01-29qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macroMarkus Armbruster1-1/+2
2014-05-09qapi: Clean up fragile use of error_is_set()Markus Armbruster1-7/+8
2014-05-09qapi: Drop redundant, unclean error_is_set()Markus Armbruster1-2/+1
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster1-3/+3
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-1/+2
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-5/+5
2012-08-13error: drop error_get_qobject()/error_set_qobject()Luiz Capitulino1-1/+0
2012-08-13qemu-ga: switch to the new error format on the wireLuiz Capitulino1-1/+9
2012-05-15qapi: add support for command optionsLuiz Capitulino1-2/+6
2011-12-12guest agent: add RPC blacklist command-line optionMichael Roth1-0/+4
2011-07-21qapi: add QMP dispatch functionsMichael Roth1-0/+124