summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2021-09-27python/aqmp: Add logging utility helpersJohn Snow
2021-09-27python/aqmp: add runstate state machine to AsyncProtocolJohn Snow
2021-09-27python/aqmp: add generic async message-based protocol supportJohn Snow
2021-09-27python/aqmp: add asyncio compatibility wrappersJohn Snow
2021-09-27python/pylint: Add exception for TypeVar names ('T')John Snow
2021-09-27python/aqmp: add error classesJohn Snow
2021-09-27python/aqmp: add asynchronous QMP (AQMP) subpackageJohn Snow
2021-09-16python: pylint 2.11 supportJohn Snow
2021-09-16python: Update for pylint 2.10John Snow
2021-09-01python:QEMUMachine: template typing for self returning methodsVladimir Sementsov-Ogievskiy
2021-09-01python/qemu/machine: QEMUMachine: improve qmp() methodVladimir Sementsov-Ogievskiy
2021-09-01python/qemu/machine.py: refactor _qemu_args()Vladimir Sementsov-Ogievskiy
2021-09-01qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito
2021-09-01python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachineEmanuele Giuseppe Esposito
2021-09-01python: Reduce strictness of pylint's duplicate-code checkJohn Snow
2021-09-01python: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito
2021-07-13python: Configure tox to skip missing interpretersWainer dos Santos Moschetta
2021-07-13python/qemu: Add args property to the QEMUMachine classWainer dos Santos Moschetta
2021-07-13Acceptance Tests: distinguish between temp and logs dirCleber Rosa
2021-06-30python: Fix broken ReST docstringsJohn Snow
2021-06-30python: remove auto-generated pyproject.toml fileJohn Snow
2021-06-30python: Update help text on 'make clean', 'make distclean'John Snow
2021-06-30python: Update help text on 'make check', 'make develop'John Snow
2021-06-30python: add 'make check-dev' invocationJohn Snow
2021-06-30python: only check qemu/ subdir with flake8John Snow
2021-06-30python: Fix .PHONY Make specifiersJohn Snow
2021-06-30python: update help text for check-toxJohn Snow
2021-06-30python: rename 'venv-check' target to 'check-pipenv'John Snow
2021-06-30python: Add no-install usage instructionsJohn Snow
2021-06-30python: README.rst touchupsJohn Snow
2021-06-30python: Re-lock pipenv at *oldest* supported versionsJohn Snow
2021-06-30python: Remove global pylint suppressionsJohn Snow
2021-06-30python: expose typing information via PEP 561John Snow
2021-06-30python/qom: Do not use 'err' name at module scopeJohn Snow
2021-06-18python: add qmp-shell entry pointJohn Snow
2021-06-18scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow
2021-06-18python/qmp: return generic type from context managerJohn Snow
2021-06-18python/qmp: add QMPObject type aliasJohn Snow
2021-06-18python/qemu-ga-client: add entry pointJohn Snow
2021-06-18scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow
2021-06-18python/qmp: Correct type of QMPReturnValueJohn Snow
2021-06-18python/qmp: add fuse command to 'qom' toolsJohn Snow
2021-06-18scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow
2021-06-18python: add optional FUSE dependenciesJohn Snow
2021-06-18scripts/qom-fuse: add static type hintsJohn Snow
2021-06-18python: Add 'fh' to known-good variable namesJohn Snow
2021-06-18python/qmp: add qom script entry pointsJohn Snow
2021-06-18python/qmp: Add qom script rewritesJohn Snow
2021-06-18python/qmp: add parse_address classmethodJohn Snow
2021-06-18python/qmp: Fix type of SocketAddrTJohn Snow