aboutsummaryrefslogtreecommitdiff
path: root/python/qemu/qtest.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-01Python: expose QEMUMachine's temporary directoryCleber Rosa1-3/+3
2020-10-20python/qemu: Add mypy type annotationsJohn Snow1-11/+15
2020-10-20python/qemu: make 'args' style arguments immutableJohn Snow1-5/+17
2020-10-20python/machine.py: Don't modify state in _base_args()John Snow1-3/+4
2020-10-20python/qemu: use isort to lay out importsJohn Snow1-1/+1
2020-05-31python/qemu/qtest: Check before accessing _qtestJohn Snow1-3/+11
2020-05-31python/qemu: fix socket.makefile() typingJohn Snow1-4/+8
2020-05-31python/qemu: remove Python2 style super() callsJohn Snow1-8/+7
2020-05-31python/qemu: delint and add pylintrcJohn Snow1-15/+27
2019-10-28iotests.py: Store socket files in $SOCK_DIRMax Reitz1-3/+6
2019-09-19Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth1-1/+1
2019-07-01python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow1-1/+1
2019-02-22Introduce a Python module structureCleber Rosa1-0/+116