summaryrefslogtreecommitdiff
path: root/qapi/qmp-dispatch.c
AgeCommit message (Expand)AuthorFilesLines
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