Age | Commit message (Expand) | Author | Files | Lines |
2023-10-19 | qapi: re-establish linting baseline | John Snow | 1 | -1/+1 |
2023-09-08 | scripts/: spelling fixes | Michael Tokarev | 1 | -1/+1 |
2023-06-01 | scripts/qapi: document the tool that generated the file | Alex Bennée | 1 | -2/+7 |
2023-04-24 | qapi: Require boxed for conditional command and event arguments | Markus Armbruster | 1 | -0/+1 |
2022-12-13 | qapi: Start to elide redundant has_FOO in generated C | Markus Armbruster | 1 | -1/+1 |
2022-01-27 | qapi/gen: Add FOO.trace-events output module | Vladimir Sementsov-Ogievskiy | 1 | -4/+27 |
2021-10-29 | qapi: Tools for sets of special feature flags in generated code | Markus Armbruster | 1 | -0/+8 |
2021-10-02 | qapi/gen: use dict.items() to iterate over _modules | John Snow | 1 | -2/+1 |
2021-09-03 | qapi: Simplify QAPISchemaIfCond's interface for generating C | Markus Armbruster | 1 | -4/+2 |
2021-08-26 | qapi: introduce QAPISchemaIfCond.cgen() | Marc-André Lureau | 1 | -2/+2 |
2021-08-26 | qapi: wrap Sequence[str] in an object | Marc-André Lureau | 1 | -7/+7 |
2021-02-18 | qapi: Replace List[str] with Sequence[str] for ifcond | John Snow | 1 | -6/+6 |
2021-02-08 | qapi: type 'info' as Optional[QAPISourceInfo] | John Snow | 1 | -1/+1 |
2021-02-08 | qapi/gen: Drop support for QAPIGen without a file name | Markus Armbruster | 1 | -2/+2 |
2021-02-08 | qapi/gen: Support switching to another module temporarily | Markus Armbruster | 1 | -0/+7 |
2021-02-08 | qapi/gen: write _genc/_genh access shims | John Snow | 1 | -5/+13 |
2021-02-08 | qapi/gen: Combine ._add_[user|system]_module | Markus Armbruster | 1 | -12/+5 |
2021-02-08 | qapi: use './builtin' as the built-in module name | John Snow | 1 | -9/+9 |
2021-02-08 | qapi: use explicitly internal module names | John Snow | 1 | -1/+2 |
2021-02-08 | qapi/gen: Replace ._begin_system_module() | Markus Armbruster | 1 | -4/+5 |
2021-02-08 | qapi: centralize is_[user|system|builtin]_module methods | John Snow | 1 | -14/+11 |
2021-02-08 | qapi/gen: inline _wrap_ifcond into end_if() | John Snow | 1 | -5/+2 |
2020-10-10 | qapi/gen.py: delint with pylint | John Snow | 1 | -0/+2 |
2020-10-10 | qapi/gen.py: update write() to be more idiomatic | John Snow | 1 | -14/+11 |
2020-10-10 | qapi/gen.py: Remove unused parameter | John Snow | 1 | -2/+2 |
2020-10-10 | qapi/gen.py: add type hint annotations | John Snow | 1 | -47/+57 |
2020-10-10 | qapi/gen: Make _is_user_module() return bool | John Snow | 1 | -1/+1 |
2020-10-10 | qapi/common.py: move build_params into gen.py | John Snow | 1 | -2/+27 |
2020-10-10 | qapi: Remove wildcard includes | John Snow | 1 | -3/+9 |
2020-10-10 | qapi: Prefer explicit relative imports | John Snow | 1 | -2/+2 |
2020-10-10 | qapi: modify docstrings to be sphinx-compatible | John Snow | 1 | -2/+4 |
2020-09-29 | scripts/qapi: Remove texinfo generation support | Peter Maydell | 1 | -7/+0 |
2020-03-06 | qemu-storage-daemon: Add --monitor option | Kevin Wolf | 1 | -0/+5 |
2020-03-05 | qapi: Brush off some (py)lint | Markus Armbruster | 1 | -3/+6 |
2020-03-05 | qapi: Use super() now we have Python 3 | Markus Armbruster | 1 | -5/+5 |
2020-03-05 | qapi: Drop conditionals for Python 2 | Markus Armbruster | 1 | -5/+1 |
2020-03-05 | qapi: Inheriting from object is pointless with Python 3, drop | Markus Armbruster | 1 | -1/+1 |
2020-01-14 | qapi: Simplify QAPISchemaModularCVisitor | Markus Armbruster | 1 | -14/+14 |
2019-10-22 | qapi: Split up scripts/qapi/common.py | Markus Armbruster | 1 | -0/+291 |