aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)Author
2021-09-03qapi: Tweak error messages for unknown / conflicting 'if' keysMarkus Armbruster
2021-09-03qapi: Tweak error messages for missing / conflicting meta-typeMarkus Armbruster
2021-09-03tests/qapi-schema: Hide OrderedDict in test outputMarkus Armbruster
2021-09-03qapi: Use "not COND" instead of "!COND" for generated documentationMarkus Armbruster
2021-09-03qapi: Avoid redundant parens in code generated for conditionalsMarkus Armbruster
2021-09-03qapi: Fix C code generation for 'if'Markus Armbruster
2021-09-03tests/qapi-schema: Demonstrate broken C code for 'if'Markus Armbruster
2021-09-03tests/qapi-schema: Correct two 'if' conditionalsMarkus Armbruster
2021-08-26qapi: make 'if' condition strings simple identifiersMarc-André Lureau
2021-08-26qapi: add 'not' condition operationMarc-André Lureau
2021-08-26qapi: add 'any' conditionMarc-André Lureau
2021-08-26qapi: replace if condition list with dict {'all': [...]}Marc-André Lureau
2021-08-26qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau
2021-08-26qapi: Fix crash on redefinition with a different conditionMarkus Armbruster
2021-07-15qapi: Fix crash on missing enum member nameMarkus Armbruster
2021-06-02docs: fix references to docs/devel/build-system.rstStefano Garzarella
2021-05-20qapi/parser: Fix token membership tests when token can be NoneJohn Snow
2021-05-20qapi/parser: enforce all top-level expressions must be dict in _parse()John Snow
2021-05-20qapi: Add test for nonexistent schema fileJohn Snow
2021-05-20qapi/parser: Don't try to handle file errorsJohn Snow
2021-04-30qapi/expr.py: Check type of union and alternate 'data' memberJohn Snow
2021-03-23qapi: Enforce union and alternate branch naming rulesMarkus Armbruster
2021-03-23qapi: Enforce enum member naming rulesMarkus Armbruster
2021-03-23qapi: Enforce struct member naming rulesMarkus Armbruster
2021-03-23tests/qapi-schema: Switch member name clash test to structMarkus Armbruster
2021-03-23qapi: Enforce command naming rulesMarkus Armbruster
2021-03-23qapi: Prepare for rejecting underscore in command and member namesMarkus Armbruster
2021-03-23qapi: Rename pragma *-whitelist to *-exceptionsMarkus Armbruster
2021-03-23tests/qapi-schema: Rename returns-whitelist to returns-bad-typeMarkus Armbruster
2021-03-23tests/qapi-schema: Rename pragma-*-crap to pragma-value-not-*Markus Armbruster
2021-03-23tests/qapi-schema: Rename redefined-builtin to redefined-predefinedMarkus Armbruster
2021-03-23qapi: Enforce type naming rulesMarkus Armbruster
2021-03-23qapi: Enforce event naming rulesMarkus Armbruster
2021-03-23qapi: Fix to reject optional members with reserved namesMarkus Armbruster
2021-03-23tests/qapi-schema: Tweak to demonstrate buggy member name checkMarkus Armbruster
2021-03-23tests/qapi-schema: Drop TODO comment on simple unionsMarkus Armbruster
2021-03-23tests/qapi-schema: Belatedly update comment on alternate clashMarkus Armbruster
2021-03-23tests/qapi-schema: Rework comments on longhand member definitionsMarkus Armbruster
2021-03-23tests/qapi-schema: Drop redundant flat-union-inline testMarkus Armbruster
2021-03-19qapi: Implement deprecated-output=hide for QMP event dataMarkus Armbruster
2021-03-19qapi: Implement deprecated-output=hide for QMP command resultsMarkus Armbruster
2021-03-05qapi: Fix parse errors for removal of null from schema languageMarkus Armbruster
2021-02-08qapi: use './builtin' as the built-in module nameJohn Snow
2020-10-17meson: move SPHINX_ARGS references within "if build_docs"Paolo Bonzini
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf
2020-09-29scripts/qapi: Remove texinfo generation supportPeter Maydell
2020-09-29tests/qapi-schema: Add test of the rST QAPI doc-comment outputPeter Maydell
2020-09-29tests/qapi-schema: Convert doc-good.json to rST-style strong/emphasisPeter Maydell
2020-09-29scripts/qapi/parser.py: improve doc comment indent handlingPeter Maydell