summaryrefslogtreecommitdiffstats
path: root/scripts/qapi.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* qapi: Drop one of two "simple union must not have base" checksMarkus Armbruster2015-09-041-8/+0
* qapi: Command returning anonymous type doesn't work, outlawMarkus Armbruster2015-09-041-1/+1
* qapi: Fix to reject union command and event argumentsMarkus Armbruster2015-09-041-2/+2
* qapi: Document flaws in checking of namesMarkus Armbruster2015-09-041-0/+4
* qapi: Drop unused and useless parameters and variablesMarkus Armbruster2015-09-041-1/+0
* qapi: Reject -p arguments that break qapi-event.pyMarkus Armbruster2015-09-041-0/+6
* qapi: Simplify guardname()Markus Armbruster2015-09-041-7/+3
* qapi: Clean up cgen() and mcgen()Markus Armbruster2015-09-041-6/+11
* qapi: Catch and reject flat union branch of array typeMarkus Armbruster2015-06-181-1/+1
* qapi: Better separate the different kinds of helpersMarkus Armbruster2015-06-181-54/+74
* qapi: Move exprs checking from parse_schema() to check_exprs()Markus Armbruster2015-06-181-76/+66
OpenPOWER on IntegriCloud