aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi-commands.py
AgeCommit message (Expand)Author
2015-05-05qapi: Drop support for inline nested typesEric Blake
2015-05-05qapi: Unify type bypass and add testsEric Blake
2014-06-23qapi: Suppress unwanted space between type and identifierAmos Kong
2014-06-23qapi: add const prefix to 'char *' insider c_type()Amos Kong
2014-05-21qapi: zero-initialize all QMP command parametersMichael Roth
2014-05-15qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster
2014-05-15qapi: Replace start_optional()/end_optional() by optional()Markus Armbruster
2014-05-15qapi: Normalize marshalling's visitor initialization and cleanupMarkus Armbruster
2014-05-08qapi: Use an explicit input fileLluĂ­s Vilanova
2014-03-03qapi: Drop unused code in qapi-commands.pyMarkus Armbruster
2014-03-03qapi: Fix licensing of scriptsMarkus Armbruster
2013-07-16qapi: qapi-commands: fix possible leaks on visitor deallocLuiz Capitulino
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-19qapi: remove qapi/qapi-types-core.hPaolo Bonzini
2012-12-19qapi: move inclusions of qemu-common.h from headers to .c filesPaolo Bonzini
2012-08-13scripts: qapi-commands.py: qmp-commands.h: include qdict.hLuiz Capitulino
2012-05-15qapi: add support for command optionsLuiz Capitulino
2012-03-27qmp: parse commands in strict modePaolo Bonzini
2012-03-26qapi: add c_fun to escape function namesFederico Simoncelli
2012-01-12Fix qapi code generation fixAvi Kivity
2011-12-27Fix qapi code generation wrt parallel buildAvi Kivity
2011-12-15qapi: allow a 'gen' key to suppress code generationAnthony Liguori
2011-10-27qapi-commands.py: Don't call the output marshal on errorLuiz Capitulino
2011-10-04qapi: fixup command generation for functions that return list typesAnthony Liguori
2011-10-04qapi: add code generation support for middle modeAnthony Liguori
2011-08-12qapi: fix build issue due to missing newline in generated headerMichael Roth
2011-07-21qapi: add qapi-commands.py code generatorMichael Roth