aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/events.py
AgeCommit message (Expand)Author
2021-03-19qapi: Implement deprecated-output=hide for QMP event dataMarkus Armbruster
2021-03-19qapi: Implement deprecated-output=hide for QMP eventsMarkus Armbruster
2021-02-18qapi: Replace List[str] with Sequence[str] for ifcondJohn Snow
2021-02-08qapi: type 'info' as Optional[QAPISourceInfo]John Snow
2021-02-08qapi/gen: Combine ._add_[user|system]_moduleMarkus Armbruster
2021-02-08qapi: use explicitly internal module namesJohn Snow
2021-02-08qapi/events: fix visit_event typingJohn Snow
2020-10-10qapi/events.py: Move comments into docstringsJohn Snow
2020-10-10qapi/events.py: add type hint annotationsJohn Snow
2020-10-10qapi/common.py: move build_params into gen.pyJohn Snow
2020-10-10qapi: Remove wildcard includesJohn Snow
2020-10-10qapi: Prefer explicit relative importsJohn Snow
2020-03-17qapi: Add feature flags to remaining definitionsMarkus Armbruster
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster
2020-01-14qapi: Simplify QAPISchemaModularCVisitorMarkus Armbruster
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster
2019-10-22qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.pyMarkus Armbruster
2019-09-28qapi: Plumb info to the QAPISchemaMemberMarkus Armbruster
2019-09-24qapi: Adjust frontend errors to say enum value, not memberMarkus Armbruster
2019-09-24qapi: Permit 'boxed' with empty typeMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-02-18Revert "qapi-events: add 'if' condition to implicit event enum"Markus Armbruster
2019-02-18qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster
2019-02-18qapi: Clean up modular built-in code generation a bitMarkus Armbruster
2019-01-24qapi: Eliminate indirection through qmp_event_get_func_emit()Markus Armbruster
2018-12-13qapi-events: add 'if' condition to implicit event enumMarc-André Lureau
2018-12-13qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-07-03qapi/events: add #if conditions to eventsMarc-André Lureau
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau
2018-06-22qapi/events: generate event enum in main moduleMarc-André Lureau
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02qapi: Generate separate .h, .c for each moduleMarkus Armbruster
2018-03-02qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster