aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/qapi.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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: 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/+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
* qapi: Simplify gen_visit_fields() error handlingEric Blake2015-10-121-10/+10
* qapi: Share gen_visit_fields()Eric Blake2015-10-121-0/+43
* qapi: Share gen_err_check()Eric Blake2015-10-121-0/+12
* qapi: Reuse code for flat union base validationEric Blake2015-10-121-6/+5
* qapi: Avoid assertion failure on union 'type' collisionEric Blake2015-10-121-2/+8
* qapi: Clean up qapi.py per pep8Eric Blake2015-10-121-57/+104
* qapi: Invoke exception superclass initializerEric Blake2015-10-121-0/+2
* qapi: Improve 'include' error messageEric Blake2015-10-121-2/+1
* qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster2015-09-211-2/+11
* qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster2015-09-211-16/+4
* qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster2015-09-211-0/+1
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-211-3/+6
* qapi: De-duplicate parameter list generationMarkus Armbruster2015-09-211-0/+16
* qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster2015-09-211-104/+23
* qapi: Replace dirty is_c_ptr() by method c_null()Markus Armbruster2015-09-211-3/+0
* qapi: De-duplicate enum code generationMarkus Armbruster2015-09-211-0/+55
* qapi-commands: Convert to QAPISchemaVisitorMarkus Armbruster2015-09-211-1/+1
* qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster2015-09-211-1/+9
* qapi: New QAPISchemaVisitorMarkus Armbruster2015-09-211-0/+64
* qapi: QAPISchema code generation helper methodsMarkus Armbruster2015-09-211-7/+87
* qapi: New QAPISchema intermediate reperesentationMarkus Armbruster2015-09-211-8/+372
* qapi: Rename class QAPISchema to QAPISchemaParserMarkus Armbruster2015-09-211-4/+4
* qapi: allow override of default enum prefix namingDaniel P. Berrange2015-09-151-2/+8
* qapi: Fix cgen() for Python older than 2.7Markus Armbruster2015-09-141-1/+3
* qapi: Generators crash when --output-dir isn't given, fixMarkus Armbruster2015-09-041-5/+6
* qapi: Simplify error reporting for array typesMarkus Armbruster2015-09-041-4/+2
* qapi: Fix errors for non-string, non-dictionary membersMarkus Armbruster2015-09-041-4/+6