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