Age | Commit message (Expand) | Author | Files | Lines |
2021-10-29 | qapi: Extend -compat to set policy for unstable interfaces | Markus Armbruster | 1 | -4/+6 |
2021-08-26 | qapi: wrap Sequence[str] in an object | Marc-André Lureau | 1 | -2/+3 |
2021-03-19 | qapi: Implement deprecated-output=hide for QMP event data | Markus Armbruster | 1 | -3/+6 |
2021-03-19 | qapi: Implement deprecated-output=hide for QMP events | Markus Armbruster | 1 | -1/+11 |
2021-02-18 | qapi: Replace List[str] with Sequence[str] for ifcond | John Snow | 1 | -2/+2 |
2021-02-08 | qapi: type 'info' as Optional[QAPISourceInfo] | John Snow | 1 | -1/+1 |
2021-02-08 | qapi/gen: Combine ._add_[user|system]_module | Markus Armbruster | 1 | -1/+1 |
2021-02-08 | qapi: use explicitly internal module names | John Snow | 1 | -1/+1 |
2021-02-08 | qapi/events: fix visit_event typing | John Snow | 1 | -5/+7 |
2020-10-10 | qapi/events.py: Move comments into docstrings | John Snow | 1 | -1/+5 |
2020-10-10 | qapi/events.py: add type hint annotations | John Snow | 1 | -11/+35 |
2020-10-10 | qapi/common.py: move build_params into gen.py | John Snow | 1 | -7/+2 |
2020-10-10 | qapi: Remove wildcard includes | John Snow | 1 | -1/+6 |
2020-10-10 | qapi: Prefer explicit relative imports | John Snow | 1 | -4/+4 |
2020-03-17 | qapi: Add feature flags to remaining definitions | Markus Armbruster | 1 | -1/+1 |
2020-03-05 | qapi: Use super() now we have Python 3 | Markus Armbruster | 1 | -2/+2 |
2020-01-14 | qapi: Simplify QAPISchemaModularCVisitor | Markus Armbruster | 1 | -1/+1 |
2019-10-22 | qapi: Split up scripts/qapi/common.py | Markus Armbruster | 1 | -0/+2 |
2019-10-22 | qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.py | Markus Armbruster | 1 | -0/+1 |
2019-09-28 | qapi: Plumb info to the QAPISchemaMember | Markus Armbruster | 1 | -1/+1 |
2019-09-24 | qapi: Adjust frontend errors to say enum value, not member | Markus Armbruster | 1 | -1/+1 |
2019-09-24 | qapi: Permit 'boxed' with empty type | Markus Armbruster | 1 | -5/+5 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-02-18 | Revert "qapi-events: add 'if' condition to implicit event enum" | Markus Armbruster | 1 | -1/+3 |
2019-02-18 | qapi: Generate QAPIEvent stuff into separate files | Markus Armbruster | 1 | -11/+21 |
2019-02-18 | qapi: Clean up modular built-in code generation a bit | Markus Armbruster | 1 | -1/+1 |
2019-01-24 | qapi: Eliminate indirection through qmp_event_get_func_emit() | Markus Armbruster | 1 | -10/+14 |
2018-12-13 | qapi-events: add 'if' condition to implicit event enum | Marc-André Lureau | 1 | -1/+1 |
2018-12-13 | qapi: change enum visitor and gen_enum* to take QAPISchemaMember | Marc-André Lureau | 1 | -6/+7 |
2018-08-28 | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu | 1 | -17/+6 |
2018-07-03 | qapi/events: add #if conditions to events | Marc-André Lureau | 1 | -2/+4 |
2018-07-03 | qapi: add 'ifcond' to visitor methods | Marc-André Lureau | 1 | -1/+1 |
2018-06-22 | qapi/events: generate event enum in main module | Marc-André Lureau | 1 | -2/+3 |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 1 | -1/+1 |
2018-03-02 | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster | 1 | -8/+1 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -4/+6 |
2018-03-02 | qapi: Generate separate .h, .c for each module | Markus Armbruster | 1 | -5/+14 |
2018-03-02 | qapi: Make code-generating visitors use QAPIGen more | Markus Armbruster | 1 | -34/+21 |
2018-03-02 | qapi-gen: New common driver for code and doc generators | Markus Armbruster | 1 | -0/+204 |