Show patches with: Submitter = John Snow       |    State = Action Required       |    Archived = No       |   5201 patches
« 1 2 ... 19 20 2152 53 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[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
[v2,55/72] scripts/qmp-shell: initialize completer early python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,54/72] scripts/qmp-shell: refactor QMPCompleter python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,53/72] scripts/qmp-shell: Fix "FuzzyJSON" parser python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,52/72] scripts/qmp-shell: move the REPL functionality into QMPShell python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,51/72] scripts/qmp-shell: remove prompt argument from read_exec_command python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,50/72] scripts/qmp-shell: move get_prompt() to prompt property python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,49/72] scripts/qmp-shell: Make verbose a public attribute python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,48/72] scripts/qmp-shell: Add pretty attribute to HMP shell python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,47/72] python/qmp: add parse_address classmethod python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,46/72] python/qmp: Fix type of SocketAddrT python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,45/72] scripts/qmp-shell: use argparse python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,44/72] scripts/qmp-shell: use isinstance() instead of type() python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,43/72] scripts/qmp-shell: remove if-raise-else patterns python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,42/72] scripts/qmp-shell: explicitly chain exception context python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,41/72] scripts/qmp-shell: fix shell history exception handling python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,40/72] scripts/qmp-shell: rename one and two-letter variables python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,39/72] scripts/qmp-shell: make QMPCompleter returns explicit python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,38/72] scripts/qmp-shell: ignore visit_Name name python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,37/72] scripts/qmp-shell: use triple-double-quote docstring style python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,36/72] scripts/qmp-shell: declare verbose in __init__ python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,35/72] scripts/qmp-shell: Use python3-style super() python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,34/72] scripts/qmp-shell: use @classmethod where appropriate python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,33/72] scripts/qmp-shell: remove shadowed variable from _print() python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,32/72] scripts/qmp-shell: fix connect method signature python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,31/72] scripts/qmp-shell: fix exception handling python: move scripts/qmp to python/qemu/qmp - 1 - - --- 2020-11-04 John Snow New
[v2,30/72] scripts/qmp-shell: fix show_banner signature python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,29/72] scripts/qmp-shell: Apply flake8 rules python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,28/72] scripts/qmp-shell: apply isort rules python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,27/72] scripts/qemu-ga-client: Add forwarder stub python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,26/72] python/qemu-ga-client: add entry point python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,25/72] scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,24/72] scripts/qmp/qemu-ga-client: add mypy type hints python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,23/72] python/qmp: Correct type of QMPReturnValue python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,22/72] scripts/qemu-ga-client: apply (most) pylint rules python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,21/72] scripts/qemu-ga-client: add module docstring python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,20/72] scripts/qemu-ga-client: replace deprecated optparse with argparse python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,19/72] scripts/qemu-ga-client: Fix exception handling python: move scripts/qmp to python/qemu/qmp - 1 - - --- 2020-11-04 John Snow New
[v2,18/72] scripts/qemu-ga-client: apply (most) flake8 rules python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,17/72] scripts/qemu-ga-client: apply isort rules python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,16/72] python: add optional fuse dependency python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,15/72] python: add fuse command to 'qom' tools python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,14/72] scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.py python: move scripts/qmp to python/qemu/qmp - - 1 - --- 2020-11-04 John Snow New
[v2,13/72] scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,12/72] scripts/qom-fuse: add static type hints python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,11/72] scripts/qom-fuse: ensure QOMFuse.read always returns bytes python: move scripts/qmp to python/qemu/qmp - - 1 - --- 2020-11-04 John Snow New
[v2,10/72] scripts/qom-fuse: use QOMCommand.qom_list() python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,09/72] scripts/qom-fuse: Convert to QOMCommand python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,08/72] scripts/qom-fuse: Add docstrings python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,07/72] scripts/qom-fuse: Apply pylint rules python: move scripts/qmp to python/qemu/qmp - - 1 - --- 2020-11-04 John Snow New
[v2,06/72] python: Add 'fh' to known-good variable names python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,05/72] scripts/qom-fuse: apply flake8 rules python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[v2,04/72] scripts/qom-fuse: apply isort rules python: move scripts/qmp to python/qemu/qmp - - 1 - --- 2020-11-04 John Snow New
[v2,03/72] scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/ python: move scripts/qmp to python/qemu/qmp - - 1 - --- 2020-11-04 John Snow New
[v2,02/72] python/qmp: add qom script entry points python: move scripts/qmp to python/qemu/qmp - - 1 - --- 2020-11-04 John Snow New
[v2,01/72] python/qmp: Add qom script rewrites python: move scripts/qmp to python/qemu/qmp - - - - --- 2020-11-04 John Snow New
[2/2] MAINTAINERS: Make status spellings consistent MAINTAINERS cleanups - - 1 - --- 2020-10-30 John Snow New
[1/2] MAINTAINERS: Remove Ben Warren MAINTAINERS cleanups - - - - --- 2020-10-30 John Snow New
[5/5] gitlab: add python linters to CI python: add linters to gitlab CI - - - - --- 2020-10-27 John Snow New
[4/5] python: add .gitignore python: add linters to gitlab CI - - - - --- 2020-10-27 John Snow New
[3/5] python: add Makefile for some common tasks python: add linters to gitlab CI - - - - --- 2020-10-27 John Snow New
[2/5] python: add excluded dirs to flake8 config python: add linters to gitlab CI - - 1 - --- 2020-10-27 John Snow New
[1/5] python: add pytest and tests python: add linters to gitlab CI - - 1 - --- 2020-10-27 John Snow New
[PULL,3/3] ide: clear SRST after SRST finishes [PULL,1/3] ide: run diagnostic after SRST - - - 1 --- 2020-10-27 John Snow New
[PULL,2/3] ide: perform SRST as early as possible [PULL,1/3] ide: run diagnostic after SRST - - - 1 --- 2020-10-27 John Snow New
[PULL,1/3] ide: run diagnostic after SRST [PULL,1/3] ide: run diagnostic after SRST - 2 - 2 --- 2020-10-27 John Snow New
[PULL,0/3] Ide patches - - - - --- 2020-10-27 John Snow New
[v2,16/16] qapi/expr.py: Use an expression checker dispatch table qapi: static typing conversion, pt3 - - 2 - --- 2020-10-26 John Snow New
[v2,15/16] qapi/expr.py: move related checks inside check_xxx functions qapi: static typing conversion, pt3 - - 1 - --- 2020-10-26 John Snow New
[v2,14/16] qapi/expr.py: Use tuples instead of lists for static data qapi: static typing conversion, pt3 - - 2 - --- 2020-10-26 John Snow New
[v2,13/16] qapi/expr.py: Modify check_keys to accept any Iterable qapi: static typing conversion, pt3 - - 2 - --- 2020-10-26 John Snow New
[v2,12/16] qapi/expr.py: Add docstrings qapi: static typing conversion, pt3 - - 1 - --- 2020-10-26 John Snow New
[v2,11/16] qapi/expr.py: enable pylint checks qapi: static typing conversion, pt3 - - 2 2 --- 2020-10-26 John Snow New
[v2,10/16] qapi/expr.py: Remove single-letter variable qapi: static typing conversion, pt3 - - 2 - --- 2020-10-26 John Snow New
« 1 2 ... 19 20 2152 53 »