summaryrefslogtreecommitdiffstats
path: root/scripts/qapi.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Use anonymous bases in QMP flat unionsEric Blake2019-11-291-1/+1
* qapi: Allow anonymous base for flat unionEric Blake2019-11-291-2/+10
* qapi: Don't special-case simple union wrappersEric Blake2019-11-291-10/+0
* qapi: Drop unused c_null()Eric Blake2019-11-291-29/+17
* qapi: Inline gen_visit_members() into lone callerEric Blake2019-11-291-44/+2
* qapi: Emit implicit structs in generated CEric Blake2019-11-291-2/+0
* qapi: Adjust names of implicit typesEric Blake2019-11-291-8/+10
* qapi: Make c_type() more OO-likeEric Blake2019-11-291-9/+30
* qapi: Rename 'fields' to 'members' in generatorEric Blake2019-11-291-10/+10
* qapi: rename InputAxis values.Gerd Hoffmann2019-11-291-1/+0
* qapi: rename input buttonsGerd Hoffmann2019-11-291-1/+0
* qapi: Don't box struct branch of alternateEric Blake2019-11-291-5/+7
* qapi: Forbid 'any' inside an alternateEric Blake2019-11-291-1/+4
* qapi: Forbid empty unions and useless alternatesEric Blake2019-11-291-2/+10
* qapi: Fix compilation failure on MIPS and SPARCEric Blake2019-11-291-1/+1
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-2/+2
* qapi: Improve generated event use of qapi visitorEric Blake2019-11-291-2/+3
* qapi: Drop dead parameter in gen_params()Eric Blake2019-11-291-2/+2
* qapi: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster2019-11-291-4/+4
* qapi: Detect base class loopsEric Blake2019-11-291-1/+3
* qapi: Move duplicate collision checks to schema check()Eric Blake2019-11-291-50/+1
* qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake2019-11-291-0/+17
* qapi: Track enum values by QAPISchemaMember, not stringEric Blake2019-11-291-11/+26
* qapi: Prepare new QAPISchemaMember base classEric Blake2019-11-291-12/+17
* qapi: Shorter visits of optional fieldsEric Blake2019-11-291-2/+1
* qapi: Simplify visits of optional fieldsEric Blake2019-11-291-6/+2
* qapi: Inline _make_implicit_tag()Eric Blake2019-11-291-6/+3
* qapi: Simplify visiting of alternate typesEric Blake2019-11-291-5/+13
* qapi: Convert QType into QAPI built-in enum typeEric Blake2019-11-291-0/+6
* qobject: Rename qtype_code to QTypeEric Blake2019-11-291-1/+1
* qapi: Change munging of CamelCase enum valuesEric Blake2019-11-291-1/+1
* qapi: Remove obsolete tests for MAX collisionEric Blake2019-11-291-5/+3
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-291-3/+3
* qapi: Tighten the regex on valid namesEric Blake2019-11-291-5/+7
* qapi: Fix c_name() mungingEric Blake2019-11-291-1/+2
* qapi: Detect collisions in C member namesEric Blake2019-11-291-12/+19
* qapi: Track owner of each object memberEric Blake2019-11-291-2/+38
* qapi: Remove outdated tests related to QMP/branch collisionsEric Blake2019-11-291-9/+2
* qapi: Hoist tag collision check to Variants.check()Eric Blake2019-11-291-5/+2
* qapi: Factor out QAPISchemaObjectType.check_clash()Eric Blake2019-11-291-7/+7
* qapi: Check for QAPI collisions involving variant membersEric Blake2019-11-291-0/+15
* qapi: Simplify QAPISchemaObjectTypeVariants.check()Markus Armbruster2019-11-291-4/+3
* qapi: Factor out QAPISchemaObjectTypeMember.check_clash()Markus Armbruster2019-11-291-4/+7
* qapi: Eliminate QAPISchemaObjectType.check() variable membersMarkus Armbruster2019-11-291-9/+5
* qapi: Fix up commit 7618b91's clash sanity checking changeMarkus Armbruster2019-11-291-1/+1
* qapi: Clean up after previous commitMarkus Armbruster2019-11-291-5/+5
* qapi: Simplify QAPISchemaObjectTypeMember.check()Markus Armbruster2019-11-291-7/+7
* qapi: Drop obsolete tag value collision assertionsMarkus Armbruster2019-11-291-2/+1
* qapi: Track simple union tag in object.local_membersEric Blake2019-11-291-5/+10
* qapi: Reserve 'u' member nameEric Blake2015-11-021-1/+1
OpenPOWER on IntegriCloud