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