summaryrefslogtreecommitdiff
path: root/include/qapi/qmp/dispatch.h
AgeCommit message (Expand)Author
2021-10-29qapi: Generalize command policy checkingMarkus Armbruster
2021-10-29qapi: Eliminate QCO_NO_OPTIONS for a slight simplificationMarkus Armbruster
2021-03-19qapi: Implement deprecated-input=reject for QMP commandsMarkus Armbruster
2021-03-16qga: return a more explicit error on why a command is disabledMarc-André Lureau
2020-12-15remove preconfig statePaolo Bonzini
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-03-17qmp: constify QmpCommand and listMarc-André Lureau
2019-02-18qapi: remove qmp_unregister_command()Marc-André Lureau
2018-08-30qmp: constify qmp_is_oob()Marc-André Lureau
2018-07-03qmp: Use QDict * instead of QObject * for response objectsMarkus Armbruster
2018-07-03qmp: De-duplicate error response buildingMarkus Armbruster
2018-07-03qmp: Don't let malformed in-band commands jump the queueMarkus Armbruster
2018-07-03qmp qemu-ga: Fix qemu-ga not to accept "control"Markus Armbruster
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov
2018-03-19qmp: support out-of-band (oob) executionPeter Xu
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster
2017-03-05qapi: Support multiple command registries per programMarkus Armbruster
2016-09-19qapi: Support unregistering QMP commandsMarkus Armbruster
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-05-12qmp: Drop dead command->typeEric Blake
2016-02-23include: Clean up includesPeter Maydell
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster
2013-10-10qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu
2013-10-10qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini