aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2020-03-21python/qemu: Kill QEMU process if 'quit' doesn't workKevin Wolf
2020-03-17python/qemu/qmp.py: QMP debug with VM labelOksana Vohchana
2020-02-07python/qemu/machine: Allow to use other serial consoles than defaultPhilippe Mathieu-Daudé
2020-02-07python: Treat None-return of greeting cmdLukáš Doktor
2020-02-07python/qemu: accel: Fix kvm_available() on ppc64leWainer dos Santos Moschetta
2020-02-07python/qemu: qmp: Remove unnused attributesWainer dos Santos Moschetta
2020-02-07python/qemu: qmp: Make QEMUMonitorProtocol a context managerWainer dos Santos Moschetta
2020-02-07python/qemu: qmp: Make accept()'s timeout configurableWainer dos Santos Moschetta
2020-02-07python/qemu: Delint the qmp moduleWainer dos Santos Moschetta
2020-02-07python/qemu: qmp: Replace socket.error with OSErrorWainer dos Santos Moschetta
2019-12-16python/qemu: Remove unneeded imports in __init__Wainer dos Santos Moschetta
2019-12-16python/qemu: accel: Add tcg_available() methodWainer dos Santos Moschetta
2019-12-16python/qemu: accel: Strengthen kvm_available() checksWainer dos Santos Moschetta
2019-12-16python/qemu: accel: Add list_accel() methodWainer dos Santos Moschetta
2019-12-16python/qemu: Move kvm_available() to its own moduleWainer dos Santos Moschetta
2019-12-16python/qemu: Add set_qmp_monitor() to QEMUMachineWainer dos Santos Moschetta
2019-10-28Python libs: close console sockets before shutting down the VMsCleber Rosa
2019-10-28iotests.py: Store socket files in $SOCK_DIRMax Reitz
2019-09-19Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth
2019-07-19iotests: Add @has_quit to vm.shutdown()Max Reitz
2019-07-01machine.py: minor delintingJohn Snow
2019-07-01python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow
2019-06-14event_match: always match on None valueJohn Snow
2019-06-14QEMUMachine: add events_wait methodJohn Snow
2019-05-02scripts/qemu.py: support adding a console with the default serial deviceCleber Rosa
2019-03-07Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell
2019-02-22scripts/qemu.py: log QEMU launch command lineCleber Rosa
2019-02-22Introduce a Python module structureCleber Rosa