aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi.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-19qapi: Hide tag_name data member of variantsEric Blake
2016-07-19qapi: Special case c_name() for empty typeEric Blake
2016-07-19qapi: Require all branches of flat union enum to be coveredEric Blake
2016-03-18qapi: Use anonymous bases in QMP flat unionsEric Blake
2016-03-18qapi: Allow anonymous base for flat unionEric Blake
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-18qapi: Drop unused c_null()Eric Blake
2016-03-18qapi: Inline gen_visit_members() into lone callerEric Blake
2016-03-18qapi: Emit implicit structs in generated CEric Blake
2016-03-18qapi: Adjust names of implicit typesEric Blake
2016-03-18qapi: Make c_type() more OO-likeEric Blake
2016-03-05qapi: Rename 'fields' to 'members' in generatorEric Blake
2016-03-01qapi: rename InputAxis values.Gerd Hoffmann
2016-03-01qapi: rename input buttonsGerd Hoffmann
2016-02-19qapi: Don't box struct branch of alternateEric Blake
2016-02-19qapi: Forbid 'any' inside an alternateEric Blake
2016-02-19qapi: Forbid empty unions and useless alternatesEric Blake
2016-02-08qapi: Fix compilation failure on MIPS and SPARCEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qapi: Improve generated event use of qapi visitorEric Blake
2016-02-08qapi: Drop dead parameter in gen_params()Eric Blake
2016-02-08qapi: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster
2015-12-17qapi: Detect base class loopsEric Blake
2015-12-17qapi: Move duplicate collision checks to schema check()Eric Blake
2015-12-17qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake
2015-12-17qapi: Track enum values by QAPISchemaMember, not stringEric Blake
2015-12-17qapi: Prepare new QAPISchemaMember base classEric Blake
2015-12-17qapi: Shorter visits of optional fieldsEric Blake
2015-12-17qapi: Simplify visits of optional fieldsEric Blake
2015-12-17qapi: Inline _make_implicit_tag()Eric Blake
2015-12-17qapi: Simplify visiting of alternate typesEric Blake
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake
2015-12-17qobject: Rename qtype_code to QTypeEric Blake
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake
2015-12-17qapi: Remove obsolete tests for MAX collisionEric Blake
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-17qapi: Tighten the regex on valid namesEric Blake
2015-12-17qapi: Fix c_name() mungingEric Blake
2015-12-17qapi: Detect collisions in C member namesEric Blake
2015-12-17qapi: Track owner of each object memberEric Blake
2015-12-17qapi: Remove outdated tests related to QMP/branch collisionsEric Blake
2015-12-17qapi: Hoist tag collision check to Variants.check()Eric Blake
2015-12-17qapi: Factor out QAPISchemaObjectType.check_clash()Eric Blake
2015-12-17qapi: Check for QAPI collisions involving variant membersEric Blake
2015-12-17qapi: Simplify QAPISchemaObjectTypeVariants.check()Markus Armbruster
2015-12-17qapi: Factor out QAPISchemaObjectTypeMember.check_clash()Markus Armbruster