aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2021-09-01python:QEMUMachine: template typing for self returning methodsVladimir Sementsov-Ogievskiy1-3/+7
2021-09-01python/qemu/machine: QEMUMachine: improve qmp() methodVladimir Sementsov-Ogievskiy1-1/+11
2021-09-01python/qemu/machine.py: refactor _qemu_args()Vladimir Sementsov-Ogievskiy1-10/+8
2021-09-01qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito1-3/+6
2021-09-01python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachineEmanuele Giuseppe Esposito1-1/+3
2021-09-01python: Reduce strictness of pylint's duplicate-code checkJohn Snow1-0/+5
2021-09-01python: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito2-4/+8
2021-07-13python: Configure tox to skip missing interpretersWainer dos Santos Moschetta2-1/+5
2021-07-13python/qemu: Add args property to the QEMUMachine classWainer dos Santos Moschetta1-0/+5
2021-07-13Acceptance Tests: distinguish between temp and logs dirCleber Rosa1-3/+14
2021-06-30python: Fix broken ReST docstringsJohn Snow5-6/+8
2021-06-30python: remove auto-generated pyproject.toml fileJohn Snow1-0/+2
2021-06-30python: Update help text on 'make clean', 'make distclean'John Snow1-4/+7
2021-06-30python: Update help text on 'make check', 'make develop'John Snow1-3/+7
2021-06-30python: add 'make check-dev' invocationJohn Snow2-2/+34
2021-06-30python: only check qemu/ subdir with flake8John Snow2-3/+1
2021-06-30python: Fix .PHONY Make specifiersJohn Snow1-2/+8
2021-06-30python: update help text for check-toxJohn Snow1-2/+6
2021-06-30python: rename 'venv-check' target to 'check-pipenv'John Snow2-11/+12
2021-06-30python: Add no-install usage instructionsJohn Snow1-0/+28
2021-06-30python: README.rst touchupsJohn Snow1-8/+9
2021-06-30python: Re-lock pipenv at *oldest* supported versionsJohn Snow2-61/+56
2021-06-30python: Remove global pylint suppressionsJohn Snow3-3/+6
2021-06-30python: expose typing information via PEP 561John Snow4-0/+4
2021-06-30python/qom: Do not use 'err' name at module scopeJohn Snow1-2/+2
2021-06-18python: add qmp-shell entry pointJohn Snow1-0/+1
2021-06-18scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow1-0/+535
2021-06-18python/qmp: return generic type from context managerJohn Snow1-1/+4
2021-06-18python/qmp: add QMPObject type aliasJohn Snow1-0/+3
2021-06-18python/qemu-ga-client: add entry pointJohn Snow2-2/+1
2021-06-18scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow1-0/+325
2021-06-18python/qmp: Correct type of QMPReturnValueJohn Snow1-9/+14
2021-06-18python/qmp: add fuse command to 'qom' toolsJohn Snow2-2/+13
2021-06-18scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow1-0/+206
2021-06-18python: add optional FUSE dependenciesJohn Snow2-1/+14
2021-06-18scripts/qom-fuse: add static type hintsJohn Snow1-0/+8
2021-06-18python: Add 'fh' to known-good variable namesJohn Snow1-3/+4
2021-06-18python/qmp: add qom script entry pointsJohn Snow1-0/+8
2021-06-18python/qmp: Add qom script rewritesJohn Snow2-0/+440
2021-06-18python/qmp: add parse_address classmethodJohn Snow1-0/+26
2021-06-18python/qmp: Fix type of SocketAddrTJohn Snow1-1/+1
2021-06-18python/pipenv: Update Pipfile.lockJohn Snow1-3/+88
2021-06-01python: add tox supportJohn Snow3-2/+29
2021-06-01python: add .gitignoreJohn Snow1-0/+15
2021-06-01python: add Makefile for some common tasksJohn Snow3-0/+55
2021-06-01python: add avocado-framework and testsJohn Snow8-0/+29
2021-06-01python: add devel package requirements to setuptoolsJohn Snow5-9/+27
2021-06-01python/qemu: add qemu package itself to pipenvJohn Snow2-2/+8
2021-06-01python/qemu: add isort to pipenvJohn Snow2-2/+3
2021-06-01python: move .isort.cfg into setup.cfgJohn Snow2-7/+8