summaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)Author
2015-06-18qapi: Catch and reject flat union branch of array typeMarkus Armbruster
2015-06-18tests/qapi-schema: New flat union array branch test caseMarkus Armbruster
2015-06-18qapi: Fix file name in error messages for included filesMarkus 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: Check for member name conflicts with a base classEric Blake
2015-05-05qapi: Support (subset of) \u escapes in stringsEric Blake
2015-05-05qapi: Drop support for inline nested typesEric 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: Prefer 'struct' over 'type' in generatorEric Blake
2015-05-05qapi: More rigorous checking for type safety bypassEric Blake
2015-05-05qapi: Whitelist commands that don't return dictionaryEric Blake
2015-05-05qapi: Require valid namesEric Blake
2015-05-05qapi: More rigourous checking of typesEric Blake
2015-05-05qapi: Add some type check testsEric Blake
2015-05-05qapi: Unify type bypass and add testsEric Blake
2015-05-05qapi: Allow true, false and null in schema jsonFam Zheng
2015-05-05qapi: Better error messages for duplicated expressionsEric Blake
2015-05-05qapi: Add tests of redefined expressionsEric Blake
2015-05-05qapi: Better error messages for bad expressionsEric Blake
2015-05-05qapi: Add some expr testsEric Blake
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake
2015-05-05qapi: Rename anonymous union type in testEric Blake
2015-05-05qapi: Segregate anonymous unions into alternates in generatorEric Blake
2015-05-05qapi: Tighten checking of unionsEric Blake
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake
2015-05-05qapi: Add some union testsEric Blake
2015-05-05qapi: Better error messages for bad enumsEric Blake
2015-05-05qapi: Add some enum testsEric 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-27qapi script: clean up in scriptsWenchao Xia
2014-06-23test: add test cases for qapi eventWenchao Xia
2014-06-23qapi script: add event supportWenchao Xia
2014-05-16qapi: skip redundant includesBenoît Canet
2014-05-08qapi: Add a primitive to include other files from a QAPI schema fileLluís Vilanova
2014-05-08qapi: Use an explicit input fileLluís Vilanova
2014-05-08qapi: [trivial] Do not catch unknown exceptions in "test-qapi.py"Lluís Vilanova
2014-03-11qapi script: do not allow string discriminatorWenchao Xia
2014-03-11qapi script: support enum type as discriminator in unionWenchao Xia
2014-03-11qapi script: check correctness of unionWenchao Xia
2014-03-11qapi script: add check for duplicated keyWenchao Xia
2014-03-11qapi script: remember explicitly defined enum valuesWenchao Xia
2014-03-03tests/qapi-schema: Cover flat union typesMarkus Armbruster