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