summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/test-qapi.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-27tests: let qapi-schema tests detect oobPeter Xu1-2/+2
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu1-1/+1
2018-03-02qapi: Record 'include' directives in intermediate representationMarkus Armbruster1-0/+7
2018-03-02qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster1-2/+8
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster1-3/+1
2018-02-05qapi: use items()/values() intead of iteritems()/itervalues()Daniel P. Berrange1-1/+1
2018-02-05qapi: convert to use python print function instead of statementDaniel P. Berrange1-20/+21
2017-12-20qapi: Simplify representation of QAPIDoc section textMarkus Armbruster1-3/+3
2017-03-21tests/qapi-schema: Make test-qapi.py print docs againMarkus Armbruster1-0/+11
2017-03-16qapi: Back out doc comments added just to please qapi.pyMarkus Armbruster1-14/+0
2017-01-16qapi: add qapi2texi scriptMarc-André Lureau1-0/+14
2016-07-19qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake1-3/+5
2016-07-19qapi: Hide tag_name data member of variantsEric Blake1-2/+1
2015-09-21tests/qapi-schema: Convert test harness to QAPISchemaVisitorMarkus Armbruster1-8/+39
2015-09-21qapi: New QAPISchema intermediate reperesentationMarkus Armbruster1-1/+1
2014-05-08qapi: Use an explicit input fileLluís Vilanova1-1/+2
2014-05-08qapi: [trivial] Do not catch unknown exceptions in "test-qapi.py"Lluís Vilanova1-3/+0
2013-07-29qapi.py: Decent syntax error reportingMarkus Armbruster1-0/+2
2013-07-29tests: QAPI schema parser testsMarkus Armbruster1-0/+25