aboutsummaryrefslogtreecommitdiff
path: root/qapi
AgeCommit message (Expand)Author
2012-02-21qapi: add string-based visitorsPaolo Bonzini
2012-02-21qapi: drop qmp_input_end_optionalPaolo Bonzini
2012-02-21qapi: allow sharing enum implementation across visitorsPaolo Bonzini
2011-12-19qapi: protect against NULL QObject in qmp_input_get_objectPaolo Bonzini
2011-12-12guest agent: add supported command list to guest-info RPCMichael Roth
2011-12-12guest agent: add RPC blacklist command-line optionMichael Roth
2011-11-17qapi: Check for negative enum valuesLuiz Capitulino
2011-10-04qapi: modify visitor code generation for list iterationMichael Roth
2011-10-04qapi: dealloc visitor, support freeing of nested listsMichael Roth
2011-10-04qapi: dealloc visitor, fix premature free and iteration logicMichael Roth
2011-10-04qapi: add code generation support for middle modeAnthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-21qapi: add QMP dispatch functionsMichael Roth
2011-07-21qapi: add QMP command registration/lookup functionsMichael Roth
2011-07-21qapi: add QAPI dealloc visitorMichael Roth
2011-07-21qapi: add QMP output visitorMichael Roth
2011-07-21qapi: add QMP input visitorMichael Roth
2011-07-21qapi: add QAPI visitor coreMichael Roth