aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi-commands.py
AgeCommit message (Expand)Author
2016-07-19qapi: Implement boxed types for commands/eventsEric Blake
2016-07-19qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake
2016-07-19qapi: Drop useless gen_err_check()Eric Blake
2016-07-19qapi: Add type.is_empty() helperEric Blake
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake
2016-07-06qapi: Add new visit_free() functionEric Blake
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake
2016-05-12qapi-commands: Wrap argument visit in visit_start_structEric Blake
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake
2016-03-18qapi-commands: Inline single-use helpers of gen_marshal()Eric Blake
2016-03-18qapi-commands: Utilize implicit struct visitsEric Blake
2016-03-18qapi: Fix command with named empty argument typeEric Blake
2016-03-18qapi: Assert in places where variants are not handledEric Blake
2016-03-05qapi: Rename 'fields' to 'members' in generatorEric Blake
2016-02-16qapi: Clean up includes in generated filesEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2015-11-02qapi: More robust conditions for when labels are neededEric Blake
2015-10-12qapi: Simplify gen_visit_fields() error handlingEric Blake
2015-10-12qapi: Share gen_visit_fields()Eric Blake
2015-10-12qapi: Share gen_err_check()Eric Blake
2015-10-12qapi: Consistent generated code: minimize push_indent() usageEric Blake
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake
2015-10-12qapi: Consistent generated code: prefer error 'err'Eric Blake
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