]> git.proxmox.com Git - mirror_qemu.git/history - scripts/qapi
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210709' into...
[mirror_qemu.git] / scripts / qapi /
2021-05-28 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2021-05-24 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20210...
2021-05-21 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2021-05-21 Peter MaydellMerge remote-tracking branch 'remotes/vsementsov/tags...
2021-05-21 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2021-05-20 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-05-20 John Snowqapi/parser: add docstrings
2021-05-20 John Snowqapi/parser: allow 'ch' variable name
2021-05-20 John Snowqapi/parser: Remove superfluous list comprehension
2021-05-20 John Snowqapi/parser: add type hint annotations
2021-05-20 John Snowqapi/parser: Rework _check_pragma_list_of_str as a...
2021-05-20 John Snowqapi/parser: Fix token membership tests when token...
2021-05-20 John Snowqapi: add must_match helper
2021-05-20 John Snowqapi/parser: Use @staticmethod where appropriate
2021-05-20 John Snowqapi/parser: assert object keys are strings
2021-05-20 John Snowqapi/parser: enforce all top-level expressions must...
2021-05-20 John Snowqapi/parser: Assert lexer value is a string
2021-05-20 John Snowqapi/parser: factor parsing routine into method
2021-05-20 John Snowqapi/source: Remove line number from QAPISourceInfo...
2021-05-20 John Snowqapi/parser: Don't try to handle file errors
2021-05-16 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-05-14 Peter MaydellMerge remote-tracking branch 'remotes/cminyard/tags...
2021-05-04 Peter MaydellMerge remote-tracking branch 'remotes/legoater/tags...
2021-05-04 Peter MaydellMerge remote-tracking branch 'remotes/bsdimp/tags/pull...
2021-04-30 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-04-30 John Snowqapi/error.py: enable mypy checks
2021-04-30 John Snowqapi/error: Add type hints
2021-04-30 John Snowqapi/error.py: enable pylint checks
2021-04-30 John Snowqapi/error.py: move QAPIParseError to parser.py
2021-04-30 John Snowqapi/error: assert QAPISourceInfo is not None
2021-04-30 John Snowqapi/error: Make QAPISourceError 'col' parameter optional
2021-04-30 John Snowqapi/error: Use Python3-style super()
2021-04-30 John Snowqapi/error: Repurpose QAPIError as an abstract base...
2021-04-30 John Snowqapi/expr: Update authorship and copyright information
2021-04-30 John Snowqapi/expr.py: Use tuples instead of lists for static...
2021-04-30 John Snowqapi/expr.py: Add docstrings
2021-04-30 John Snowqapi/expr: Only explicitly prohibit 'Kind' nor 'List...
2021-04-30 John Snowqapi/expr.py: enable pylint checks
2021-04-30 John Snowqapi/expr.py: Remove single-letter variable
2021-04-30 John Snowqapi/expr.py: Consolidate check_if_str calls in check_if
2021-04-30 John Snowqapi/expr.py: add type hint annotations
2021-04-30 John Snowqapi/expr.py: Modify check_keys to accept any Collection
2021-04-30 John Snowqapi/expr.py: Add casts in a few select cases
2021-04-30 John Snowqapi/expr.py: Check type of union and alternate 'data...
2021-04-30 John Snowqapi/expr.py: move string check upwards in check_type
2021-04-30 John Snowqapi/expr.py: Add assertion for union type 'check_dict'
2021-04-30 John Snowqapi/expr.py: constrain incoming expression types
2021-04-30 John Snowqapi/expr.py: Check for dict instead of OrderedDict
2021-04-30 John Snowqapi/expr.py: Remove 'info' argument from nested check_...
2021-04-30 John Snowqapi/expr: Comment cleanup
2021-03-23 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2021-03-23 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-03-23 Markus Armbrusterqapi: Enforce union and alternate branch naming rules
2021-03-23 Markus Armbrusterqapi: Enforce enum member naming rules
2021-03-23 Markus Armbrusterqapi: Enforce struct member naming rules
2021-03-23 Markus Armbrusterqapi: Enforce command naming rules
2021-03-23 Markus Armbrusterqapi: Enforce feature naming rules
2021-03-23 Markus Armbrusterqapi: Prepare for rejecting underscore in command and...
2021-03-23 Markus Armbrusterqapi: Rename pragma *-whitelist to *-exceptions
2021-03-23 Markus Armbrusterqapi: Factor out QAPISchemaParser._check_pragma_list_of...
2021-03-23 Markus Armbrusterqapi: Enforce type naming rules
2021-03-23 Markus Armbrusterqapi: Enforce event naming rules
2021-03-23 Markus Armbrusterqapi: Consistently permit any case in downstream prefixes
2021-03-23 Markus Armbrusterqapi: Move uppercase rejection to check_name_lower()
2021-03-23 Markus Armbrusterqapi: Rework name checking in preparation of stricter...
2021-03-23 Markus Armbrusterqapi: Lift enum-specific code out of check_name_str()
2021-03-23 Markus Armbrusterqapi: Permit flat union members for any tag value
2021-03-23 Markus Armbrusterqapi: Fix to reject optional members with reserved...
2021-03-19 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-03-19 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-03-19 Markus Armbrusterqapi: Implement deprecated-input=reject for QMP command...
2021-03-19 Markus Armbrusterqapi: Implement deprecated-input=reject for QMP commands
2021-03-19 Markus Armbrusterqapi: Implement deprecated-output=hide for QMP event...
2021-03-19 Markus Armbrusterqapi: Implement deprecated-output=hide for QMP events
2021-03-19 Markus Armbrusterqapi: Implement deprecated-output=hide for QMP command...
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-03-05 Peter MaydellMerge remote-tracking branch 'remotes/cohuck-gitlab...
2021-03-05 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-03-05 Markus Armbrusterqapi: Fix parse errors for removal of null from schema...
2021-02-19 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2021-02-19 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-02-18 John Snowqapi/introspect.py: set _gen_tree's default ifcond...
2021-02-18 John Snowqapi/introspect.py: Type _gen_tree variants as Sequence...
2021-02-18 John Snowqapi/introspect.py: Update copyright and authors list
2021-02-18 John Snowqapi/introspect.py: Add docstrings to _gen_tree and...
2021-02-18 John Snowqapi/introspect.py: add type hint annotations
2021-02-18 John Snowqapi/introspect.py: remove _gen_variants helper
2021-02-18 John Snowqapi/introspect.py: improve readability of _tree_to_qlit
2021-02-18 John Snowqapi/introspect.py: improve _tree_to_qlit error message
2021-02-18 John Snowqapi/introspect.py: create a typed 'Annotated' data...
2021-02-18 John Snowqapi/introspect.py: Introduce preliminary tree typing
2021-02-18 John Snowqapi/introspect.py: Always define all 'extra' dict...
2021-02-18 John Snowqapi/introspect.py: replace 'extra' dict with 'comment...
2021-02-18 John Snowqapi/introspect.py: Unify return type of _make_tree()
2021-02-18 John Snowqapi/introspect.py: guard against ifcond/comment misuse
2021-02-18 John Snowqapi/introspect.py: add _gen_features helper
2021-02-18 John Snowqapi/introspect.py: use _make_tree for features nodes
2021-02-18 John Snowqapi/introspect.py: assert schema is not None
2021-02-18 John Snowqapi: Replace List[str] with Sequence[str] for ifcond
next