summaryrefslogtreecommitdiffstats
path: root/scripts/qapi-visit.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2015-12-171-4/+7
* qapi: Simplify visiting of alternate typesEric Blake2015-12-171-5/+10
* qapi: Convert QType into QAPI built-in enum typeEric Blake2015-12-171-2/+9
* qapi: Track simple union tag in object.local_membersEric Blake2015-12-171-1/+4
* qapi: Test failure in middle of array parseEric Blake2015-11-101-0/+4
* qapi-visit: Convert to new qapi union layoutEric Blake2015-11-021-15/+9Star
* qapi-visit: Remove redundant functions for flat union baseEric Blake2015-11-021-17/+15Star
* qapi: Unbox base membersEric Blake2015-11-021-5/+4Star
* qapi-visit: Split off visit_type_FOO_fields forward declEric Blake2015-11-021-6/+16
* qapi: More robust conditions for when labels are neededEric Blake2015-11-021-1/+2
* qapi: Don't use info as witness of implicit object typeEric Blake2015-10-151-1/+2
* qapi: Use predicate callback to determine visit filteringEric Blake2015-10-151-7/+10
* qapi: Fix regression with '-netdev help'Eric Blake2015-10-151-1/+3
* qapi: Share gen_visit_fields()Eric Blake2015-10-121-21/+1Star
* qapi: Share gen_err_check()Eric Blake2015-10-121-11/+3Star
* qapi: Consistent generated code: minimize push_indent() usageEric Blake2015-10-121-13/+11Star
* qapi: Consistent generated code: prefer common indentationEric Blake2015-10-121-26/+27
* qapi: Consistent generated code: prefer common labelsEric Blake2015-10-121-2/+2
* qapi: Consistent generated code: prefer visitor 'v'Eric Blake2015-10-121-35/+35
* qapi-visit: Rearrange code a bitMarkus Armbruster2015-09-211-29/+19Star
* qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster2015-09-211-58/+69
* qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster2015-09-211-158/+114Star
* qapi: New QAPISchema intermediate reperesentationMarkus Armbruster2015-09-211-1/+1
* qapi: Generated code cleanupMarkus Armbruster2015-09-041-0/+1
* qapi: Document that input visitor semantics are prone to leaksEric Blake2015-09-041-0/+4
* qapi-visit: Fix two name arguments passed to visitorsMarkus Armbruster2015-09-041-6/+6
* qapi-visit: Replace list implicit_structs by setMarkus Armbruster2015-09-041-4/+3Star
* qapi-visit: Fix generated code when schema has forward refsMarkus Armbruster2015-09-041-1/+14
* qapi: Fix generated code when flat union has member 'kind'Markus Armbruster2015-09-041-2/+5
* qapi: Drop unused and useless parameters and variablesMarkus Armbruster2015-09-041-25/+22Star
* qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster2015-05-141-47/+16Star
* qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster2015-05-141-31/+4Star
* qapi: Support downstream alternatesEric Blake2015-05-141-3/+3
* qapi: Support downstream flat unionsEric Blake2015-05-141-2/+2
* qapi: Support downstream simple unionsEric Blake2015-05-141-4/+4
* qapi: Support downstream structsEric Blake2015-05-141-5/+6
* qapi: Support downstream enumsEric Blake2015-05-141-4/+4
* qapi: Rename generate_enum_full_value() to c_enum_const()Markus Armbruster2015-05-141-2/+2
* qapi: Rename identical c_fun()/c_var() into c_name()Eric Blake2015-05-141-5/+5
* qapi: Drop dead visitor code related to nested structsEric Blake2015-05-051-37/+12Star
* qapi: Drop support for inline nested typesEric Blake2015-05-051-32/+5Star
* qapi: Prefer 'struct' over 'type' in generatorEric Blake2015-05-051-4/+4
* qapi: Use 'alternate' to replace anonymous unionEric Blake2015-05-051-6/+11
* qapi: Segregate anonymous unions into alternates in generatorEric Blake2015-05-051-2/+2
* qapi: Forbid base without discriminator in unionsEric Blake2015-05-051-6/+5Star
* qapi: Simplify builtin type handlingEric Blake2015-05-051-3/+3
* qapi: Drop dead genlist parameterEric Blake2015-04-241-13/+9Star
* qapi: add visit_start_union and visit_end_unionMichael Roth2014-09-261-0/+6
* qapi: Allow enums in anonymous unionsMax Reitz2014-09-221-1/+2
* qapi: fix coding style in parameters listAmos Kong2014-06-231-10/+10