Age | Commit message (Expand) | Author |
2021-06-18 | python: add qmp-shell entry point | John Snow |
2021-06-18 | scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py | John Snow |
2021-06-18 | python/qmp: return generic type from context manager | John Snow |
2021-06-18 | python/qmp: add QMPObject type alias | John Snow |
2021-06-18 | python/qemu-ga-client: add entry point | John Snow |
2021-06-18 | scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py | John Snow |
2021-06-18 | python/qmp: Correct type of QMPReturnValue | John Snow |
2021-06-18 | python/qmp: add fuse command to 'qom' tools | John Snow |
2021-06-18 | scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py | John Snow |
2021-06-18 | python: add optional FUSE dependencies | John Snow |
2021-06-18 | scripts/qom-fuse: add static type hints | John Snow |
2021-06-18 | python: Add 'fh' to known-good variable names | John Snow |
2021-06-18 | python/qmp: add qom script entry points | John Snow |
2021-06-18 | python/qmp: Add qom script rewrites | John Snow |
2021-06-18 | python/qmp: add parse_address classmethod | John Snow |
2021-06-18 | python/qmp: Fix type of SocketAddrT | John Snow |
2021-06-18 | python/pipenv: Update Pipfile.lock | John Snow |
2021-06-01 | python: add tox support | John Snow |
2021-06-01 | python: add .gitignore | John Snow |
2021-06-01 | python: add Makefile for some common tasks | John Snow |
2021-06-01 | python: add avocado-framework and tests | John Snow |
2021-06-01 | python: add devel package requirements to setuptools | John Snow |
2021-06-01 | python/qemu: add qemu package itself to pipenv | John Snow |
2021-06-01 | python/qemu: add isort to pipenv | John Snow |
2021-06-01 | python: move .isort.cfg into setup.cfg | John Snow |
2021-06-01 | python: add mypy to pipenv | John Snow |
2021-06-01 | python: move mypy.ini into setup.cfg | John Snow |
2021-06-01 | python: Add flake8 to pipenv | John Snow |
2021-06-01 | python: add excluded dirs to flake8 config | John Snow |
2021-06-01 | python: move flake8 config to setup.cfg | John Snow |
2021-06-01 | python: add pylint to pipenv | John Snow |
2021-06-01 | python: move pylintrc into setup.cfg | John Snow |
2021-06-01 | python: add pylint import exceptions | John Snow |
2021-06-01 | python: Add pipenv support | John Snow |
2021-06-01 | python: add MANIFEST.in | John Snow |
2021-06-01 | python: add directory structure README.rst files | John Snow |
2021-06-01 | python: add VERSION file | John Snow |
2021-06-01 | python: add qemu package installer | John Snow |
2021-06-01 | python: create qemu packages | John Snow |
2021-06-01 | python/machine: Trim line length to below 80 chars | John Snow |
2021-06-01 | python/machine: disable warning for Popen in _launch() | John Snow |
2021-06-01 | python/machine: Disable pylint warning for open() in _pre_launch | John Snow |
2021-06-01 | python/console_socket: Add a pylint ignore | John Snow |
2021-06-01 | python/machine: use subprocess.run instead of subprocess.Popen | John Snow |
2021-06-01 | python/machine: use subprocess.DEVNULL instead of open(os.path.devnull) | John Snow |
2021-06-01 | python/console_socket: avoid one-letter variable | John Snow |
2021-06-01 | Python: add utility function for retrieving port redirection | Cleber Rosa |
2021-06-01 | Python: expose QEMUMachine's temporary directory | Cleber Rosa |
2021-02-15 | Python: close the log file kept by QEMUMachine before reading it | Cleber Rosa |
2021-01-02 | python: add __repr__ to ConsoleSocket to aid debugging | Alex Bennée |