index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi
Age
Commit message (
Expand
)
Author
2021-02-08
qapi: enable strict-optional checks
John Snow
2021-02-08
qapi: type 'info' as Optional[QAPISourceInfo]
John Snow
2021-02-08
qapi/gen: Drop support for QAPIGen without a file name
Markus Armbruster
2021-02-08
qapi/commands: Simplify command registry generation
Markus Armbruster
2021-02-08
qapi/gen: Support switching to another module temporarily
Markus Armbruster
2021-02-08
qapi/gen: write _genc/_genh access shims
John Snow
2021-02-08
qapi: centralize the built-in module name definition
John Snow
2021-02-08
qapi/gen: Combine ._add_[user|system]_module
Markus Armbruster
2021-02-08
qapi: use './builtin' as the built-in module name
John Snow
2021-02-08
qapi: use explicitly internal module names
John Snow
2021-02-08
qapi/gen: Replace ._begin_system_module()
Markus Armbruster
2021-02-08
qapi: centralize is_[user|system|builtin]_module methods
John Snow
2021-02-08
qapi/gen: inline _wrap_ifcond into end_if()
John Snow
2021-02-08
qapi/main: handle theoretical None-return from re.match()
John Snow
2021-02-08
qapi/events: fix visit_event typing
John Snow
2021-02-08
qapi/commands: assert arg_type is not None
John Snow
2020-10-10
qapi/visit.py: add type hint annotations
John Snow
2020-10-10
qapi/visit.py: remove unused parameters from gen_visit_object
John Snow
2020-10-10
qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
John Snow
2020-10-10
qapi/types.py: remove one-letter variables
John Snow
2020-10-10
qapi/types.py: add type hint annotations
John Snow
2020-10-10
qapi/gen.py: delint with pylint
John Snow
2020-10-10
qapi/gen.py: update write() to be more idiomatic
John Snow
2020-10-10
qapi/gen.py: Remove unused parameter
John Snow
2020-10-10
qapi/gen.py: add type hint annotations
John Snow
2020-10-10
qapi/gen: Make _is_user_module() return bool
John Snow
2020-10-10
qapi/source.py: delint with pylint
John Snow
2020-10-10
qapi/source.py: add type hint annotations
John Snow
2020-10-10
qapi/commands.py: add type hint annotations
John Snow
2020-10-10
qapi/commands.py: Don't re-bind to variable of different type
John Snow
2020-10-10
qapi/events.py: Move comments into docstrings
John Snow
2020-10-10
qapi/events.py: add type hint annotations
John Snow
2020-10-10
qapi: establish mypy type-checking baseline
John Snow
2020-10-10
qapi/common.py: move build_params into gen.py
John Snow
2020-10-10
qapi/common.py: Convert comments into docstrings, and elaborate
John Snow
2020-10-10
qapi/common.py: add type hint annotations
John Snow
2020-10-10
qapi/common.py: check with pylint
John Snow
2020-10-10
qapi/common.py: Replace one-letter 'c' variable
John Snow
2020-10-10
qapi/common.py: delint with pylint
John Snow
2020-10-10
qapi/common.py: Add indent manager
John Snow
2020-10-10
qapi/common.py: Remove python compatibility workaround
John Snow
2020-10-10
qapi: add pylintrc
John Snow
2020-10-10
qapi: delint using flake8
John Snow
2020-10-10
qapi: enforce import order/styling with isort
John Snow
2020-10-10
qapi: Remove wildcard includes
John Snow
2020-10-10
qapi: Prefer explicit relative imports
John Snow
2020-10-10
qapi: move generator entrypoint into package
John Snow
2020-10-10
qapi: modify docstrings to be sphinx-compatible
John Snow
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-09-29
scripts/qapi: Remove texinfo generation support
Peter Maydell
[next]