aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)Author
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-21qapi2texi: Fix translation of *strong* and _emphasized_Markus Armbruster
2017-03-21tests/qapi-schema: Systematic positive doc comment testsMarkus Armbruster
2017-03-21tests/qapi-schema: Make test-qapi.py print docs againMarkus Armbruster
2017-03-16qapi: Fix a misleading parser error messageMarkus Armbruster
2017-03-16qapi: Fix detection of bogus member documentationMarkus Armbruster
2017-03-16tests/qapi-schema: Improve coverage of bogus member docsMarkus Armbruster
2017-03-16tests/qapi-schema: Rename doc-bad-args to doc-bad-command-argMarkus Armbruster
2017-03-16qapi: Move empty doc section checking to doc parserMarkus Armbruster
2017-03-16qapi: Improve error message on @NAME: in free-form docMarkus Armbruster
2017-03-16qapi: Move detection of doc / expression name mismatchMarkus Armbruster
2017-03-16qapi: Fix detection of doc / expression mismatchMarkus Armbruster
2017-03-16tests/qapi-schema: Improve doc / expression mismatch coverageMarkus Armbruster
2017-03-16qapi: The #optional tag is redundant, dropMarkus Armbruster
2017-03-16qapi: Fix to reject empty union base gracefullyMarkus Armbruster
2017-03-16tests/qapi-schema: Cover empty union baseMarkus Armbruster
2017-03-16qapi: Have each QAPI schema declare its name rule violationsMarkus 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-03-16qapi: Make doc comments optional where we don't need themMarkus Armbruster
2017-01-16qapi: add qapi2texi scriptMarc-André Lureau
2016-07-19qapi: Implement boxed types for commands/eventsEric Blake
2016-07-19qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake
2016-07-19qapi: Hide tag_name data member of variantsEric Blake
2016-07-19qapi: Require all branches of flat union enum to be coveredEric Blake
2016-03-18qapi: Allow anonymous base for flat unionEric Blake
2016-03-18qapi: Adjust names of implicit typesEric Blake
2016-03-18qapi: Fix command with named empty argument typeEric Blake
2016-03-05qapi: Drop useless 'data' member of unionsEric 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: Forbid 'any' inside an alternateEric Blake
2016-02-19qapi: Forbid empty unions and useless alternatesEric Blake
2016-02-19qapi-visit: Honor prefix of discriminator enumEric Blake
2015-12-17qapi: Detect base class loopsEric Blake
2015-12-17qapi: Move duplicate collision checks to schema check()Eric Blake
2015-12-17qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake
2015-12-17qapi: Simplify visiting of alternate typesEric Blake
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake
2015-12-17qapi: Remove obsolete tests for MAX collisionEric Blake
2015-12-17qapi: Tighten the regex on valid namesEric Blake
2015-12-17qapi: Fix c_name() mungingEric Blake
2015-12-17qapi: Detect collisions in C member namesEric Blake
2015-12-17qapi: Remove outdated tests related to QMP/branch collisionsEric Blake
2015-12-17qapi: Track simple union tag in object.local_membersEric Blake
2015-11-09qapi: Use generated TestStruct machinery in testsEric Blake
2015-11-02qapi: Reserve 'u' member nameEric Blake
2015-11-02qapi: Unbox base membersEric Blake
2015-11-02qapi: Reserve 'q_*' and 'has_*' member namesEric Blake