aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)AuthorFilesLines
2024-07-17qapi: remove "Example" doc sectionJohn Snow3-28/+40
2024-07-06qapi/parser: don't parse rST markup as section headersJohn Snow3-0/+9
2024-07-06qapi: convert "Note" sections to plain rSTJohn Snow6-15/+13
2024-07-06qapi/parser: fix comment parsing immediately following a doc blockJohn Snow1-0/+2
2024-07-06qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow1-16/+16
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-03-04qapi: Reject "Returns" section when command doesn't return anythingMarkus Armbruster4-0/+9
2024-03-04qapi: New documentation section tag "Errors"Markus Armbruster3-0/+10
2024-03-04qapi: Slightly clearer error message for invalid "Returns" sectionMarkus Armbruster1-1/+1
2024-02-26qapi: Divorce QAPIDoc from QAPIParseErrorMarkus Armbruster4-4/+4
2024-02-26qapi: Reject multiple and empty feature descriptionsMarkus Armbruster4-39/+2
2024-02-26qapi: Merge adjacent untagged sectionsMarkus Armbruster1-2/+0
2024-02-26qapi: Recognize section tags and 'Features:' only after blank lineMarkus Armbruster7-3/+15
2024-02-26qapi: Require descriptions and tagged sections to be indentedMarkus Armbruster1-6/+6
2024-02-26qapi: Reject section heading in the middle of a doc commentMarkus Armbruster4-1/+10
2024-02-26qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster1-1/+1
2024-02-26qapi: Improve error message for empty doc sectionsMarkus Armbruster1-1/+1
2024-02-26qapi: Improve error position for bogus invalid "Returns" sectionMarkus Armbruster1-1/+1
2024-02-26qapi: Improve error position for bogus argument descriptionsMarkus Armbruster7-7/+7
2024-02-26tests/qapi-schema: Cover 'Features:' not followed by descriptionsMarkus Armbruster4-0/+30
2024-02-26tests/qapi-schema: Cover duplicate 'Features:' lineMarkus Armbruster4-0/+34
2024-02-26tests/qapi-schema: Fix test 'QAPI rST doc'Markus Armbruster2-16/+15
2024-02-12qapi: Require member documentation (with loophole)Markus Armbruster2-1/+5
2024-02-12qapi: Indent tagged doc comment sections properlyMarkus Armbruster2-6/+6
2023-11-13tests/qapi-schema: Tidy up pylint warnings and adviceMarkus Armbruster1-5/+4
2023-09-08tests/: spelling fixesMichael Tokarev1-1/+1
2023-05-22qapi: Improve error message for description following sectionMarkus Armbruster1-1/+1
2023-05-10qapi: Relax doc string @name: description indentation rulesMarkus Armbruster4-4/+7
2023-05-09qapi: Fix argument description indentation strippingMarkus Armbruster1-1/+1
2023-05-09tests/qapi-schema/doc-good: Improve argument description testsMarkus Armbruster2-13/+18
2023-05-09tests/qapi-schema/doc-good: Improve a commentMarkus Armbruster2-1/+5
2023-04-26qapi: allow unions to contain further unionsDaniel P. Berrangé9-0/+126
2023-04-25qapi: support updating expected test output via makeDaniel P. Berrangé1-0/+1
2023-04-24qapi: Require boxed for conditional command and event argumentsMarkus Armbruster12-19/+30
2023-04-24tests/qapi-schema: Cover optional conditional struct memberMarkus Armbruster2-1/+4
2023-04-24tests/qapi-schema: Clean up positive test for conditionalsMarkus Armbruster2-8/+6
2023-04-24tests/qapi-schema: Rename a few conditionalsMarkus Armbruster2-12/+12
2023-04-24tests/qapi-schema: Improve union discriminator coverageMarkus Armbruster2-3/+3
2023-04-24qapi: Fix to reject 'data': 'mumble' in structMarkus Armbruster4-0/+5
2023-04-24qapi: Fix error message when type name or array is expectedMarkus Armbruster4-4/+4
2023-04-24qapi: Improve error message for unexpected array typesMarkus Armbruster2-2/+2
2023-02-02meson: replace Perl usage with PythonMarc-André Lureau1-3/+4
2023-01-06tests/qapi-schema: remove Meson workaroundPaolo Bonzini1-5/+1
2022-09-01meson: remove dead assignmentsPaolo Bonzini1-12/+12
2022-04-21qapi-schema: test: add a unit test for parsing array alternatesPaolo Bonzini2-0/+5
2022-04-21qapi-schema: test: add a qapi-schema-test for array alternatesPaolo Bonzini4-0/+9
2022-04-21qapi-schema: support alternates with array typePaolo Bonzini3-4/+18
2021-11-08meson: drop sphinx_extn_dependsMarc-André Lureau1-1/+0
2021-11-08tests/qapi-schema/meson: add depfile to sphinx docMarc-André Lureau1-0/+3