]> Git Repo - qemu.git/history - scripts/qapi
net: Pad short frames to minimum size before sending from SLiRP/TAP
[qemu.git] / scripts / qapi /
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
2021-02-13 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2021-02-09 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-02-08 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2021-02-08 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert/tags...
2021-02-08 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-02-08 John Snowqapi: enable strict-optional checks
2021-02-08 John Snowqapi: type 'info' as Optional[QAPISourceInfo]
2021-02-08 Markus Armbrusterqapi/gen: Drop support for QAPIGen without a file name
2021-02-08 Markus Armbrusterqapi/commands: Simplify command registry generation
2021-02-08 Markus Armbrusterqapi/gen: Support switching to another module temporarily
2021-02-08 John Snowqapi/gen: write _genc/_genh access shims
2021-02-08 John Snowqapi: centralize the built-in module name definition
2021-02-08 Markus Armbrusterqapi/gen: Combine ._add_[user|system]_module
2021-02-08 John Snowqapi: use './builtin' as the built-in module name
2021-02-08 John Snowqapi: use explicitly internal module names
2021-02-08 Markus Armbrusterqapi/gen: Replace ._begin_system_module()
2021-02-08 John Snowqapi: centralize is_[user|system|builtin]_module methods
2021-02-08 John Snowqapi/gen: inline _wrap_ifcond into end_if()
2021-02-08 John Snowqapi/main: handle theoretical None-return from re.match()
2021-02-08 John Snowqapi/events: fix visit_event typing
2021-02-08 John Snowqapi/commands: assert arg_type is not None
2020-10-12 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-10-10 John Snowqapi/visit.py: add type hint annotations
2020-10-10 John Snowqapi/visit.py: remove unused parameters from gen_visit_...
2020-10-10 John Snowqapi/visit.py: assert tag_member contains a QAPISchemaE...
2020-10-10 John Snowqapi/types.py: remove one-letter variables
2020-10-10 John Snowqapi/types.py: add type hint annotations
2020-10-10 John Snowqapi/gen.py: delint with pylint
2020-10-10 John Snowqapi/gen.py: update write() to be more idiomatic
2020-10-10 John Snowqapi/gen.py: Remove unused parameter
2020-10-10 John Snowqapi/gen.py: add type hint annotations
2020-10-10 John Snowqapi/gen: Make _is_user_module() return bool
2020-10-10 John Snowqapi/source.py: delint with pylint
2020-10-10 John Snowqapi/source.py: add type hint annotations
2020-10-10 John Snowqapi/commands.py: add type hint annotations
2020-10-10 John Snowqapi/commands.py: Don't re-bind to variable of differen...
2020-10-10 John Snowqapi/events.py: Move comments into docstrings
2020-10-10 John Snowqapi/events.py: add type hint annotations
2020-10-10 John Snowqapi: establish mypy type-checking baseline
2020-10-10 John Snowqapi/common.py: move build_params into gen.py
2020-10-10 John Snowqapi/common.py: Convert comments into docstrings, and...
2020-10-10 John Snowqapi/common.py: add type hint annotations
2020-10-10 John Snowqapi/common.py: check with pylint
2020-10-10 John Snowqapi/common.py: Replace one-letter 'c' variable
2020-10-10 John Snowqapi/common.py: delint with pylint
2020-10-10 John Snowqapi/common.py: Add indent manager
2020-10-10 John Snowqapi/common.py: Remove python compatibility workaround
2020-10-10 John Snowqapi: add pylintrc
2020-10-10 John Snowqapi: delint using flake8
2020-10-10 John Snowqapi: enforce import order/styling with isort
2020-10-10 John Snowqapi: Remove wildcard includes
2020-10-10 John Snowqapi: Prefer explicit relative imports
2020-10-10 John Snowqapi: move generator entrypoint into package
2020-10-10 John Snowqapi: modify docstrings to be sphinx-compatible
2020-10-09 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2020-10-09 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-10-09 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-10-09 Kevin Wolfqapi: Add a 'coroutine' flag for commands
2020-10-01 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/micro...
2020-09-30 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2020-09-29 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-09-29 Peter Maydellscripts/qapi: Remove texinfo generation support
2020-09-29 Peter Maydellscripts/qapi/parser.py: improve doc comment indent...
2020-09-29 Peter Maydellscripts/qapi: Move doc-comment whitespace stripping...
2020-09-11 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2020-09-08 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/siriu...
2020-09-08 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-09-07 Peter MaydellMerge remote-tracking branch 'remotes/hdeller/tags...
next
This page took 0.369884 seconds and 7 git commands to generate.