aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi-commands.py
AgeCommit message (Expand)Author
2015-09-21qapi-commands: De-duplicate output marshaling functionsMarkus Armbruster
2015-09-21qapi: De-duplicate parameter list generationMarkus Armbruster
2015-09-21qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster
2015-09-21qapi-commands: Rearrange codeMarkus Armbruster
2015-09-21qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster
2015-09-21qapi: Replace dirty is_c_ptr() by method c_null()Markus Armbruster
2015-09-21qapi-commands: Convert to QAPISchemaVisitorMarkus Armbruster
2015-09-21qapi: New QAPISchema intermediate reperesentationMarkus Armbruster
2015-09-04qapi: Generated code cleanupMarkus Armbruster
2015-09-04qapi-commands: Drop useless initializationMarkus Armbruster
2015-09-04qapi-commands: Don't feed output of mcgen() to mcgen() againMarkus Armbruster
2015-09-04qapi-commands: Inline gen_marshal_output_call()Markus Armbruster
2015-09-04qapi-commands: Fix gen_err_check(e) for e and e != 'local_err'Markus Armbruster
2015-09-04qapi: Drop unused and useless parameters and variablesMarkus Armbruster
2015-09-04qapi: Clean up cgen() and mcgen()Markus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qmp: Wean off qerror_report()Markus Armbruster
2015-05-14qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()Markus Armbruster
2015-05-14qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster
2015-05-14qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster
2015-05-14qapi: qapi-commands.py option --type is unused, drop itMarkus Armbruster
2015-05-14qapi: Support downstream events and commandsEric Blake
2015-05-14qapi: Rename identical c_fun()/c_var() into c_name()Eric Blake
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