summaryrefslogtreecommitdiffstats
path: root/scripts/qapi.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Don't box struct branch of alternateEric Blake2016-02-191-5/+7
* qapi: Forbid 'any' inside an alternateEric Blake2016-02-191-1/+4
* qapi: Forbid empty unions and useless alternatesEric Blake2016-02-191-2/+10
* qapi: Fix compilation failure on MIPS and SPARCEric Blake2016-02-081-1/+1
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-2/+2
* qapi: Improve generated event use of qapi visitorEric Blake2016-02-081-2/+3
* qapi: Drop dead parameter in gen_params()Eric Blake2016-02-081-2/+2
* qapi: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster2016-02-081-4/+4
* qapi: Detect base class loopsEric Blake2015-12-171-1/+3
* qapi: Move duplicate collision checks to schema check()Eric Blake2015-12-171-50/+1Star
* qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake2015-12-171-0/+17
* qapi: Track enum values by QAPISchemaMember, not stringEric Blake2015-12-171-11/+26
* qapi: Prepare new QAPISchemaMember base classEric Blake2015-12-171-12/+17
* qapi: Shorter visits of optional fieldsEric Blake2015-12-171-2/+1Star
* qapi: Simplify visits of optional fieldsEric Blake2015-12-171-6/+2Star
* qapi: Inline _make_implicit_tag()Eric Blake2015-12-171-6/+3Star
* qapi: Simplify visiting of alternate typesEric Blake2015-12-171-5/+13
* qapi: Convert QType into QAPI built-in enum typeEric Blake2015-12-171-0/+6
* qobject: Rename qtype_code to QTypeEric Blake2015-12-171-1/+1
* qapi: Change munging of CamelCase enum valuesEric Blake2015-12-171-1/+1
* qapi: Remove obsolete tests for MAX collisionEric Blake2015-12-171-5/+3Star
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-3/+3
* qapi: Tighten the regex on valid namesEric Blake2015-12-171-5/+7
* qapi: Fix c_name() mungingEric Blake2015-12-171-1/+2
* qapi: Detect collisions in C member namesEric Blake2015-12-171-12/+19
* qapi: Track owner of each object memberEric Blake2015-12-171-2/+38
* qapi: Remove outdated tests related to QMP/branch collisionsEric Blake2015-12-171-9/+2Star
* qapi: Hoist tag collision check to Variants.check()Eric Blake2015-12-171-5/+2Star
* qapi: Factor out QAPISchemaObjectType.check_clash()Eric Blake2015-12-171-7/+7
* qapi: Check for QAPI collisions involving variant membersEric Blake2015-12-171-0/+15
* qapi: Simplify QAPISchemaObjectTypeVariants.check()Markus Armbruster2015-12-171-4/+3Star
* qapi: Factor out QAPISchemaObjectTypeMember.check_clash()Markus Armbruster2015-12-171-4/+7
* qapi: Eliminate QAPISchemaObjectType.check() variable membersMarkus Armbruster2015-12-171-9/+5Star
* qapi: Fix up commit 7618b91's clash sanity checking changeMarkus Armbruster2015-12-171-1/+1
* qapi: Clean up after previous commitMarkus Armbruster2015-12-171-5/+5
* qapi: Simplify QAPISchemaObjectTypeMember.check()Markus Armbruster2015-12-171-7/+7
* qapi: Drop obsolete tag value collision assertionsMarkus Armbruster2015-12-171-2/+1Star
* qapi: Track simple union tag in object.local_membersEric Blake2015-12-171-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/+4Star
* 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/+0Star
* 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