aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)AuthorFilesLines
2021-05-20qapi/parser: Fix token membership tests when token can be NoneJohn Snow7-0/+6
2021-05-20qapi/parser: enforce all top-level expressions must be dict in _parse()John Snow2-2/+2
2021-05-20qapi: Add test for nonexistent schema fileJohn Snow3-1/+7
2021-05-20qapi/parser: Don't try to handle file errorsJohn Snow1-3/+0
2021-04-30qapi/expr.py: Check type of union and alternate 'data' memberJohn Snow7-0/+16
2021-03-23qapi: Enforce union and alternate branch naming rulesMarkus Armbruster6-9/+13
2021-03-23qapi: Enforce enum member naming rulesMarkus Armbruster2-1/+2
2021-03-23qapi: Enforce struct member naming rulesMarkus Armbruster4-5/+10
2021-03-23tests/qapi-schema: Switch member name clash test to structMarkus Armbruster5-4/+4
2021-03-23qapi: Enforce command naming rulesMarkus Armbruster2-22/+25
2021-03-23qapi: Prepare for rejecting underscore in command and member namesMarkus Armbruster3-3/+3
2021-03-23qapi: Rename pragma *-whitelist to *-exceptionsMarkus Armbruster7-8/+7
2021-03-23tests/qapi-schema: Rename returns-whitelist to returns-bad-typeMarkus Armbruster5-3/+3
2021-03-23tests/qapi-schema: Rename pragma-*-crap to pragma-value-not-*Markus Armbruster13-9/+9
2021-03-23tests/qapi-schema: Rename redefined-builtin to redefined-predefinedMarkus Armbruster5-3/+3
2021-03-23qapi: Enforce type naming rulesMarkus Armbruster21-23/+28
2021-03-23qapi: Enforce event naming rulesMarkus Armbruster9-30/+16
2021-03-23qapi: Fix to reject optional members with reserved namesMarkus Armbruster3-15/+2
2021-03-23tests/qapi-schema: Tweak to demonstrate buggy member name checkMarkus Armbruster3-3/+16
2021-03-23tests/qapi-schema: Drop TODO comment on simple unionsMarkus Armbruster2-2/+1
2021-03-23tests/qapi-schema: Belatedly update comment on alternate clashMarkus Armbruster2-5/+2
2021-03-23tests/qapi-schema: Rework comments on longhand member definitionsMarkus Armbruster8-8/+12
2021-03-23tests/qapi-schema: Drop redundant flat-union-inline testMarkus Armbruster4-14/+0
2021-03-19qapi: Implement deprecated-output=hide for QMP event dataMarkus Armbruster2-0/+5
2021-03-19qapi: Implement deprecated-output=hide for QMP command resultsMarkus Armbruster2-17/+18
2021-03-05qapi: Fix parse errors for removal of null from schema languageMarkus Armbruster2-2/+2
2021-02-08qapi: use './builtin' as the built-in module nameJohn Snow8-8/+8
2020-10-17meson: move SPHINX_ARGS references within "if build_docs"Paolo Bonzini1-44/+44
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf7-3/+12
2020-09-29scripts/qapi: Remove texinfo generation supportPeter Maydell2-321/+1
2020-09-29tests/qapi-schema: Add test of the rST QAPI doc-comment outputPeter Maydell3-0/+348
2020-09-29tests/qapi-schema: Convert doc-good.json to rST-style strong/emphasisPeter Maydell3-3/+3
2020-09-29scripts/qapi/parser.py: improve doc comment indent handlingPeter Maydell5-2/+12
2020-09-29scripts/qapi: Move doc-comment whitespace stripping to doc.pyPeter Maydell1-6/+6
2020-09-29tests/qapi/doc-good.json: Prepare for qapi-doc Sphinx extensionPeter Maydell3-27/+22
2020-09-16meson: Use -b to ignore CR vs. CR-LF issues on WindowsYonggang Luo1-1/+1
2020-09-07qapi: Make section headings start a new doc comment blockMarkus Armbruster1-1/+2
2020-09-07qapi: Reject section markup in definition documentationMarkus Armbruster3-26/+2
2020-08-21meson: convert check-qapi-schemaPaolo Bonzini1-0/+225
2020-08-03schemas: Add vim modelineAndrea Bolognani4-0/+5
2020-03-17qapi: New special feature flag "deprecated"Markus Armbruster5-6/+11
2020-03-17qapi: Add feature flags to struct membersMarkus Armbruster6-5/+15
2020-03-17qapi: Consistently put @features parameter right after @ifcondMarkus Armbruster1-5/+5
2020-03-17qapi: Add feature flags to remaining definitionsMarkus Armbruster7-15/+114
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
2020-01-14qapi: Fix code generation for empty modulesMarkus Armbruster3-18/+13
2019-10-29qapi: Check feature documentation against the schemaMarkus Armbruster6-42/+3
2019-10-29qapi: Polish reporting of bogus member documentationMarkus Armbruster6-6/+6