Show patches with: Submitter = John Snow       |   4000 patches
« 1 2 3 439 40 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,23/23] qapi/schema: remove unnecessary asserts qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,22/23] qapi/schema: turn on mypy strictness qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,21/23] qapi/schema: add type hints qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,20/23] qapi/parser.py: assert member.info is present in connect_member qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,19/23] qapi/parser: demote QAPIExpression to Dict[str, Any] qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,18/23] qapi/schema: assert inner type of QAPISchemaVariants in check_clash() qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,17/23] qapi/schema: fix typing for QAPISchemaVariants.tag_member qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,16/23] qapi/schema: Don't initialize "members" with `None` qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,15/23] qapi/schema: add _check_complete flag qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,14/23] qapi/schema: assert info is present when necessary qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,13/23] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,12/23] qapi: use schema.resolve_type instead of schema.lookup_type qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,11/23] qapi/schema: assert resolve_type has 'info' and 'what' args on error qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,10/23] qapi/schema: add type narrowing to lookup_type() qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,09/23] qapi/schema: adjust type narrowing for mypy's benefit qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,08/23] qapi/schema: make c_type() and json_type() abstract methods qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,07/23] qapi/schema: declare type for QAPISchemaArrayType.element_type qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,06/23] qapi/schema: declare type for QAPISchemaObjectTypeMember.type qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,05/23] qapi: create QAPISchemaDefinition qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,04/23] qapi/schema: add pylint suppressions qapi: statically type schema.py - 1 - --- 2024-03-13 John Snow New
[v4,03/23] qapi: sort pylint suppressions qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,02/23] qapi/parser: shush up pylint qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v4,01/23] qapi/parser: fix typo - self.returns.info => self.errors.info qapi: statically type schema.py - - - --- 2024-03-13 John Snow New
[v3,20/20] qapi/schema: remove unnecessary asserts qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,19/20] qapi/schema: turn on mypy strictness qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,18/20] qapi/schema: add type hints qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,17/20] qapi/parser: demote QAPIExpression to Dict[str, Any] qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,16/20] qapi/schema: assert inner type of QAPISchemaVariants in check_clash() qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,15/20] qapi/schema: fix typing for QAPISchemaVariants.tag_member qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,14/20] qapi/schema: Don't initialize "members" with `None` qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,13/20] qapi/schema: split "checked" field into "checking" and "checked" qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,12/20] qapi/schema: assert info is present when necessary qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,11/20] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,10/20] qapi: use schema.resolve_type instead of schema.lookup_type qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,09/20] qapi/schema: assert resolve_type has 'info' and 'what' args on error qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,08/20] qapi/schema: add type narrowing to lookup_type() qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,07/20] qapi/schema: adjust type narrowing for mypy's benefit qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,06/20] qapi/schema: make c_type() and json_type() abstract methods qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,05/20] qapi/schema: declare type for QAPISchemaArrayType.element_type qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,04/20] qapi/schema: declare type for QAPISchemaObjectTypeMember.type qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,03/20] qapi: create QAPISchemaDefinition qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v3,02/20] qapi/schema: add pylint suppressions qapi: statically type schema.py - 1 - --- 2024-02-01 John Snow New
[v3,01/20] qapi: sort pylint suppressions qapi: statically type schema.py - - - --- 2024-02-01 John Snow New
[v2,19/19] qapi/schema: remove unnecessary asserts qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,18/19] qapi/schema: turn on mypy strictness qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,17/19] qapi/schema: add type hints qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,16/19] qapi/parser: demote QAPIExpression to Dict[str, Any] qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,15/19] qapi/schema: assert inner type of QAPISchemaVariants in check_clash() qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,14/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,13/19] qapi/schema: split "checked" field into "checking" and "checked" qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,12/19] qapi/schema: assert info is present when necessary qapi: statically type schema.py - 1 - --- 2024-01-12 John Snow New
[v2,11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,10/19] qapi: use schema.resolve_type instead of schema.lookup_type qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,09/19] qapi/schema: allow resolve_type to be used for built-in types qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,08/19] qapi/schema: add type narrowing to lookup_type() qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,07/19] qapi/schema: adjust type narrowing for mypy's benefit qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,06/19] qapi/schema: make c_type() and json_type() abstract methods qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,05/19] qapi/schema: declare type for QAPISchemaArrayType.element_type qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,04/19] qapi/schema: declare type for QAPISchemaObjectTypeMember.type qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,03/19] qapi: create QAPISchemaDefinition qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[v2,02/19] qapi/schema: add pylint suppressions qapi: statically type schema.py - 1 - --- 2024-01-12 John Snow New
[v2,01/19] qapi: sort pylint suppressions qapi: statically type schema.py - - - --- 2024-01-12 John Snow New
[19/19] qapi/schema: refactor entity lookup helpers qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[18/19] qapi/schema: remove unnecessary asserts qapi: statically type schema.py - 1 - --- 2023-11-16 John Snow New
[17/19] qapi/schema: turn on mypy strictness qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[16/19] qapi/schema: add type hints qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[15/19] qapi/parser: demote QAPIExpression to Dict[str, Any] qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[14/19] qapi/schema: assert QAPISchemaVariants are QAPISchemaObjectType qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[13/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[12/19] qapi/schema: split "checked" field into "checking" and "checked" qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[10/19] qapi/schema: make QAPISchemaArrayType.element_type non-Optional qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[09/19] qapi/schema: assert info is present when necessary qapi: statically type schema.py - 1 - --- 2023-11-16 John Snow New
[08/19] qapi/schema: add static typing and assertions to lookup_type() qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[07/19] qapi/introspect: assert schema.lookup_type did not fail qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[06/19] qapi/schema: adjust type narrowing for mypy's benefit qapi: statically type schema.py - 1 - --- 2023-11-16 John Snow New
[05/19] qapi/schema: make c_type() and json_type() abstract methods qapi: statically type schema.py - 1 - --- 2023-11-16 John Snow New
[04/19] qapi/schema: declare type for QAPISchemaObjectTypeMember.type qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[03/19] qapi/schema: name QAPISchemaInclude entities qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[02/19] qapi/schema: add pylint suppressions qapi: statically type schema.py - 1 - --- 2023-11-16 John Snow New
[01/19] qapi/schema: fix QAPISchemaEntity.__repr__() qapi: statically type schema.py - - - --- 2023-11-16 John Snow New
[PULL,25/25] python: use vm.cmd() instead of vm.qmp() where appropriate [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,24/25] scripts: add python_qmp_updater.py [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,23/25] tests/vm/basevm.py: use cmd() instead of qmp() [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,22/25] iotests.py: pause_job(): drop return value [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,21/25] iotests: drop some extra ** in qmp() call [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,20/25] iotests: drop some extra semicolons [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,19/25] iotests: refactor some common qmp result checks into generic pattern [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,18/25] iotests: add some missed checks of qmp result [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,17/25] iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine. [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,16/25] python/machine.py: upgrade vm.cmd() method [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,15/25] python/qemu: rename command() to cmd() [PULL,01/25] python/machine: move socket setup out of _base_args property - 4 - --- 2023-10-13 John Snow New
[PULL,14/25] python: rename QEMUMonitorProtocol.cmd() to cmd_raw() [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,13/25] scripts/cpu-x86-uarch-abi.py: use .command() instead of .cmd() [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,12/25] qmp_shell.py: _fill_completion() use .command() instead of .cmd() [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,11/25] python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,10/25] Python: Enable python3.12 support [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,09/25] configure: fix error message to say Python 3.8 [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,08/25] python/qmp: remove Server.wait_closed() call for Python 3.12 [PULL,01/25] python/machine: move socket setup out of _base_args property - 1 - --- 2023-10-13 John Snow New
[PULL,07/25] Python/iotests: Add type hint for nbd module [PULL,01/25] python/machine: move socket setup out of _base_args property - 2 - --- 2023-10-13 John Snow New
« 1 2 3 439 40 »