summaryrefslogtreecommitdiffstats
path: root/scripts/qapi-commands.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: More robust conditions for when labels are neededEric Blake2015-11-021-1/+3
* qapi: Simplify gen_visit_fields() error handlingEric Blake2015-10-121-3/+1
* qapi: Share gen_visit_fields()Eric Blake2015-10-121-26/+1
* qapi: Share gen_err_check()Eric Blake2015-10-121-14/+3
* qapi: Consistent generated code: minimize push_indent() usageEric Blake2015-10-121-32/+22
* qapi: Consistent generated code: prefer visitor 'v'Eric Blake2015-10-121-15/+15
* qapi: Consistent generated code: prefer error 'err'Eric Blake2015-10-121-11/+11
* qapi-commands: De-duplicate output marshaling functionsMarkus Armbruster2015-09-211-7/+10
* qapi: De-duplicate parameter list generationMarkus Armbruster2015-09-211-9/+2
* qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster2015-09-211-2/+2
* qapi-commands: Rearrange codeMarkus Armbruster2015-09-211-48/+39
* qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster2015-09-211-63/+77
* qapi: Replace dirty is_c_ptr() by method c_null()Markus Armbruster2015-09-211-11/+5
* qapi-commands: Convert to QAPISchemaVisitorMarkus Armbruster2015-09-211-69/+90
* qapi: New QAPISchema intermediate reperesentationMarkus Armbruster2015-09-211-1/+1
* qapi: Generated code cleanupMarkus Armbruster2015-09-041-0/+1
* qapi-commands: Drop useless initializationMarkus Armbruster2015-09-041-6/+2
* qapi-commands: Don't feed output of mcgen() to mcgen() againMarkus Armbruster2015-09-041-31/+21
* qapi-commands: Inline gen_marshal_output_call()Markus Armbruster2015-09-041-8/+4
* qapi-commands: Fix gen_err_check(e) for e and e != 'local_err'Markus Armbruster2015-09-041-6/+7
* qapi: Drop unused and useless parameters and variablesMarkus Armbruster2015-09-041-14/+13
* qapi: Clean up cgen() and mcgen()Markus Armbruster2015-09-041-1/+1
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* qmp: Wean off qerror_report()Markus Armbruster2015-06-221-35/+6
* qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()Markus Armbruster2015-05-141-34/+24
* qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster2015-05-141-64/+37
* qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster2015-05-141-31/+3
* qapi: qapi-commands.py option --type is unused, drop itMarkus Armbruster2015-05-141-36/+32
* qapi: Support downstream events and commandsEric Blake2015-05-141-11/+5
* qapi: Rename identical c_fun()/c_var() into c_name()Eric Blake2015-05-141-17/+18
* qapi: Drop support for inline nested typesEric Blake2015-05-051-4/+4
* qapi: Unify type bypass and add testsEric Blake2015-05-051-7/+2
* qapi: Suppress unwanted space between type and identifierAmos Kong2014-06-231-2/+2
* qapi: add const prefix to 'char *' insider c_type()Amos Kong2014-06-231-3/+1
* 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
OpenPOWER on IntegriCloud