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
/
gen.py
Age
Commit message (
Expand
)
Author
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/common.py: move build_params into gen.py
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: modify docstrings to be sphinx-compatible
John Snow
2020-09-29
scripts/qapi: Remove texinfo generation support
Peter Maydell
2020-03-06
qemu-storage-daemon: Add --monitor option
Kevin Wolf
2020-03-05
qapi: Brush off some (py)lint
Markus Armbruster
2020-03-05
qapi: Use super() now we have Python 3
Markus Armbruster
2020-03-05
qapi: Drop conditionals for Python 2
Markus Armbruster
2020-03-05
qapi: Inheriting from object is pointless with Python 3, drop
Markus Armbruster
2020-01-14
qapi: Simplify QAPISchemaModularCVisitor
Markus Armbruster
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster