43 Commits (57c43e52bdf7f97c7555f408bddbc0b95e081844)

Author SHA1 Message Date
Daniel P. Berrangé 2ebb09f34f qapi: expose all schema features to code 2 years ago
Daniel P. Berrangé ba27dccc04 qapi: rename 'special_features' to 'features' 2 years ago
Daniel P. Berrangé d8a22e69fe qapi: cope with feature names containing a '-' 2 years ago
Markus Armbruster 3ff2a5a35c qapi: Rename QAPISchemaObjectType.variants to .branches 2 years ago
John Snow a6c5d159ce qapi: re-establish linting baseline 3 years ago
Michael Tokarev d30b5bc95a scripts/: spelling fixes 3 years ago
Alex Bennée 9deb999305 scripts/qapi: document the tool that generated the file 3 years ago
Markus Armbruster de3b3f529d qapi: Require boxed for conditional command and event arguments 3 years ago
Markus Armbruster 44ea9d9be3 qapi: Start to elide redundant has_FOO in generated C 4 years ago
Vladimir Sementsov-Ogievskiy 4e86df1732 qapi/gen: Add FOO.trace-events output module 5 years ago
Markus Armbruster c67db1ed16 qapi: Tools for sets of special feature flags in generated code 5 years ago
John Snow 2adb988ed4 qapi/gen: use dict.items() to iterate over _modules 5 years ago
Markus Armbruster 1889e57a71 qapi: Simplify QAPISchemaIfCond's interface for generating C 5 years ago
Marc-André Lureau 6cc2e4817f qapi: introduce QAPISchemaIfCond.cgen() 5 years ago
Marc-André Lureau f17539c80d qapi: wrap Sequence[str] in an object 5 years ago
John Snow 2184bca7b1 qapi: Replace List[str] with Sequence[str] for ifcond 6 years ago
John Snow 4a82e468e7 qapi: type 'info' as Optional[QAPISourceInfo] 6 years ago
Markus Armbruster cc0747f6b7 qapi/gen: Drop support for QAPIGen without a file name 6 years ago
Markus Armbruster d921d27c1b qapi/gen: Support switching to another module temporarily 6 years ago
John Snow fd9b160384 qapi/gen: write _genc/_genh access shims 6 years ago
Markus Armbruster 4ab0ff6da0 qapi/gen: Combine ._add_[user|system]_module 6 years ago
John Snow e2bbc4eaa7 qapi: use './builtin' as the built-in module name 6 years ago
John Snow 12893a8ea7 qapi: use explicitly internal module names 6 years ago
Markus Armbruster f3a705928a qapi/gen: Replace ._begin_system_module() 6 years ago
John Snow 98967c248c qapi: centralize is_[user|system|builtin]_module methods 6 years ago
John Snow a253b3eb9a qapi/gen: inline _wrap_ifcond into end_if() 6 years ago
John Snow 9abddb5be4 qapi/gen.py: delint with pylint 6 years ago
John Snow cc6263c44b qapi/gen.py: update write() to be more idiomatic 6 years ago
John Snow 0cbd5b0516 qapi/gen.py: Remove unused parameter 6 years ago
John Snow 17d40c3957 qapi/gen.py: add type hint annotations 6 years ago
John Snow 3ae1c84851 qapi/gen: Make _is_user_module() return bool 6 years ago
John Snow e6a34cd7a4 qapi/common.py: move build_params into gen.py 6 years ago
John Snow 5af8263d40 qapi: Remove wildcard includes 6 years ago
John Snow 7137a96099 qapi: Prefer explicit relative imports 6 years ago
John Snow adcb9b36c9 qapi: modify docstrings to be sphinx-compatible 6 years ago
Peter Maydell a27ff0a249 scripts/qapi: Remove texinfo generation support 6 years ago
Kevin Wolf 2af282ec51 qemu-storage-daemon: Add --monitor option 7 years ago
Markus Armbruster 8ec0e1a4e6 qapi: Brush off some (py)lint 7 years ago
Markus Armbruster 2cae67bcb5 qapi: Use super() now we have Python 3 7 years ago
Markus Armbruster ed39c03e2f qapi: Drop conditionals for Python 2 7 years ago
Markus Armbruster baa310f1bb qapi: Inheriting from object is pointless with Python 3, drop 7 years ago
Markus Armbruster 3bef3aaec9 qapi: Simplify QAPISchemaModularCVisitor 7 years ago
Markus Armbruster e6c42b96b9 qapi: Split up scripts/qapi/common.py 7 years ago