summary refs log tree commit diff stats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* qapi: Detect base class loopsEric Blake2015-12-171-1/+3
* qapi: Move duplicate collision checks to schema check()Eric Blake2015-12-171-50/+1
* 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/+1
* qapi: Simplify visits of optional fieldsEric Blake2015-12-171-6/+2
* qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2015-12-171-4/+7
* qapi: Inline _make_implicit_tag()Eric Blake2015-12-171-6/+3
* qapi-types: Drop unnedeed ._fwdefnEric Blake2015-12-171-5/+1
* qapi: Simplify visiting of alternate typesEric Blake2015-12-173-44/+23
* qapi: Convert QType into QAPI built-in enum typeEric Blake2015-12-173-6/+27
* 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/+3
* 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/+2
* qapi: Hoist tag collision check to Variants.check()Eric Blake2015-12-171-5/+2
* 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/+3
* qapi: Factor out QAPISchemaObjectTypeMember.check_clash()Markus Armbruster2015-12-171-4/+7
* qapi: Eliminate QAPISchemaObjectType.check() variable membersMarkus Armbruster2015-12-171-9/+5
* 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/+1
* qapi-types: Simplify gen_struct_field[s]Eric Blake2015-12-171-25/+15
* qapi-types: Consolidate gen_struct() and gen_union()Eric Blake2015-12-171-26/+11
* qapi: Track simple union tag in object.local_membersEric Blake2015-12-173-7/+18
* qapi: Provide nicer array names in introspectionEric Blake2015-11-101-3/+5
* qapi: Test failure in middle of array parseEric Blake2015-11-101-0/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-11-051-1/+1
|\
| * scripts/text2pod.pl: Escape left braceFam Zheng2015-11-021-1/+1
* | migration: fix analyze-migration.py scriptMark Cave-Ayland2015-11-041-0/+13
* | qapi: Simplify gen_struct_field()Eric Blake2015-11-021-9/+7
* | qapi: Reserve 'u' member nameEric Blake2015-11-021-1/+1
* | qapi: Finish converting to new qapi union layoutEric Blake2015-11-021-22/+6
* | qapi-visit: Convert to new qapi union layoutEric Blake2015-11-021-15/+9
* | qapi: Start converting to new qapi union layoutEric Blake2015-11-022-8/+21
* | qapi-visit: Remove redundant functions for flat union baseEric Blake2015-11-021-17/+15
* | qapi: Unbox base membersEric Blake2015-11-022-13/+8
* | qapi: Prefer typesafe upcasts to qapi base classesEric Blake2015-11-021-0/+16
* | qapi-types: Refactor base fields outputEric Blake2015-11-021-10/+14
* | qapi-visit: Split off visit_type_FOO_fields forward declEric Blake2015-11-021-6/+16
* | qapi: Reserve 'q_*' and 'has_*' member namesEric Blake2015-11-021-1/+7