summaryrefslogtreecommitdiffstats
path: root/scripts/qapi.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* qapi: Start converting to new qapi union layoutEric Blake2015-11-021-1/+2
* qapi: Reserve 'q_*' and 'has_*' member namesEric Blake2015-11-021-1/+7
* qapi: Reserve '*List' type names for list typesEric Blake2015-11-021-6/+4
* qapi: More idiomatic string operationsEric Blake2015-11-021-3/+3
* qapi: Track location that created an implicit typeEric Blake2015-10-151-27/+47
* qapi: Create simple union type member earlierEric Blake2015-10-151-17/+18
* qapi: Lazy creation of array typesEric Blake2015-10-151-5/+6
* qapi: Don't use info as witness of implicit object typeEric Blake2015-10-151-4/+10
* qapi: Drop redundant returns-int testEric Blake2015-10-151-3/+0
* qapi: Prepare for errors during check()Eric Blake2015-10-151-4/+6
* qapi: Use predicate callback to determine visit filteringEric Blake2015-10-151-4/+8
OpenPOWER on IntegriCloud