aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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
2021-06-18python/pipenv: Update Pipfile.lockJohn Snow
2021-06-01python: add tox supportJohn Snow
2021-06-01python: add .gitignoreJohn Snow
2021-06-01python: add Makefile for some common tasksJohn Snow
2021-06-01python: add avocado-framework and testsJohn Snow
2021-06-01python: add devel package requirements to setuptoolsJohn Snow
2021-06-01python/qemu: add qemu package itself to pipenvJohn Snow
2021-06-01python/qemu: add isort to pipenvJohn Snow
2021-06-01python: move .isort.cfg into setup.cfgJohn Snow
2021-06-01python: add mypy to pipenvJohn Snow
2021-06-01python: move mypy.ini into setup.cfgJohn Snow
2021-06-01python: Add flake8 to pipenvJohn Snow
2021-06-01python: add excluded dirs to flake8 configJohn Snow
2021-06-01python: move flake8 config to setup.cfgJohn Snow
2021-06-01python: add pylint to pipenvJohn Snow
2021-06-01python: move pylintrc into setup.cfgJohn Snow
2021-06-01python: add pylint import exceptionsJohn Snow
2021-06-01python: Add pipenv supportJohn Snow
2021-06-01python: add MANIFEST.inJohn Snow
2021-06-01python: add directory structure README.rst filesJohn Snow
2021-06-01python: add VERSION fileJohn Snow
2021-06-01python: add qemu package installerJohn Snow
2021-06-01python: create qemu packagesJohn Snow
2021-06-01python/machine: Trim line length to below 80 charsJohn Snow
2021-06-01python/machine: disable warning for Popen in _launch()John Snow
2021-06-01python/machine: Disable pylint warning for open() in _pre_launchJohn Snow
2021-06-01python/console_socket: Add a pylint ignoreJohn Snow
2021-06-01python/machine: use subprocess.run instead of subprocess.PopenJohn Snow
2021-06-01python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)John Snow
2021-06-01python/console_socket: avoid one-letter variableJohn Snow
2021-06-01Python: add utility function for retrieving port redirectionCleber Rosa
2021-06-01Python: expose QEMUMachine's temporary directoryCleber Rosa
2021-02-15Python: close the log file kept by QEMUMachine before reading itCleber Rosa
2021-01-02python: add __repr__ to ConsoleSocket to aid debuggingAlex Bennée
2020-12-10treewide: do not use short-form boolean optionsPaolo Bonzini
2020-11-23tests: add prefixes to the bare mkdtemp callsAlex Bennée
2020-10-20python/qemu/qmp.py: Fix settimeout operationJohn Snow
2020-10-20python/qemu/qmp.py: re-raise OSError when encounteredJohn Snow