Show patches with: Submitter = John Snow       |    State = Action Required       |    Archived = No       |   5174 patches
« 1 2 ... 18 19 2051 52 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v4,09/14] qapi/introspect.py: improve _tree_to_qlit error message qapi: static typing conversion, pt2 - - - - --- 2021-02-02 John Snow New
[v4,08/14] qapi/introspect.py: create a typed 'Annotated' data strutcure qapi: static typing conversion, pt2 - - - - --- 2021-02-02 John Snow New
[v4,07/14] qapi/introspect.py: Introduce preliminary tree typing qapi: static typing conversion, pt2 - - - - --- 2021-02-02 John Snow New
[v4,06/14] qapi/introspect.py: replace 'extra' dict with 'comment' argument qapi: static typing conversion, pt2 - - - - --- 2021-02-02 John Snow New
[v4,05/14] qapi/introspect.py: Unify return type of _make_tree() qapi: static typing conversion, pt2 - - - - --- 2021-02-02 John Snow New
[v4,04/14] qapi/introspect.py: guard against ifcond/comment misuse qapi: static typing conversion, pt2 - - - - --- 2021-02-02 John Snow New
[v4,03/14] qapi/introspect.py: add _gen_features helper qapi: static typing conversion, pt2 - - - - --- 2021-02-02 John Snow New
[v4,02/14] qapi/introspect.py: use _make_tree for features nodes qapi: static typing conversion, pt2 - - - - --- 2021-02-02 John Snow New
[v4,01/14] qapi/introspect.py: assert schema is not None qapi: static typing conversion, pt2 - - - - --- 2021-02-02 John Snow New
[v4,16/16] qapi: enable strict-optional checks qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,15/16] qapi: type 'info' as Optional[QAPISourceInfo] qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,14/16] qapi/gen: Drop support for QAPIGen without a file name qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,13/16] qapi/commands: Simplify command registry generation qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,12/16] qapi/gen: Support for switching to another module temporarily qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,11/16] qapi/gen: write _genc/_genh access shims qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,10/16] qapi: centralize the built-in module name definition qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,09/16] qapi/gen: Combine ._add_[user|system]_module qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,08/16] qapi: use './builtin' as the built-in module name qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,07/16] qapi: use explicitly internal module names qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,06/16] qapi/gen: Replace ._begin_system_module() qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,05/16] qapi: centralize is_[user|system|builtin]_module methods qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,04/16] qapi/gen: inline _wrap_ifcond into end_if() qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,03/16] qapi/main: handle theoretical None-return from re.match() qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,02/16] qapi/events: fix visit_event typing qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v4,01/16] qapi/commands: assert arg_type is not None qapi: static typing conversion, pt1.5 - - - - --- 2021-02-01 John Snow New
[v3,17/17] qapi: enable strict-optional checks qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,16/17] qapi: type 'info' as Optional[QAPISourceInfo] qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,15/17] qapi/gen: Drop support for QAPIGen without a file name qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,14/17] qapi/commands: Simplify command registry generation qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,13/17] qapi/gen: Support for switching to another module temporarily qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,12/17] qapi/gen: write _genc/_genh access shims qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,11/17] qapi: centralize the built-in module name definition qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,10/17] qapi/gen: Combine ._add_[user|system]_module qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,09/17] qapi: use './builtin' as the built-in module name qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,08/17] qapi: use explicitly internal module names qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,07/17] qapi/gen: Replace ._begin_system_module() qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,06/17] qapi: centralize is_[user|system|builtin]_module methods qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,05/17] qapi: pass QAPISchemaModule to visit_module instead of str qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,04/17] qapi/gen: inline _wrap_ifcond into end_if() qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,03/17] qapi/main: handle theoretical None-return from re.match() qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,02/17] qapi/events: fix visit_event typing qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v3,01/17] qapi/commands: assert arg_type is not None qapi: static typing conversion, pt1.5 - - - - --- 2021-01-19 John Snow New
[v2,12/12] qapi: enable strict-optional checks qapi: static typing conversion, pt1.5 - - - - --- 2020-12-17 John Snow New
[v2,11/12] qapi/schema: Name the builtin module "" instead of None qapi: static typing conversion, pt1.5 - - - - --- 2020-12-17 John Snow New
[v2,10/12] tests/qapi-schema: Add quotes to module name in test output qapi: static typing conversion, pt1.5 - - - - --- 2020-12-17 John Snow New
[v2,09/12] qapi/gen: move write method to QAPIGenC, make fname a str qapi: static typing conversion, pt1.5 - - - - --- 2020-12-17 John Snow New
[v2,08/12] qapi/gen: write _genc/_genh access shims qapi: static typing conversion, pt1.5 - - - - --- 2020-12-17 John Snow New
[v2,07/12] qapi/schema: make QAPISourceInfo mandatory qapi: static typing conversion, pt1.5 - - - - --- 2020-12-17 John Snow New
[v2,06/12] qapi/source: Add builtin null-object sentinel qapi: static typing conversion, pt1.5 - - - - --- 2020-12-17 John Snow New
[v2,05/12] qapi/gen: use './builtin' for the built-in module name qapi: static typing conversion, pt1.5 - - - - --- 2020-12-17 John Snow New
[v2,04/12] qapi/gen: assert that _start_if is not None in _wrap_ifcond qapi: static typing conversion, pt1.5 - - - - --- 2020-12-17 John Snow New
[v2,03/12] qapi/main: handle theoretical None-return from re.match() qapi: static typing conversion, pt1.5 - - - - --- 2020-12-17 John Snow New
[v2,02/12] qapi/events: fix visit_event typing qapi: static typing conversion, pt1.5 - - - - --- 2020-12-17 John Snow New
[v2,01/12] qapi/commands: assert arg_type is not None qapi: static typing conversion, pt1.5 - - - - --- 2020-12-17 John Snow New
[v3,13/13] qapi/introspect.py: Add docstring to _tree_to_qlit qapi: static typing conversion, pt2 - - 1 - --- 2020-12-17 John Snow New
[v3,12/13] qapi/instrospect.py: add introspect.json dummy types qapi: static typing conversion, pt2 - - - - --- 2020-12-17 John Snow New
[v3,11/13] qapi/introspect.py: add type hint annotations qapi: static typing conversion, pt2 - - - - --- 2020-12-17 John Snow New
[v3,10/13] qapi/introspect.py: improve readability of _tree_to_qlit qapi: static typing conversion, pt2 - - - - --- 2020-12-17 John Snow New
[v3,09/13] qapi/introspect.py: improve _tree_to_qlit error message qapi: static typing conversion, pt2 - - - - --- 2020-12-17 John Snow New
[v3,08/13] qapi/introspect.py: create a typed 'Annotated' data strutcure qapi: static typing conversion, pt2 - - - - --- 2020-12-17 John Snow New
[v3,07/13] qapi/introspect.py: Introduce preliminary tree typing qapi: static typing conversion, pt2 - - - - --- 2020-12-17 John Snow New
[v3,06/13] qapi/introspect.py: replace 'extra' dict with 'comment' argument qapi: static typing conversion, pt2 - - - - --- 2020-12-17 John Snow New
[v3,05/13] qapi/introspect.py: Unify return type of _make_tree() qapi: static typing conversion, pt2 - - - - --- 2020-12-17 John Snow New
[v3,04/13] qapi/introspect.py: guard against ifcond/comment misuse qapi: static typing conversion, pt2 - - - - --- 2020-12-17 John Snow New
[v3,03/13] qapi/introspect.py: add _gen_features helper qapi: static typing conversion, pt2 - - - - --- 2020-12-17 John Snow New
[v3,02/13] qapi/introspect.py: use _make_tree for features nodes qapi: static typing conversion, pt2 - - - - --- 2020-12-17 John Snow New
[v3,01/13] qapi/introspect.py: assert schema is not None qapi: static typing conversion, pt2 - - - - --- 2020-12-17 John Snow New
[12/12] qapi: enable strict-optional checks qapi: static typing conversion, pt1.5 - - - - --- 2020-12-14 John Snow New
[11/12] qapi/schema: Name the builtin module "" instead of None qapi: static typing conversion, pt1.5 - - - - --- 2020-12-14 John Snow New
[10/12] tests/qapi-schema: Add quotes to module name in test output qapi: static typing conversion, pt1.5 - - - - --- 2020-12-14 John Snow New
[09/12] qapi/gen: move write method to QAPIGenC, make fname a str qapi: static typing conversion, pt1.5 - - - - --- 2020-12-14 John Snow New
[08/12] qapi/schema: make QAPISourceInfo mandatory qapi: static typing conversion, pt1.5 - - - - --- 2020-12-14 John Snow New
[07/12] qapi/gen: write _genc/_genh access shims qapi: static typing conversion, pt1.5 - - - - --- 2020-12-14 John Snow New
[06/12] qapi/source: Add builtin null-object sentinel qapi: static typing conversion, pt1.5 - - - - --- 2020-12-14 John Snow New
[05/12] qapi/gen: use './builtin' for the built-in module name qapi: static typing conversion, pt1.5 - - - - --- 2020-12-14 John Snow New
[04/12] qapi/gen: assert that _start_if is not None in _wrap_ifcond qapi: static typing conversion, pt1.5 - - - - --- 2020-12-14 John Snow New
[03/12] qapi/main: handle theoretical None-return from re.match() qapi: static typing conversion, pt1.5 - - - - --- 2020-12-14 John Snow New
[02/12] qapi/events: fix visit_event typing qapi: static typing conversion, pt1.5 - - - - --- 2020-12-14 John Snow New
[01/12] qapi/commands: assert arg_type is not None qapi: static typing conversion, pt1.5 - - - - --- 2020-12-14 John Snow New
[3/3,DO-NOT-MERGE] docs: enable sphinx-autodoc for scripts/qapi qapi: sphinx-autodoc for qapi module - - - - --- 2020-12-14 John Snow New
[2/3,DO-NOT-MERGE] docs/sphinx: change default role to "any" qapi: sphinx-autodoc for qapi module - - - - --- 2020-12-14 John Snow New
[1/3,DO-NOT-MERGE] docs: replace single backtick (`) with double-backtick (``) qapi: sphinx-autodoc for qapi module - - - - --- 2020-12-14 John Snow New
README: Add Documentation blurb README: Add Documentation blurb - - - - --- 2020-11-04 John Snow New
[v2,72/72] scripts/qmp-shell: add redirection shim python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,71/72] python: add qmp-shell entry point python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,70/72] scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,69/72] scripts/qmp-shell: add docstrings python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,68/72] scripts/qmp-shell: make QMPShellError inherit QMPError python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,67/72] scripts/qmp-shell: remove double-underscores python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,66/72] scripts/qmp-shell: convert usage comment to docstring python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,65/72] scripts/qmp-shell: Remove too-broad-exception python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,64/72] scripts/qmp-shell: Fix empty-transaction invocation python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,63/72] scripts/qmp-shell: remove TODO python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,62/72] scripts/qmp-shell: use logging to show warnings python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,61/72] scripts/qmp-shell: Use context manager instead of atexit python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,60/72] python/qmp: return generic type from context manager python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,59/72] scripts/qmp-shell: unprivatize 'pretty' property python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,58/72] scripts/qmp-shell: Accept SocketAddrT instead of string python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,57/72] scripts/qmp-shell: add mypy types python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,56/72] python/qmp: add QMPObject type alias python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
« 1 2 ... 18 19 2051 52 »