aboutsummaryrefslogtreecommitdiffstats
path: root/qapi
AgeCommit message (Expand)AuthorFilesLines
2011-12-19qapi: protect against NULL QObject in qmp_input_get_objectPaolo Bonzini1-4/+6
2011-12-12guest agent: add supported command list to guest-info RPCMichael Roth2-0/+14
2011-12-12guest agent: add RPC blacklist command-line optionMichael Roth3-5/+45
2011-11-17qapi: Check for negative enum valuesLuiz Capitulino1-1/+1
2011-10-04qapi: modify visitor code generation for list iterationMichael Roth2-6/+18
2011-10-04qapi: dealloc visitor, support freeing of nested listsMichael Roth1-7/+21
2011-10-04qapi: dealloc visitor, fix premature free and iteration logicMichael Roth1-5/+15
2011-10-04qapi: add code generation support for middle modeAnthony Liguori1-0/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori4-19/+19
2011-07-21qapi: add QMP dispatch functionsMichael Roth2-0/+126
2011-07-21qapi: add QMP command registration/lookup functionsMichael Roth2-0/+79
2011-07-21qapi: add QAPI dealloc visitorMichael Roth2-0/+173
2011-07-21qapi: add QMP output visitorMichael Roth2-0/+267
2011-07-21qapi: add QMP input visitorMichael Roth2-0/+328
2011-07-21qapi: add QAPI visitor coreMichael Roth3-0/+214