Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python/qemu: Add mypy type annotations | John Snow | 2020-10-20 | 1 | -11/+15 |
* | python/qemu: make 'args' style arguments immutable | John Snow | 2020-10-20 | 1 | -5/+17 |
* | python/machine.py: Don't modify state in _base_args() | John Snow | 2020-10-20 | 1 | -3/+4 |
* | python/qemu: use isort to lay out imports | John Snow | 2020-10-20 | 1 | -1/+1 |
* | python/qemu/qtest: Check before accessing _qtest | John Snow | 2020-05-31 | 1 | -3/+11 |
* | python/qemu: fix socket.makefile() typing | John Snow | 2020-05-31 | 1 | -4/+8 |
* | python/qemu: remove Python2 style super() calls | John Snow | 2020-05-31 | 1 | -8/+7 |
* | python/qemu: delint and add pylintrc | John Snow | 2020-05-31 | 1 | -15/+27 |
* | iotests.py: Store socket files in $SOCK_DIR | Max Reitz | 2019-10-28 | 1 | -3/+6 |
* | Replace '-machine accel=xyz' with '-accel xyz' | Thomas Huth | 2019-09-19 | 1 | -1/+1 |
* | python/qemu: split QEMUMachine out from underneath __init__.py | John Snow | 2019-07-02 | 1 | -1/+1 |
* | Introduce a Python module structure | Cleber Rosa | 2019-02-22 | 1 | -0/+116 |