Marc-André Lureau
|
f17539c80d
qapi: wrap Sequence[str] in an object
|
4 years ago |
John Snow
|
2184bca7b1
qapi: Replace List[str] with Sequence[str] for ifcond
|
4 years ago |
John Snow
|
4a82e468e7
qapi: type 'info' as Optional[QAPISourceInfo]
|
4 years ago |
Markus Armbruster
|
cc0747f6b7
qapi/gen: Drop support for QAPIGen without a file name
|
4 years ago |
Markus Armbruster
|
d921d27c1b
qapi/gen: Support switching to another module temporarily
|
4 years ago |
John Snow
|
fd9b160384
qapi/gen: write _genc/_genh access shims
|
4 years ago |
Markus Armbruster
|
4ab0ff6da0
qapi/gen: Combine ._add_[user|system]_module
|
4 years ago |
John Snow
|
e2bbc4eaa7
qapi: use './builtin' as the built-in module name
|
4 years ago |
John Snow
|
12893a8ea7
qapi: use explicitly internal module names
|
4 years ago |
Markus Armbruster
|
f3a705928a
qapi/gen: Replace ._begin_system_module()
|
4 years ago |
John Snow
|
98967c248c
qapi: centralize is_[user|system|builtin]_module methods
|
4 years ago |
John Snow
|
a253b3eb9a
qapi/gen: inline _wrap_ifcond into end_if()
|
4 years ago |
John Snow
|
9abddb5be4
qapi/gen.py: delint with pylint
|
4 years ago |
John Snow
|
cc6263c44b
qapi/gen.py: update write() to be more idiomatic
|
4 years ago |
John Snow
|
0cbd5b0516
qapi/gen.py: Remove unused parameter
|
4 years ago |
John Snow
|
17d40c3957
qapi/gen.py: add type hint annotations
|
4 years ago |
John Snow
|
3ae1c84851
qapi/gen: Make _is_user_module() return bool
|
4 years ago |
John Snow
|
e6a34cd7a4
qapi/common.py: move build_params into gen.py
|
4 years ago |
John Snow
|
5af8263d40
qapi: Remove wildcard includes
|
4 years ago |
John Snow
|
7137a96099
qapi: Prefer explicit relative imports
|
4 years ago |
John Snow
|
adcb9b36c9
qapi: modify docstrings to be sphinx-compatible
|
4 years ago |
Peter Maydell
|
a27ff0a249
scripts/qapi: Remove texinfo generation support
|
4 years ago |
Kevin Wolf
|
2af282ec51
qemu-storage-daemon: Add --monitor option
|
5 years ago |
Markus Armbruster
|
8ec0e1a4e6
qapi: Brush off some (py)lint
|
5 years ago |
Markus Armbruster
|
2cae67bcb5
qapi: Use super() now we have Python 3
|
5 years ago |
Markus Armbruster
|
ed39c03e2f
qapi: Drop conditionals for Python 2
|
5 years ago |
Markus Armbruster
|
baa310f1bb
qapi: Inheriting from object is pointless with Python 3, drop
|
5 years ago |
Markus Armbruster
|
3bef3aaec9
qapi: Simplify QAPISchemaModularCVisitor
|
5 years ago |
Markus Armbruster
|
e6c42b96b9
qapi: Split up scripts/qapi/common.py
|
5 years ago |