summaryrefslogtreecommitdiff
path: root/scripts/qapi.py
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-12qapi: Simplify gen_visit_fields() error handlingEric Blake1-10/+10
2015-10-12qapi: Share gen_visit_fields()Eric Blake1-0/+43
2015-10-12qapi: Share gen_err_check()Eric Blake1-0/+12
2015-10-12qapi: Reuse code for flat union base validationEric Blake1-6/+5
2015-10-12qapi: Avoid assertion failure on union 'type' collisionEric Blake1-2/+8
2015-10-12qapi: Clean up qapi.py per pep8Eric Blake1-57/+104
2015-10-12qapi: Invoke exception superclass initializerEric Blake1-0/+2
2015-10-12qapi: Improve 'include' error messageEric Blake1-2/+1
2015-09-21qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster1-2/+11
2015-09-21qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster1-16/+4
2015-09-21qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster1-0/+1
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster1-3/+6
2015-09-21qapi: De-duplicate parameter list generationMarkus Armbruster1-0/+16
2015-09-21qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster1-104/+23
2015-09-21qapi: Replace dirty is_c_ptr() by method c_null()Markus Armbruster1-3/+0
2015-09-21qapi: De-duplicate enum code generationMarkus Armbruster1-0/+55
2015-09-21qapi-commands: Convert to QAPISchemaVisitorMarkus Armbruster1-1/+1
2015-09-21qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster1-1/+9
2015-09-21qapi: New QAPISchemaVisitorMarkus Armbruster1-0/+64
2015-09-21qapi: QAPISchema code generation helper methodsMarkus Armbruster1-7/+87
2015-09-21qapi: New QAPISchema intermediate reperesentationMarkus Armbruster1-8/+372
2015-09-21qapi: Rename class QAPISchema to QAPISchemaParserMarkus Armbruster1-4/+4
2015-09-15qapi: allow override of default enum prefix namingDaniel P. Berrange1-2/+8
2015-09-14qapi: Fix cgen() for Python older than 2.7Markus Armbruster1-1/+3
2015-09-04qapi: Generators crash when --output-dir isn't given, fixMarkus Armbruster1-5/+6
2015-09-04qapi: Simplify error reporting for array typesMarkus Armbruster1-4/+2
2015-09-04qapi: Fix errors for non-string, non-dictionary membersMarkus Armbruster1-4/+6
2015-09-04qapi: Drop one of two "simple union must not have base" checksMarkus Armbruster1-8/+0
2015-09-04qapi: Command returning anonymous type doesn't work, outlawMarkus Armbruster1-1/+1
2015-09-04qapi: Fix to reject union command and event argumentsMarkus Armbruster1-2/+2
2015-09-04qapi: Document flaws in checking of namesMarkus Armbruster1-0/+4
2015-09-04qapi: Drop unused and useless parameters and variablesMarkus Armbruster1-1/+0
2015-09-04qapi: Reject -p arguments that break qapi-event.pyMarkus Armbruster1-0/+6
2015-09-04qapi: Simplify guardname()Markus Armbruster1-7/+3
2015-09-04qapi: Clean up cgen() and mcgen()Markus Armbruster1-6/+11
2015-06-18qapi: Catch and reject flat union branch of array typeMarkus Armbruster1-1/+1
2015-06-18qapi: Better separate the different kinds of helpersMarkus Armbruster1-54/+74
2015-06-18qapi: Move exprs checking from parse_schema() to check_exprs()Markus Armbruster1-76/+66