summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema
Commit message (Expand)AuthorAgeFilesLines
* qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster2015-09-2114-0/+14
* qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster2015-09-218-11/+0
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-2112-6/+20
* qapi-event: Convert to QAPISchemaVisitor, fixing data with baseMarkus Armbruster2015-09-211-3/+0
* qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster2015-09-211-3/+0
* qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster2015-09-211-2/+2
* tests/qapi-schema: Convert test harness to QAPISchemaVisitorMarkus Armbruster2015-09-2116-118/+249
* qapi: New QAPISchema intermediate reperesentationMarkus Armbruster2015-09-211-1/+1
* qapi: allow override of default enum prefix namingDaniel P. Berrange2015-09-156-0/+11
* qapi: Simplify error reporting for array typesMarkus Armbruster2015-09-042-2/+2
* qapi: Fix errors for non-string, non-dictionary membersMarkus Armbruster2015-09-046-6/+3
* tests/qapi-schema: Cover non-string, non-dictionary membersMarkus Armbruster2015-09-0412-0/+15
* tests/qapi-schema: Cover two more syntax errorsMarkus Armbruster2015-09-048-0/+8
* qapi: Drop one of two "simple union must not have base" checksMarkus Armbruster2015-09-041-1/+1
* qapi: Command returning anonymous type doesn't work, outlawMarkus Armbruster2015-09-048-8/+5
* qapi: Fix to reject union command and event argumentsMarkus Armbruster2015-09-044-6/+3
* qapi-tests: New tests for union, alternate command argumentsMarkus Armbruster2015-09-048-0/+14
* tests/qapi-schema: Rename tests from data- to args-Markus Armbruster2015-09-0431-6/+6
* tests/qapi-schema: Restore test case for flat union base bugMarkus Armbruster2015-09-042-6/+7
* tests/qapi-schema: Document events with base don't workMarkus Armbruster2015-09-041-0/+3
* tests/qapi-schema: Document alternate's enum lacks visit functionMarkus Armbruster2015-09-041-0/+1
* qapi-visit: Fix generated code when schema has forward refsMarkus Armbruster2015-09-042-18/+22
* qapi: Catch and reject flat union branch of array typeMarkus Armbruster2015-06-181-10/+1
* tests/qapi-schema: New flat union array branch test caseMarkus Armbruster2015-06-184-0/+23
* qapi: Fix file name in error messages for included filesMarkus Armbruster2015-06-182-3/+3
* qapi: Support downstream events and commandsEric Blake2015-05-142-1/+8
* qapi: Support downstream alternatesEric Blake2015-05-142-2/+6
* qapi: Support downstream flat unionsEric Blake2015-05-142-2/+10
* qapi: Support downstream simple unionsEric Blake2015-05-142-2/+5
* qapi: Support downstream structsEric Blake2015-05-142-2/+10
* qapi: Support downstream enumsEric Blake2015-05-142-1/+6
* qapi: Check for member name conflicts with a base classEric Blake2015-05-0512-12/+23
* qapi: Support (subset of) \u escapes in stringsEric Blake2015-05-0524-3/+29
* qapi: Drop support for inline nested typesEric Blake2015-05-059-11/+7
* qapi: Drop tests for inline nested structsEric Blake2015-05-052-5/+15
* qapi: Merge UserDefTwo and UserDefNested in testsEric Blake2015-05-052-12/+4
* qapi: Use 'struct' instead of 'type' in schemaEric Blake2015-05-0533-66/+66
* qapi: Prefer 'struct' over 'type' in generatorEric Blake2015-05-0519-52/+52
* qapi: More rigorous checking for type safety bypassEric Blake2015-05-058-10/+6
* qapi: Whitelist commands that don't return dictionaryEric Blake2015-05-0510-17/+9
* qapi: Require valid namesEric Blake2015-05-0518-26/+14
* qapi: More rigourous checking of typesEric Blake2015-05-0551-68/+39
* qapi: Add some type check testsEric Blake2015-05-0560-0/+112
* qapi: Unify type bypass and add testsEric Blake2015-05-0512-0/+18
* qapi: Allow true, false and null in schema jsonFam Zheng2015-05-052-2/+1
* qapi: Better error messages for duplicated expressionsEric Blake2015-05-0528-40/+21
* qapi: Add tests of redefined expressionsEric Blake2015-05-0524-0/+43
* qapi: Better error messages for bad expressionsEric Blake2015-05-0523-29/+19
* qapi: Add some expr testsEric Blake2015-05-0544-0/+67
* qapi: Use 'alternate' to replace anonymous unionEric Blake2015-05-0520-41/+32
OpenPOWER on IntegriCloud