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