summaryrefslogtreecommitdiff
path: root/scripts/qapi-commands.py
AgeCommit message (Expand)AuthorFilesLines
2016-03-18qapi-commands: Inline single-use helpers of gen_marshal()Eric Blake1-67/+39
2016-03-18qapi-commands: Utilize implicit struct visitsEric Blake1-16/+12
2016-03-18qapi: Fix command with named empty argument typeEric Blake1-2/+2
2016-03-18qapi: Assert in places where variants are not handledEric Blake1-1/+2
2016-03-05qapi: Rename 'fields' to 'members' in generatorEric Blake1-2/+2
2016-02-16qapi: Clean up includes in generated filesEric Blake1-0/+1
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2015-11-02qapi: More robust conditions for when labels are neededEric Blake1-1/+3
2015-10-12qapi: Simplify gen_visit_fields() error handlingEric Blake1-3/+1
2015-10-12qapi: Share gen_visit_fields()Eric Blake1-26/+1
2015-10-12qapi: Share gen_err_check()Eric Blake1-14/+3
2015-10-12qapi: Consistent generated code: minimize push_indent() usageEric Blake1-32/+22
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake1-15/+15
2015-10-12qapi: Consistent generated code: prefer error 'err'Eric Blake1-11/+11
2015-09-21qapi-commands: De-duplicate output marshaling functionsMarkus Armbruster1-7/+10
2015-09-21qapi: De-duplicate parameter list generationMarkus Armbruster1-9/+2
2015-09-21qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster1-2/+2
2015-09-21qapi-commands: Rearrange codeMarkus Armbruster1-48/+39
2015-09-21qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster1-63/+77
2015-09-21qapi: Replace dirty is_c_ptr() by method c_null()Markus Armbruster1-11/+5
2015-09-21qapi-commands: Convert to QAPISchemaVisitorMarkus Armbruster1-69/+90
2015-09-21qapi: New QAPISchema intermediate reperesentationMarkus Armbruster1-1/+1
2015-09-04qapi: Generated code cleanupMarkus Armbruster1-0/+1
2015-09-04qapi-commands: Drop useless initializationMarkus Armbruster1-6/+2
2015-09-04qapi-commands: Don't feed output of mcgen() to mcgen() againMarkus Armbruster1-31/+21
2015-09-04qapi-commands: Inline gen_marshal_output_call()Markus Armbruster1-8/+4
2015-09-04qapi-commands: Fix gen_err_check(e) for e and e != 'local_err'Markus Armbruster1-6/+7
2015-09-04qapi: Drop unused and useless parameters and variablesMarkus Armbruster1-14/+13
2015-09-04qapi: Clean up cgen() and mcgen()Markus Armbruster1-1/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qmp: Wean off qerror_report()Markus Armbruster1-35/+6
2015-05-14qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()Markus Armbruster1-34/+24
2015-05-14qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster1-64/+37
2015-05-14qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster1-31/+3
2015-05-14qapi: qapi-commands.py option --type is unused, drop itMarkus Armbruster1-36/+32
2015-05-14qapi: Support downstream events and commandsEric Blake1-11/+5
2015-05-14qapi: Rename identical c_fun()/c_var() into c_name()Eric Blake1-17/+18
2015-05-05qapi: Drop support for inline nested typesEric Blake1-4/+4
2015-05-05qapi: Unify type bypass and add testsEric Blake1-7/+2
2014-06-23qapi: Suppress unwanted space between type and identifierAmos Kong1-2/+2
2014-06-23qapi: add const prefix to 'char *' insider c_type()Amos Kong1-3/+1
2014-05-21qapi: zero-initialize all QMP command parametersMichael Roth1-1/+1
2014-05-15qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster1-16/+41
2014-05-15qapi: Replace start_optional()/end_optional() by optional()Markus Armbruster1-3/+2
2014-05-15qapi: Normalize marshalling's visitor initialization and cleanupMarkus Armbruster1-15/+12
2014-05-08qapi: Use an explicit input fileLluĂ­s Vilanova1-3/+6
2014-03-03qapi: Drop unused code in qapi-commands.pyMarkus Armbruster1-20/+0
2014-03-03qapi: Fix licensing of scriptsMarkus Armbruster1-2/+2
2013-07-16qapi: qapi-commands: fix possible leaks on visitor deallocLuiz Capitulino1-7/+10
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1