aboutsummaryrefslogtreecommitdiff
path: root/qapi/qmp-registry.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-29qapi: Generalize command policy checkingMarkus Armbruster1-1/+3
2021-03-16qga: return a more explicit error on why a command is disabledMarc-André Lureau1-4/+6
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf1-0/+3
2020-03-17qmp: constify QmpCommand and listMarc-André Lureau1-3/+3
2019-02-18qapi: remove qmp_unregister_command()Marc-André Lureau1-8/+0
2017-03-05qapi: Support multiple command registries per programMarkus Armbruster1-19/+18
2016-09-19qapi: Support unregistering QMP commandsMarkus Armbruster1-0/+8
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-12qmp: Drop dead command->typeEric Blake1-1/+0
2016-02-04qapi: Clean up includesPeter Maydell1-1/+1
2013-10-10qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu1-0/+5
2013-10-10qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu1-22/+8
2013-01-30qapi: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-12-06qapi/qmp-registry.c: Include headers it needsEduardo Habkost1-0/+2
2012-05-15qapi: add support for command optionsLuiz Capitulino1-1/+3
2012-04-30qemu-ga: add a whitelist for fsfreeze-safe commandsMichael Roth1-2/+12
2011-12-12guest agent: add supported command list to guest-info RPCMichael Roth1-0/+13
2011-12-12guest agent: add RPC blacklist command-line optionMichael Roth1-5/+38
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-21qapi: add QMP command registration/lookup functionsMichael Roth1-0/+40