aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi
AgeCommit message (Expand)AuthorFilesLines
2024-03-04qapi: Reject "Returns" section when command doesn't return anythingMarkus Armbruster1-1/+6
2024-03-04qapi: New documentation section tag "Errors"Markus Armbruster1-6/+17
2024-03-04qapi: Slightly clearer error message for invalid "Returns" sectionMarkus Armbruster1-2/+3
2024-03-04qapi: Memorize since & returns sectionsMarkus Armbruster1-14/+17
2024-02-26qapi: Divorce QAPIDoc from QAPIParseErrorMarkus Armbruster1-38/+28
2024-02-26qapi: Reject multiple and empty feature descriptionsMarkus Armbruster1-1/+7
2024-02-26qapi: Rewrite doc comment parserMarkus Armbruster1-269/+211
2024-02-26qapi: Merge adjacent untagged sectionsMarkus Armbruster1-0/+3
2024-02-26qapi: Call QAPIDoc.check() alwaysMarkus Armbruster1-5/+2
2024-02-26qapi: Recognize section tags and 'Features:' only after blank lineMarkus Armbruster1-3/+8
2024-02-26qapi: Require descriptions and tagged sections to be indentedMarkus Armbruster1-0/+3
2024-02-26qapi: Reject section heading in the middle of a doc commentMarkus Armbruster1-3/+3
2024-02-26qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster1-15/+15
2024-02-26qapi: Improve error message for empty doc sectionsMarkus Armbruster1-7/+7
2024-02-26qapi: Improve error position for bogus invalid "Returns" sectionMarkus Armbruster1-3/+7
2024-02-26qapi: Improve error position for bogus argument descriptionsMarkus Armbruster1-1/+3
2024-02-12qapi: Require member documentation (with loophole)Markus Armbruster2-1/+8
2024-01-26qapi: Fix dangling references to docs/devel/qapi-code-gen.txtMarkus Armbruster1-1/+1
2023-11-13qapi: Fix QAPISchemaEntity.__repr__()Markus Armbruster1-1/+2
2023-10-19qapi: provide a friendly string representation of QAPI classesDaniel P. Berrangé1-0/+5
2023-10-19qapi: re-establish linting baselineJohn Snow2-3/+4
2023-09-08scripts/: spelling fixesMichael Tokarev1-1/+1
2023-09-07Python: Drop support for Python 3.7Paolo Bonzini1-1/+1
2023-06-01scripts/qapi: document the tool that generated the fileAlex Bennée1-2/+7
2023-05-22qapi: Improve error message for description following sectionMarkus Armbruster1-2/+2
2023-05-18Python: Drop support for Python 3.6Paolo Bonzini1-1/+1
2023-05-17qapi/parser: Drop two bad type hints for nowMarkus Armbruster1-2/+2
2023-05-10qapi: Section parameter @indent is no longer used, dropMarkus Armbruster1-17/+14
2023-05-10qapi: Relax doc string @name: description indentation rulesMarkus Armbruster1-55/+18
2023-05-10qapi: Rewrite parsing of doc comment section symbols and tagsMarkus Armbruster1-28/+27
2023-05-09qapi: Fix argument description indentation strippingMarkus Armbruster1-9/+11
2023-05-09qapi: Fix crash on stray double quote characterMarkus Armbruster1-1/+1
2023-04-26qapi: allow unions to contain further unionsDaniel P. Berrangé1-3/+3
2023-04-26qapi: Improve specificity of type/member descriptionsMarkus Armbruster1-2/+7
2023-04-24qapi: Require boxed for conditional command and event argumentsMarkus Armbruster3-0/+16
2023-04-24qapi: Fix code generated for optional conditional struct memberMarkus Armbruster1-0/+2
2023-04-24qapi: Fix to reject 'data': 'mumble' in structMarkus Armbruster1-9/+15
2023-04-24qapi: Fix error message when type name or array is expectedMarkus Armbruster1-8/+7
2023-04-24qapi: Simplify code a bit after previous commitsMarkus Armbruster1-11/+3
2023-04-24qapi: Improve error message for unexpected array typesMarkus Armbruster1-6/+0
2023-04-24qapi: Split up check_type()Markus Armbruster1-46/+64
2023-04-24qapi: Clean up after removal of simple unionsMarkus Armbruster1-1/+1
2023-04-24qapi/schema: Use super()Markus Armbruster1-1/+1
2023-04-24qapi: Fix error message format regressionMarkus Armbruster1-1/+1
2023-04-20qapi-gen: mark coroutine QMP command functions as coroutine_fnPaolo Bonzini1-12/+21
2023-02-23qapi: remove JSON value FIXMEJohn Snow1-4/+0
2023-02-23qapi: remove _JSONObjectJohn Snow2-13/+5
2023-02-23qapi/parser: add QAPIExpression typeJohn Snow3-100/+100
2023-02-23qapi: Add minor typing workaround for 3.6John Snow1-3/+2
2023-02-23qapi: update pylint configurationJohn Snow1-0/+1