summaryrefslogtreecommitdiffstats
path: root/scripts/qapi-commands.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: zero-initialize all QMP command parametersMichael Roth2014-05-211-1/+1
* qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2014-05-151-16/+41
* qapi: Replace start_optional()/end_optional() by optional()Markus Armbruster2014-05-151-3/+2
* qapi: Normalize marshalling's visitor initialization and cleanupMarkus Armbruster2014-05-151-15/+12
* qapi: Use an explicit input fileLluĂ­s Vilanova2014-05-081-3/+6
* qapi: Drop unused code in qapi-commands.pyMarkus Armbruster2014-03-031-20/+0
* qapi: Fix licensing of scriptsMarkus Armbruster2014-03-031-2/+2
* qapi: qapi-commands: fix possible leaks on visitor deallocLuiz Capitulino2013-07-161-7/+10
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-7/+7
* qapi: remove qapi/qapi-types-core.hPaolo Bonzini2012-12-191-0/+2
* qapi: move inclusions of qemu-common.h from headers to .c filesPaolo Bonzini2012-12-191-0/+1
* scripts: qapi-commands.py: qmp-commands.h: include qdict.hLuiz Capitulino2012-08-131-0/+1
* qapi: add support for command optionsLuiz Capitulino2012-05-151-2/+12
* qmp: parse commands in strict modePaolo Bonzini2012-03-271-1/+1
* qapi: add c_fun to escape function namesFederico Simoncelli2012-03-261-7/+7
* Fix qapi code generation fixAvi Kivity2012-01-121-8/+4
* Fix qapi code generation wrt parallel buildAvi Kivity2011-12-271-3/+27
* qapi: allow a 'gen' key to suppress code generationAnthony Liguori2011-12-151-0/+1
* qapi-commands.py: Don't call the output marshal on errorLuiz Capitulino2011-10-271-1/+3
* qapi: fixup command generation for functions that return list typesAnthony Liguori2011-10-041-8/+15
* qapi: add code generation support for middle modeAnthony Liguori2011-10-041-14/+65
* qapi: fix build issue due to missing newline in generated headerMichael Roth2011-08-121-1/+1
* qapi: add qapi-commands.py code generatorMichael Roth2011-07-211-0/+385
OpenPOWER on IntegriCloud