aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/test-qapi.py
AgeCommit message (Expand)Author
2024-05-06qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster
2024-05-06qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster
2024-02-26qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster
2023-11-13tests/qapi-schema: Tidy up pylint warnings and adviceMarkus Armbruster
2023-04-25qapi: support updating expected test output via makeDaniel P. Berrangé
2021-10-27qapi: Add feature flags to enum membersMarkus Armbruster
2021-09-27tests/qapi-schema: Make test-qapi.py -u work when files are absentMarkus Armbruster
2021-09-27tests/qapi-schema: Use Python OSError instead of outmoded IOErrorMarkus Armbruster
2021-09-03tests/qapi-schema: Hide OrderedDict in test outputMarkus Armbruster
2021-08-26qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau
2021-05-20qapi/parser: Don't try to handle file errorsJohn Snow
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf
2020-03-17qapi: Add feature flags to struct membersMarkus Armbruster
2020-03-17qapi: Consistently put @features parameter right after @ifcondMarkus Armbruster
2020-03-17qapi: Add feature flags to remaining definitionsMarkus Armbruster
2020-03-05qapi: Drop conditionals for Python 2Markus Armbruster
2020-02-07drop "from __future__ import print_function"Paolo Bonzini
2020-02-07tests: Explicit usage of Python 3Philippe Mathieu-Daudé
2019-10-29tests/qapi-schema: Fix feature documentation testingMarkus Armbruster
2019-10-22tests: qapi: Test 'features' of commandsPeter Krempa
2019-10-22qapi: Add feature flags to commandsPeter Krempa
2019-10-22tests/qapi-schema: Tidy up test output indentationMarkus Armbruster
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster
2019-10-22qapi: Speed up frontend testsMarkus Armbruster
2019-06-12tests/qapi-schema: Test for good feature lists in structsKevin Wolf
2019-06-12qapi: Add feature flags to struct typesKevin Wolf
2019-03-05tests/qapi-schema: Make test-qapi.py print arraysMarkus Armbruster
2018-12-13qapi: add 'if' to union membersMarc-André Lureau
2018-12-13qapi: Add 'if' to implicit struct membersMarc-André Lureau
2018-12-13qapi: add 'if' to enum membersMarc-André Lureau
2018-12-13tests: print enum type members more like object type membersMarc-André Lureau
2018-12-13qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau
2018-08-15qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau
2018-05-30tests: qapi-schema tests for allow-preconfigIgor Mammedov
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov
2018-03-27tests: let qapi-schema tests detect oobPeter Xu
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu
2018-03-02qapi: Record 'include' directives in intermediate representationMarkus Armbruster
2018-03-02qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster
2018-02-05qapi: use items()/values() intead of iteritems()/itervalues()Daniel P. Berrange
2018-02-05qapi: convert to use python print function instead of statementDaniel P. Berrange
2017-12-20qapi: Simplify representation of QAPIDoc section textMarkus Armbruster
2017-03-21tests/qapi-schema: Make test-qapi.py print docs againMarkus Armbruster
2017-03-16qapi: Back out doc comments added just to please qapi.pyMarkus Armbruster
2017-01-16qapi: add qapi2texi scriptMarc-André Lureau
2016-07-19qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake
2016-07-19qapi: Hide tag_name data member of variantsEric Blake