aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/test-qapi.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-06qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster1-2/+3
2024-05-06qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster1-2/+2
2024-02-26qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster1-1/+1
2023-11-13tests/qapi-schema: Tidy up pylint warnings and adviceMarkus Armbruster1-5/+4
2023-04-25qapi: support updating expected test output via makeDaniel P. Berrangé1-0/+1
2021-10-27qapi: Add feature flags to enum membersMarkus Armbruster1-0/+1
2021-09-27tests/qapi-schema: Make test-qapi.py -u work when files are absentMarkus Armbruster1-3/+13
2021-09-27tests/qapi-schema: Use Python OSError instead of outmoded IOErrorMarkus Armbruster1-2/+2
2021-09-03tests/qapi-schema: Hide OrderedDict in test outputMarkus Armbruster1-1/+10
2021-08-26qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau1-1/+1
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau1-2/+2
2021-05-20qapi/parser: Don't try to handle file errorsJohn Snow1-3/+0
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf1-3/+4
2020-03-17qapi: Add feature flags to struct membersMarkus Armbruster1-3/+4
2020-03-17qapi: Consistently put @features parameter right after @ifcondMarkus Armbruster1-5/+5
2020-03-17qapi: Add feature flags to remaining definitionsMarkus Armbruster1-3/+6
2020-03-05qapi: Drop conditionals for Python 2Markus Armbruster1-5/+1
2020-02-07drop "from __future__ import print_function"Paolo Bonzini1-1/+0
2020-02-07tests: Explicit usage of Python 3Philippe Mathieu-Daudé1-1/+1
2019-10-29tests/qapi-schema: Fix feature documentation testingMarkus Armbruster1-0/+2
2019-10-22tests: qapi: Test 'features' of commandsPeter Krempa1-4/+9
2019-10-22qapi: Add feature flags to commandsPeter Krempa1-1/+2
2019-10-22tests/qapi-schema: Tidy up test output indentationMarkus Armbruster1-2/+2
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster1-1/+5
2019-10-22qapi: Speed up frontend testsMarkus Armbruster1-17/+106
2019-06-12tests/qapi-schema: Test for good feature lists in structsKevin Wolf1-0/+4
2019-06-12qapi: Add feature flags to struct typesKevin Wolf1-1/+2
2019-03-05tests/qapi-schema: Make test-qapi.py print arraysMarkus Armbruster1-0/+6
2018-12-13qapi: add 'if' to union membersMarc-André Lureau1-0/+1
2018-12-13qapi: Add 'if' to implicit struct membersMarc-André Lureau1-0/+1
2018-12-13qapi: add 'if' to enum membersMarc-André Lureau1-0/+1
2018-12-13tests: print enum type members more like object type membersMarc-André Lureau1-1/+3
2018-12-13qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau1-2/+2
2018-08-15qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster1-6/+7
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau1-5/+15
2018-05-30tests: qapi-schema tests for allow-preconfigIgor Mammedov1-2/+2
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov1-2/+2
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