summaryrefslogtreecommitdiff
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* qapi: protect against NULL QObject in qmp_input_get_objectPaolo Bonzini2011-12-191-4/+6
* guest agent: add supported command list to guest-info RPCMichael Roth2011-12-122-0/+14
* guest agent: add RPC blacklist command-line optionMichael Roth2011-12-123-5/+45
* qapi: Check for negative enum valuesLuiz Capitulino2011-11-171-1/+1
* qapi: modify visitor code generation for list iterationMichael Roth2011-10-042-6/+18
* qapi: dealloc visitor, support freeing of nested listsMichael Roth2011-10-041-7/+21
* qapi: dealloc visitor, fix premature free and iteration logicMichael Roth2011-10-041-5/+15
* qapi: add code generation support for middle modeAnthony Liguori2011-10-041-0/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-204-19/+19
* qapi: add QMP dispatch functionsMichael Roth2011-07-212-0/+126
* qapi: add QMP command registration/lookup functionsMichael Roth2011-07-212-0/+79
* qapi: add QAPI dealloc visitorMichael Roth2011-07-212-0/+173
* qapi: add QMP output visitorMichael Roth2011-07-212-0/+267
* qapi: add QMP input visitorMichael Roth2011-07-212-0/+328
* qapi: add QAPI visitor coreMichael Roth2011-07-213-0/+214