COMMITS
/ scripts/qapi/gen.py May 26, 2023
A
scripts/qapi: document the tool that generated the file
Alex Bennée committed
March 16, 2023
M
qapi: Require boxed for conditional command and event arguments
Markus Armbruster committed
November 4, 2022
M
qapi: Start to elide redundant has_FOO in generated C
Markus Armbruster committed
January 26, 2022
V
qapi/gen: Add FOO.trace-events output module
Vladimir Sementsov-Ogievskiy committed
October 28, 2021
M
qapi: Tools for sets of special feature flags in generated code
Markus Armbruster committed
September 30, 2021
J
qapi/gen: use dict.items() to iterate over _modules
John Snow committed
August 31, 2021
M
qapi: Simplify QAPISchemaIfCond's interface for generating C
Markus Armbruster committed
August 4, 2021
M
qapi: introduce QAPISchemaIfCond.cgen()
Marc-André Lureau committed
M
qapi: wrap Sequence[str] in an object
Marc-André Lureau committed
February 16, 2021
J
qapi: Replace List[str] with Sequence[str] for ifcond
John Snow committed
February 1, 2021
J
qapi: type 'info' as Optional[QAPISourceInfo]
John Snow committed
M
qapi/gen: Drop support for QAPIGen without a file name
Markus Armbruster committed
M
qapi/gen: Support switching to another module temporarily
Markus Armbruster committed
J
qapi/gen: write _genc/_genh access shims
John Snow committed
M
qapi/gen: Combine ._add_[user|system]_module
Markus Armbruster committed
J
qapi: use './builtin' as the built-in module name
John Snow committed
J
qapi: use explicitly internal module names
John Snow committed
M
qapi/gen: Replace ._begin_system_module()
Markus Armbruster committed
J
qapi: centralize is_[user|system|builtin]_module methods
John Snow committed
J
qapi/gen: inline _wrap_ifcond into end_if()
John Snow committed
October 9, 2020
J
qapi/gen.py: delint with pylint
John Snow committed
J
qapi/gen.py: update write() to be more idiomatic
John Snow committed
J
qapi/gen.py: Remove unused parameter
John Snow committed
J
qapi/gen.py: add type hint annotations
John Snow committed
J
qapi/gen: Make _is_user_module() return bool
John Snow committed
J
qapi/common.py: move build_params into gen.py
John Snow committed
J
qapi: Remove wildcard includes
John Snow committed
J
qapi: Prefer explicit relative imports
John Snow committed
J
qapi: modify docstrings to be sphinx-compatible
John Snow committed
September 25, 2020
P
scripts/qapi: Remove texinfo generation support
Peter Maydell committed
February 24, 2020
K
qemu-storage-daemon: Add --monitor option
Kevin Wolf committed
March 4, 2020
M
qapi: Brush off some (py)lint
Markus Armbruster committed
M
qapi: Use super() now we have Python 3
Markus Armbruster committed
M
qapi: Drop conditionals for Python 2
Markus Armbruster committed
M
qapi: Inheriting from object is pointless with Python 3, drop
Markus Armbruster committed
November 20, 2019
M
qapi: Simplify QAPISchemaModularCVisitor
Markus Armbruster committed
October 18, 2019
M
qapi: Split up scripts/qapi/common.py
Markus Armbruster committed