summaryrefslogtreecommitdiffstats
path: root/qapi/qmp-registry.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: Generalize command policy checkingMarkus Armbruster2021-10-291-1/+3
* qga: return a more explicit error on why a command is disabledMarc-André Lureau2021-03-171-4/+6
* qmp: Move dispatcher to a coroutineKevin Wolf2020-10-091-0/+3
* qmp: constify QmpCommand and listMarc-André Lureau2020-03-171-3/+3
* qapi: remove qmp_unregister_command()Marc-André Lureau2019-02-181-8/+0Star
* qapi: Support multiple command registries per programMarkus Armbruster2017-03-051-19/+18Star
* qapi: Support unregistering QMP commandsMarkus Armbruster2016-09-191-0/+8
* all: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* qmp: Drop dead command->typeEric Blake2016-05-121-1/+0Star
* qapi: Clean up includesPeter Maydell2016-02-041-1/+1
* qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu2013-10-101-0/+5
* qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu2013-10-101-22/+8Star
* qapi: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2013-01-301-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* qapi/qmp-registry.c: Include headers it needsEduardo Habkost2012-12-061-0/+2
* qapi: add support for command optionsLuiz Capitulino2012-05-151-1/+3
* qemu-ga: add a whitelist for fsfreeze-safe commandsMichael Roth2012-04-301-2/+12
* guest agent: add supported command list to guest-info RPCMichael Roth2011-12-131-0/+13
* guest agent: add RPC blacklist command-line optionMichael Roth2011-12-131-5/+38
* Use glib memory allocation and free functionsAnthony Liguori2011-08-211-1/+1
* qapi: add QMP command registration/lookup functionsMichael Roth2011-07-211-0/+40