summaryrefslogtreecommitdiff
path: root/scripts/qapi.py
AgeCommit message (Expand)AuthorFilesLines
2016-02-19qapi: Don't box struct branch of alternateEric Blake1-5/+7
2016-02-19qapi: Forbid 'any' inside an alternateEric Blake1-1/+4
2016-02-19qapi: Forbid empty unions and useless alternatesEric Blake1-2/+10
2016-02-08qapi: Fix compilation failure on MIPS and SPARCEric Blake1-1/+1
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2016-02-08qapi: Improve generated event use of qapi visitorEric Blake1-2/+3
2016-02-08qapi: Drop dead parameter in gen_params()Eric Blake1-2/+2
2016-02-08qapi: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster1-4/+4
2015-12-17qapi: Detect base class loopsEric Blake1-1/+3
2015-12-17qapi: Move duplicate collision checks to schema check()Eric Blake1-50/+1
2015-12-17qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake1-0/+17
2015-12-17qapi: Track enum values by QAPISchemaMember, not stringEric Blake1-11/+26
2015-12-17qapi: Prepare new QAPISchemaMember base classEric Blake1-12/+17
2015-12-17qapi: Shorter visits of optional fieldsEric Blake1-2/+1
2015-12-17qapi: Simplify visits of optional fieldsEric Blake1-6/+2
2015-12-17qapi: Inline _make_implicit_tag()Eric Blake1-6/+3
2015-12-17qapi: Simplify visiting of alternate typesEric Blake1-5/+13
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake1-0/+6
2015-12-17qobject: Rename qtype_code to QTypeEric Blake1-1/+1
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake1-1/+1
2015-12-17qapi: Remove obsolete tests for MAX collisionEric Blake1-5/+3
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-3/+3
2015-12-17qapi: Tighten the regex on valid namesEric Blake1-5/+7
2015-12-17qapi: Fix c_name() mungingEric Blake1-1/+2
2015-12-17qapi: Detect collisions in C member namesEric Blake1-12/+19
2015-12-17qapi: Track owner of each object memberEric Blake1-2/+38
2015-12-17qapi: Remove outdated tests related to QMP/branch collisionsEric Blake1-9/+2
2015-12-17qapi: Hoist tag collision check to Variants.check()Eric Blake1-5/+2
2015-12-17qapi: Factor out QAPISchemaObjectType.check_clash()Eric Blake1-7/+7
2015-12-17qapi: Check for QAPI collisions involving variant membersEric Blake1-0/+15
2015-12-17qapi: Simplify QAPISchemaObjectTypeVariants.check()Markus Armbruster1-4/+3
2015-12-17qapi: Factor out QAPISchemaObjectTypeMember.check_clash()Markus Armbruster1-4/+7
2015-12-17qapi: Eliminate QAPISchemaObjectType.check() variable membersMarkus Armbruster1-9/+5
2015-12-17qapi: Fix up commit 7618b91's clash sanity checking changeMarkus Armbruster1-1/+1
2015-12-17qapi: Clean up after previous commitMarkus Armbruster1-5/+5
2015-12-17qapi: Simplify QAPISchemaObjectTypeMember.check()Markus Armbruster1-7/+7
2015-12-17qapi: Drop obsolete tag value collision assertionsMarkus Armbruster1-2/+1
2015-12-17qapi: Track simple union tag in object.local_membersEric Blake1-5/+10
2015-11-02qapi: Reserve 'u' member nameEric Blake1-1/+1
2015-11-02qapi: Start converting to new qapi union layoutEric Blake1-1/+2
2015-11-02qapi: Reserve 'q_*' and 'has_*' member namesEric Blake1-1/+7
2015-11-02qapi: Reserve '*List' type names for list typesEric Blake1-6/+4
2015-11-02qapi: More idiomatic string operationsEric Blake1-3/+3
2015-10-15qapi: Track location that created an implicit typeEric Blake1-27/+47
2015-10-15qapi: Create simple union type member earlierEric Blake1-17/+18
2015-10-15qapi: Lazy creation of array typesEric Blake1-5/+6
2015-10-15qapi: Don't use info as witness of implicit object typeEric Blake1-4/+10
2015-10-15qapi: Drop redundant returns-int testEric Blake1-3/+0
2015-10-15qapi: Prepare for errors during check()Eric Blake1-4/+6
2015-10-15qapi: Use predicate callback to determine visit filteringEric Blake1-4/+8