summaryrefslogtreecommitdiffstats
path: root/scripts/qapi-types.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Generated code cleanupMarkus Armbruster2015-09-041-35/+31
* qapi: Document shortcoming with union 'data' branchEric Blake2015-09-041-0/+8
* qapi: Generate a nicer struct for flat unionsMarkus Armbruster2015-09-041-16/+22
* qapi: Fix generated code when flat union has member 'kind'Markus Armbruster2015-09-041-1/+2
* qapi: Drop unused and useless parameters and variablesMarkus Armbruster2015-09-041-1/+0
* qom: Make enum string tables const-correctDaniel P. Berrange2015-06-191-2/+2
* qapi-types: Bury code dead since commit 6b5abc7Markus Armbruster2015-06-181-6/+2
* qapi-types: Split generate_fwd_builtin() off generate_fwd_struct()Markus Armbruster2015-06-181-6/+6
* qapi-types: Drop unused members parametersMarkus Armbruster2015-06-181-7/+7
* qapi-types: Don't filter out expressions with 'gen'Markus Armbruster2015-06-181-1/+0
* qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster2015-05-141-49/+18
* qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster2015-05-141-32/+4
* qapi: Support downstream alternatesEric Blake2015-05-141-3/+4
* qapi: Support downstream flat unionsEric Blake2015-05-141-1/+1
* qapi: Support downstream simple unionsEric Blake2015-05-141-1/+1
* qapi: Support downstream structsEric Blake2015-05-141-2/+2
* qapi: Support downstream enumsEric Blake2015-05-141-7/+8
* qapi: Use c_enum_const() in generate_alternate_qtypes()Markus Armbruster2015-05-141-4/+2
* qapi: Rename generate_enum_full_value() to c_enum_const()Markus Armbruster2015-05-141-3/+3
* qapi: Rename identical c_fun()/c_var() into c_name()Eric Blake2015-05-141-4/+4
* qapi: Drop support for inline nested typesEric Blake2015-05-051-7/+2
* qapi: Prefer 'struct' over 'type' in generatorEric Blake2015-05-051-8/+8
* qapi: Use 'alternate' to replace anonymous unionEric Blake2015-05-051-8/+18
* qapi: Segregate anonymous unions into alternates in generatorEric Blake2015-05-051-3/+3
* qapi: Tighten checking of unionsEric Blake2015-05-051-11/+2
* qapi: Forbid base without discriminator in unionsEric Blake2015-05-051-4/+3
* qapi: Simplify builtin type handlingEric Blake2015-05-051-5/+5
* qapi-types: add C99 index names to arraysMichael S. Tsirkin2015-02-231-4/+7
* scripts/qapi-types.py: Add dummy member to empty structsPeter Maydell2015-01-201-0/+8
* qapi: Allow enums in anonymous unionsMax Reitz2014-09-221-0/+2
* qapi: Use an explicit input fileLluĂ­s Vilanova2014-05-081-3/+6
* qapi script: support enum type as discriminator in unionWenchao Xia2014-03-111-4/+14
* qapi script: use same function to generate enum stringWenchao Xia2014-03-111-3/+3
* qapi script: code move for generate_enum_name()Wenchao Xia2014-03-111-10/+0
* qapi: Fix licensing of scriptsMarkus Armbruster2014-03-031-2/+2
* qapi-types/visit.py: Inheritance for structsKevin Wolf2013-10-111-0/+4
* qapi-types/visit.py: Pass whole expr dict for structsKevin Wolf2013-10-111-3/+8
* qapi-types.py: Fix enum struct sizes on i686Cole Robinson2013-09-101-1/+4
* qapi-types.py: Split off generate_struct_fields()Kevin Wolf2013-08-301-6/+13
* qapi: Anonymous unionsKevin Wolf2013-07-261-0/+42
* qapi: Flat unions with arbitrary discriminatorKevin Wolf2013-07-261-2/+9
* qapi-types.py: Implement 'base' for unionsKevin Wolf2013-07-261-2/+14
* qapi: pad GenericList value fields to 64 bitsMichael Roth2013-05-301-2/+8
* qapi: qapi-types.py, native list supportMichael Roth2013-05-231-3/+42
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* qapi-types.h: Don't include qemu-common.hIgor Mammedov2012-11-151-1/+2
* qapi: do not protect enum values from namespace pollutionPaolo Bonzini2012-09-261-2/+2
* qapi: generate list struct and visit_list for enumAmos Kong2012-09-051-1/+15
* qapi: don't convert enum strings to lowercaseLuiz Capitulino2012-08-131-1/+1
* qapi: generate correct enum names for camel case enumsLuiz Capitulino2012-08-131-1/+11
OpenPOWER on IntegriCloud