summaryrefslogtreecommitdiffstats
path: root/python/qemu/qtest.py
Commit message (Expand)AuthorAgeFilesLines
* python/qemu: Add mypy type annotationsJohn Snow2020-10-201-11/+15
* python/qemu: make 'args' style arguments immutableJohn Snow2020-10-201-5/+17
* python/machine.py: Don't modify state in _base_args()John Snow2020-10-201-3/+4
* python/qemu: use isort to lay out importsJohn Snow2020-10-201-1/+1
* python/qemu/qtest: Check before accessing _qtestJohn Snow2020-05-311-3/+11
* python/qemu: fix socket.makefile() typingJohn Snow2020-05-311-4/+8
* python/qemu: remove Python2 style super() callsJohn Snow2020-05-311-8/+7Star
* python/qemu: delint and add pylintrcJohn Snow2020-05-311-15/+27
* iotests.py: Store socket files in $SOCK_DIRMax Reitz2019-10-281-3/+6
* Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth2019-09-191-1/+1
* python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow2019-07-021-1/+1
* Introduce a Python module structureCleber Rosa2019-02-221-0/+116