aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi.py
AgeCommit message (Expand)Author
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake
2015-12-17qapi: Remove obsolete tests for MAX collisionEric Blake
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-17qapi: Tighten the regex on valid namesEric Blake
2015-12-17qapi: Fix c_name() mungingEric Blake
2015-12-17qapi: Detect collisions in C member namesEric Blake
2015-12-17qapi: Track owner of each object memberEric Blake
2015-12-17qapi: Remove outdated tests related to QMP/branch collisionsEric Blake
2015-12-17qapi: Hoist tag collision check to Variants.check()Eric Blake
2015-12-17qapi: Factor out QAPISchemaObjectType.check_clash()Eric Blake
2015-12-17qapi: Check for QAPI collisions involving variant membersEric Blake
2015-12-17qapi: Simplify QAPISchemaObjectTypeVariants.check()Markus Armbruster
2015-12-17qapi: Factor out QAPISchemaObjectTypeMember.check_clash()Markus Armbruster
2015-12-17qapi: Eliminate QAPISchemaObjectType.check() variable membersMarkus Armbruster
2015-12-17qapi: Fix up commit 7618b91's clash sanity checking changeMarkus Armbruster
2015-12-17qapi: Clean up after previous commitMarkus Armbruster
2015-12-17qapi: Simplify QAPISchemaObjectTypeMember.check()Markus Armbruster
2015-12-17qapi: Drop obsolete tag value collision assertionsMarkus Armbruster
2015-12-17qapi: Track simple union tag in object.local_membersEric Blake
2015-11-02qapi: Reserve 'u' member nameEric Blake
2015-11-02qapi: Start converting to new qapi union layoutEric Blake
2015-11-02qapi: Reserve 'q_*' and 'has_*' member namesEric Blake
2015-11-02qapi: Reserve '*List' type names for list typesEric Blake
2015-11-02qapi: More idiomatic string operationsEric Blake
2015-10-15qapi: Track location that created an implicit typeEric Blake
2015-10-15qapi: Create simple union type member earlierEric Blake
2015-10-15qapi: Lazy creation of array typesEric Blake
2015-10-15qapi: Don't use info as witness of implicit object typeEric Blake
2015-10-15qapi: Drop redundant returns-int testEric Blake
2015-10-15qapi: Prepare for errors during check()Eric Blake
2015-10-15qapi: Use predicate callback to determine visit filteringEric Blake
2015-10-12qapi: Simplify gen_visit_fields() error handlingEric Blake
2015-10-12qapi: Share gen_visit_fields()Eric Blake
2015-10-12qapi: Share gen_err_check()Eric Blake
2015-10-12qapi: Reuse code for flat union base validationEric Blake
2015-10-12qapi: Avoid assertion failure on union 'type' collisionEric Blake
2015-10-12qapi: Clean up qapi.py per pep8Eric Blake
2015-10-12qapi: Invoke exception superclass initializerEric Blake
2015-10-12qapi: Improve 'include' error messageEric Blake
2015-09-21qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster
2015-09-21qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster
2015-09-21qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster
2015-09-21qapi: De-duplicate parameter list generationMarkus Armbruster
2015-09-21qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster
2015-09-21qapi: Replace dirty is_c_ptr() by method c_null()Markus Armbruster
2015-09-21qapi: De-duplicate enum code generationMarkus Armbruster
2015-09-21qapi-commands: Convert to QAPISchemaVisitorMarkus Armbruster
2015-09-21qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster
2015-09-21qapi: New QAPISchemaVisitorMarkus Armbruster