summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema
Commit message (Expand)AuthorAgeFilesLines
* qapi: Lazy creation of array typesEric Blake2015-10-152-0/+7
* qapi: Drop redundant args-member-array testEric Blake2015-10-154-14/+0
* qapi: Drop redundant flat-union-reverse-define testEric Blake2015-10-155-35/+7
* qapi: Drop redundant returns-int testEric Blake2015-10-156-14/+8
* qapi: Move empty-enum to compile-time testEric Blake2015-10-156-5/+7
* qapi: Drop redundant alternate-good testEric Blake2015-10-154-20/+0
* qapi: Reuse code for flat union base validationEric Blake2015-10-127-8/+8
* qapi: Test use of 'number' within alternatesEric Blake2015-10-122-0/+32
* qapi: Add tests for empty unionsEric Blake2015-10-1214-2/+27
* qapi: Avoid assertion failure on union 'type' collisionEric Blake2015-10-124-42/+9
* qapi: Test for various name collisionsEric Blake2015-10-1245-14/+174
* qapi: Improve 'include' error messageEric Blake2015-10-122-2/+2
* 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
OpenPOWER on IntegriCloud