summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/qapi-schema-test.json
AgeCommit message (Expand)Author
2017-06-19tests: Remove test cases for alternates of 'number' and 'int'Marc-André Lureau
2017-05-31qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster
2017-05-31tests/qapi-schema: Avoid 'str' in alternate test casesMarkus Armbruster
2017-03-16qapi: Have each QAPI schema declare its returns white-listMarkus Armbruster
2017-03-16qapi: Back out doc comments added just to please qapi.pyMarkus Armbruster
2017-01-16qapi: add qapi2texi scriptMarc-André Lureau
2016-07-19qapi: Implement boxed types for commands/eventsEric Blake
2016-03-18qapi: Allow anonymous base for flat unionEric Blake
2016-03-18qapi: Fix command with named empty argument typeEric Blake
2016-03-05qapi: Rename 'fields' to 'members' in generatorEric Blake
2016-02-19qapi: Add tests of complex objects within alternateEric Blake
2016-02-19qapi-visit: Honor prefix of discriminator enumEric Blake
2015-12-17qapi: Fix c_name() mungingEric Blake
2015-11-09qapi: Use generated TestStruct machinery in testsEric Blake
2015-11-02tests/qapi-schema: Test for reserved names, empty structEric Blake
2015-10-15qapi: Lazy creation of array typesEric Blake
2015-10-15qapi: Drop redundant flat-union-reverse-define testEric Blake
2015-10-15qapi: Drop redundant returns-int testEric Blake
2015-10-15qapi: Move empty-enum to compile-time testEric Blake
2015-10-12qapi: Test use of 'number' within alternatesEric Blake
2015-10-12qapi: Test for various name collisionsEric Blake
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster
2015-09-21qapi-event: Convert to QAPISchemaVisitor, fixing data with baseMarkus Armbruster
2015-09-21qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster
2015-09-21qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster
2015-09-15qapi: allow override of default enum prefix namingDaniel P. Berrange
2015-09-04tests/qapi-schema: Restore test case for flat union base bugMarkus Armbruster
2015-09-04tests/qapi-schema: Document events with base don't workMarkus Armbruster
2015-09-04tests/qapi-schema: Document alternate's enum lacks visit functionMarkus Armbruster
2015-09-04qapi-visit: Fix generated code when schema has forward refsMarkus Armbruster
2015-05-14qapi: Support downstream events and commandsEric Blake
2015-05-14qapi: Support downstream alternatesEric Blake
2015-05-14qapi: Support downstream flat unionsEric Blake
2015-05-14qapi: Support downstream simple unionsEric Blake
2015-05-14qapi: Support downstream structsEric Blake
2015-05-14qapi: Support downstream enumsEric Blake
2015-05-05qapi: Drop tests for inline nested structsEric Blake
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake
2015-05-05qapi: Use 'struct' instead of 'type' in schemaEric Blake
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake
2015-05-05qapi: Rename anonymous union type in testEric Blake
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake
2015-05-05qapi: Fix generation of 'size' builtin typeEric Blake
2014-09-26tests: add QMP input visitor test for unions with no discriminatorMichael Roth
2014-06-23test: add test cases for qapi eventWenchao Xia
2014-03-11qapi script: do not allow string discriminatorWenchao Xia
2014-03-03tests/qapi-schema: Cover flat union typesMarkus Armbruster
2014-03-03tests/qapi-schema: Cover union types with baseMarkus Armbruster
2014-03-03tests/qapi-schema: Cover complex types with baseMarkus Armbruster
2014-03-03tests/qapi-schema: Cover anonymous union typesMarkus Armbruster