aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi
AgeCommit message (Expand)Author
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-23qapi: Enforce command naming rulesMarkus Armbruster
2021-03-23qapi: Enforce feature 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-23qapi: Factor out QAPISchemaParser._check_pragma_list_of_str()Markus Armbruster
2021-03-23qapi: Enforce type naming rulesMarkus Armbruster
2021-03-23qapi: Enforce event naming rulesMarkus Armbruster
2021-03-23qapi: Consistently permit any case in downstream prefixesMarkus Armbruster
2021-03-23qapi: Move uppercase rejection to check_name_lower()Markus Armbruster
2021-03-23qapi: Rework name checking in preparation of stricter checkingMarkus Armbruster
2021-03-23qapi: Lift enum-specific code out of check_name_str()Markus Armbruster
2021-03-23qapi: Permit flat union members for any tag valueMarkus Armbruster
2021-03-23qapi: Fix to reject optional members with reserved namesMarkus Armbruster
2021-03-19qapi: Implement deprecated-input=reject for QMP command argumentsMarkus Armbruster
2021-03-19qapi: Implement deprecated-input=reject for QMP commandsMarkus Armbruster
2021-03-19qapi: Implement deprecated-output=hide for QMP event dataMarkus Armbruster
2021-03-19qapi: Implement deprecated-output=hide for QMP eventsMarkus 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-18qapi/introspect.py: set _gen_tree's default ifcond argument to ()John Snow
2021-02-18qapi/introspect.py: Type _gen_tree variants as Sequence[str]John Snow
2021-02-18qapi/introspect.py: Update copyright and authors listJohn Snow
2021-02-18qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlitJohn Snow
2021-02-18qapi/introspect.py: add type hint annotationsJohn Snow
2021-02-18qapi/introspect.py: remove _gen_variants helperJohn Snow
2021-02-18qapi/introspect.py: improve readability of _tree_to_qlitJohn Snow
2021-02-18qapi/introspect.py: improve _tree_to_qlit error messageJohn Snow
2021-02-18qapi/introspect.py: create a typed 'Annotated' data strutcureJohn Snow
2021-02-18qapi/introspect.py: Introduce preliminary tree typingJohn Snow
2021-02-18qapi/introspect.py: Always define all 'extra' dict keysJohn Snow
2021-02-18qapi/introspect.py: replace 'extra' dict with 'comment' argumentJohn Snow
2021-02-18qapi/introspect.py: Unify return type of _make_tree()John Snow
2021-02-18qapi/introspect.py: guard against ifcond/comment misuseJohn Snow
2021-02-18qapi/introspect.py: add _gen_features helperJohn Snow
2021-02-18qapi/introspect.py: use _make_tree for features nodesJohn Snow
2021-02-18qapi/introspect.py: assert schema is not NoneJohn Snow
2021-02-18qapi: Replace List[str] with Sequence[str] for ifcondJohn Snow
2021-02-08qapi: enable strict-optional checksJohn Snow
2021-02-08qapi: type 'info' as Optional[QAPISourceInfo]John Snow
2021-02-08qapi/gen: Drop support for QAPIGen without a file nameMarkus Armbruster
2021-02-08qapi/commands: Simplify command registry generationMarkus Armbruster
2021-02-08qapi/gen: Support switching to another module temporarilyMarkus Armbruster
2021-02-08qapi/gen: write _genc/_genh access shimsJohn Snow
2021-02-08qapi: centralize the built-in module name definitionJohn Snow
2021-02-08qapi/gen: Combine ._add_[user|system]_moduleMarkus Armbruster
2021-02-08qapi: use './builtin' as the built-in module nameJohn Snow
2021-02-08qapi: use explicitly internal module namesJohn Snow