summaryrefslogtreecommitdiff
path: root/scripts/qapi
AgeCommit message (Expand)Author
6 daysqapi: update type hint for objects_seenJohn Snow
2026-06-16qapi: add doc comment "Intro" section parsingJohn Snow
2026-06-16qapi: remove implicit doc comment Plain sectionJohn Snow
2026-06-16qapi: adjust doc comment stub member insertion algorithmJohn Snow
2026-06-16qapi/parser: add mea culpa comment for ensure_returnsJohn Snow
2026-06-16qapi/parser: move _insert_near_kind() methodJohn Snow
2026-06-16qapi: new doc comment "Intro" sectionJohn Snow
2026-06-16qapi/parser: fix comment phrasingJohn Snow
2026-06-16qapi/parser: make remaining subsection members "private"John Snow
2026-06-16qapi/parser: add has_features propertyJohn Snow
2026-06-16qapi/parser: remove unused QAPIDoc subsection membersJohn Snow
2025-11-19python/qapi: delint import statementsJohn Snow
2025-11-19python/qapi: add an ignore for Pylint 4.xJohn Snow
2025-11-10qapi/parser: Mollify mypyMarkus Armbruster
2025-11-04qapi: Add documentation format validationVladimir Sementsov-Ogievskiy
2025-11-04qapi/command: Avoid generating unused qmp_marshal_output_T()Markus Armbruster
2025-10-01treewide: remove unnessary "coding" headerPaolo Bonzini
2025-07-14qapi: Fix undocumented return values by generating somethingJohn Snow
2025-07-14qapi: lift restriction on using '=' in doc blocksJohn Snow
2025-07-14docs/sphinx: remove special parsing for freeform sectionsJohn Snow
2025-06-05qapi: delete un-needed python static analysis configsJohn Snow
2025-06-05python: add qapi static analysis testsJohn Snow
2025-06-05qapi: Add some pylint ignoresJohn Snow
2025-04-30Drop support for Python 3.8Thomas Huth
2025-03-11scripts/qapi/backend: Clean up create_backend()'s failure modeMarkus Armbruster
2025-03-11qapi/parser: add undocumented stub members to all_sectionsJohn Snow
2025-03-11qapi/source: allow multi-line QAPISourceInfo advancingJohn Snow
2025-03-11qapi/schema: add __repr__ to QAPIDoc.SectionJohn Snow
2025-03-11qapi: clean up encoding of section kindsJohn Snow
2025-03-11qapi/parser: adjust info location for doc body sectionJohn Snow
2025-03-06qapi/introspect: Use @dataclass to simplifyMarkus Armbruster
2025-03-06qapi: Eliminate OrderedDictMarkus Armbruster
2025-03-04qapi: pluggable backend code generatorsDaniel P. Berrangé
2025-02-26qapi: update pylintrc configJohn Snow
2025-02-10qapi: expose all schema features to codeDaniel P. Berrangé
2025-02-10qapi: rename 'special_features' to 'features'Daniel P. Berrangé
2025-02-10qapi: change 'unsigned special_features' to 'uint64_t features'Daniel P. Berrangé
2025-02-10qapi: cope with feature names containing a '-'Daniel P. Berrangé
2025-02-10qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.hDaniel P. Berrangé
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé
2024-09-10qapi: Smarter camel_to_upper() to reduce need for 'prefix'Markus Armbruster
2024-07-17qapi: remove "Example" doc sectionJohn Snow
2024-07-06qapi/parser: don't parse rST markup as section headersJohn Snow
2024-07-06qapi: convert "Note" sections to plain rSTJohn Snow
2024-07-06qapi/parser: fix comment parsing immediately following a doc blockJohn Snow
2024-07-06qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow
2024-07-06qapi: linter fixupsJohn Snow
2024-05-06qapi: Simplify QAPISchemaVariants @tag_memberMarkus Armbruster
2024-05-06qapi: Move conditional code from QAPISchemaVariants to its subtypesMarkus Armbruster
2024-05-06qapi: Rename QAPISchemaAlternateType.variants to .alternativesMarkus Armbruster