summaryrefslogtreecommitdiff
path: root/qapi/qmp-dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-06qapi: Improve use of qmp/types.hEric Blake1-0/+1
2016-05-12qmp: Drop dead command->typeEric Blake1-11/+7
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-04qapi: Clean up includesPeter Maydell1-1/+1
2015-12-17qapi: Add alias for ErrorClassEric Blake1-1/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-6/+6
2015-01-29qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macroMarkus Armbruster1-1/+2
2014-05-09qapi: Clean up fragile use of error_is_set()Markus Armbruster1-7/+8
2014-05-09qapi: Drop redundant, unclean error_is_set()Markus Armbruster1-2/+1
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster1-3/+3
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-1/+2
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-5/+5
2012-08-13error: drop error_get_qobject()/error_set_qobject()Luiz Capitulino1-1/+0
2012-08-13qemu-ga: switch to the new error format on the wireLuiz Capitulino1-1/+9
2012-05-15qapi: add support for command optionsLuiz Capitulino1-2/+6
2011-12-12guest agent: add RPC blacklist command-line optionMichael Roth1-0/+4
2011-07-21qapi: add QMP dispatch functionsMichael Roth1-0/+124