aboutsummaryrefslogtreecommitdiff
path: root/qapi/qmp-registry.c
AgeCommit message (Expand)Author
2017-03-05qapi: Support multiple command registries per programMarkus Armbruster
2016-09-19qapi: Support unregistering QMP commandsMarkus Armbruster
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-05-12qmp: Drop dead command->typeEric Blake
2016-02-04qapi: Clean up includesPeter Maydell
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
2013-01-30qapi: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-06qapi/qmp-registry.c: Include headers it needsEduardo Habkost
2012-05-15qapi: add support for command optionsLuiz Capitulino
2012-04-30qemu-ga: add a whitelist for fsfreeze-safe commandsMichael Roth
2011-12-12guest agent: add supported command list to guest-info RPCMichael Roth
2011-12-12guest agent: add RPC blacklist command-line optionMichael Roth
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-21qapi: add QMP command registration/lookup functionsMichael Roth