summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/qapi-schema-test.json
Commit message (Expand)AuthorAgeFilesLines
* qapi: Allow anonymous base for flat unionEric Blake2019-11-291-5/+1
* qapi: Fix command with named empty argument typeEric Blake2019-11-291-0/+2
* qapi: Rename 'fields' to 'members' in generatorEric Blake2019-11-291-1/+1
* qapi: Add tests of complex objects within alternateEric Blake2019-11-291-1/+3
* qapi-visit: Honor prefix of discriminator enumEric Blake2019-11-291-3/+6
* qapi: Fix c_name() mungingEric Blake2019-11-291-2/+3
* qapi: Use generated TestStruct machinery in testsEric Blake2015-11-091-1/+5
* tests/qapi-schema: Test for reserved names, empty structEric Blake2015-11-021-0/+4
* qapi: Lazy creation of array typesEric Blake2015-10-151-0/+4
* qapi: Drop redundant flat-union-reverse-define testEric Blake2015-10-151-4/+7
* qapi: Drop redundant returns-int testEric Blake2015-10-151-2/+3
* qapi: Move empty-enum to compile-time testEric Blake2015-10-151-0/+6
* qapi: Test use of 'number' within alternatesEric Blake2015-10-121-0/+8
* qapi: Test for various name collisionsEric Blake2015-10-121-2/+5
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-211-1/+4
* 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
* qapi: allow override of default enum prefix namingDaniel P. Berrange2015-09-151-0/+5
* tests/qapi-schema: Restore test case for flat union base bugMarkus Armbruster2015-09-041-2/+3
* 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-041-13/+17
* qapi: Support downstream events and commandsEric Blake2015-05-141-0/+5
* qapi: Support downstream alternatesEric Blake2015-05-141-0/+2
* qapi: Support downstream flat unionsEric Blake2015-05-141-0/+5
* qapi: Support downstream simple unionsEric Blake2015-05-141-0/+1
* qapi: Support downstream structsEric Blake2015-05-141-0/+4
* qapi: Support downstream enumsEric Blake2015-05-141-0/+3
* qapi: Drop tests for inline nested structsEric Blake2015-05-051-3/+9
* qapi: Merge UserDefTwo and UserDefNested in testsEric Blake2015-05-051-8/+2
* qapi: Use 'struct' instead of 'type' in schemaEric Blake2015-05-051-11/+11
* qapi: Use 'alternate' to replace anonymous unionEric Blake2015-05-051-2/+1
* qapi: Rename anonymous union type in testEric Blake2015-05-051-1/+1
* qapi: Forbid base without discriminator in unionsEric Blake2015-05-051-4/+0
* qapi: Fix generation of 'size' builtin typeEric Blake2015-05-051-1/+2
* tests: add QMP input visitor test for unions with no discriminatorMichael Roth2014-09-261-0/+10
* test: add test cases for qapi eventWenchao Xia2014-06-231-0/+12
* qapi script: do not allow string discriminatorWenchao Xia2014-03-111-3/+6
* tests/qapi-schema: Cover flat union typesMarkus Armbruster2014-03-031-0/+7
* tests/qapi-schema: Cover union types with baseMarkus Armbruster2014-03-031-0/+1
* tests/qapi-schema: Cover complex types with baseMarkus Armbruster2014-03-031-1/+5
* tests/qapi-schema: Cover anonymous union typesMarkus Armbruster2014-03-031-0/+4
* tests/qapi-schema: Cover simple argument typesMarkus Armbruster2014-03-031-0/+2
* tests/qapi-schema: Cover optional command argumentsMarkus Armbruster2014-03-031-1/+3
* OptsVisitor: introduce unit tests, with test cases for range flatteningLaszlo Ersek2013-08-201-0/+15
* tests: Use qapi-schema-test.json as schema parser testMarkus Armbruster2013-07-291-0/+53
OpenPOWER on IntegriCloud