aboutsummaryrefslogtreecommitdiff
path: root/include/qapi/qmp/dispatch.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-19qapi: Implement deprecated-input=reject for QMP commandsMarkus Armbruster1-0/+1
2021-03-16qga: return a more explicit error on why a command is disabledMarc-André Lureau1-1/+3
2020-12-15remove preconfig statePaolo Bonzini1-0/+1
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf1-0/+1
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf1-0/+1
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf1-1/+2
2020-03-17qmp: constify QmpCommand and listMarc-André Lureau1-4/+5
2019-02-18qapi: remove qmp_unregister_command()Marc-André Lureau1-1/+0
2018-08-30qmp: constify qmp_is_oob()Marc-André Lureau1-1/+1
2018-07-03qmp: Use QDict * instead of QObject * for response objectsMarkus Armbruster1-2/+2
2018-07-03qmp: De-duplicate error response buildingMarkus Armbruster1-1/+1
2018-07-03qmp: Don't let malformed in-band commands jump the queueMarkus Armbruster1-2/+0
2018-07-03qmp qemu-ga: Fix qemu-ga not to accept "control"Markus Armbruster1-2/+4
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov1-0/+1
2018-03-19qmp: support out-of-band (oob) executionPeter Xu1-0/+2
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu1-2/+3
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-1/+1
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster1-1/+0
2017-03-05qapi: Support multiple command registries per programMarkus Armbruster1-8/+14
2016-09-19qapi: Support unregistering QMP commandsMarkus Armbruster1-0/+1
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-3/+2
2016-05-12qmp: Drop dead command->typeEric Blake1-6/+0
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster1-1/+1
2013-10-10qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu1-0/+1
2013-10-10qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu1-2/+4
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-0/+55