aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2020-02-07python: Treat None-return of greeting cmdLukáš Doktor1-1/+1
2020-02-07python/qemu: accel: Fix kvm_available() on ppc64leWainer dos Santos Moschetta1-1/+2
2020-02-07python/qemu: qmp: Remove unnused attributesWainer dos Santos Moschetta1-4/+0
2020-02-07python/qemu: qmp: Make QEMUMonitorProtocol a context managerWainer dos Santos Moschetta1-2/+13
2020-02-07python/qemu: qmp: Make accept()'s timeout configurableWainer dos Santos Moschetta1-2/+9
2020-02-07python/qemu: Delint the qmp moduleWainer dos Santos Moschetta1-10/+41
2020-02-07python/qemu: qmp: Replace socket.error with OSErrorWainer dos Santos Moschetta1-8/+8
2019-12-16python/qemu: Remove unneeded imports in __init__Wainer dos Santos Moschetta1-6/+0
2019-12-16python/qemu: accel: Add tcg_available() methodWainer dos Santos Moschetta1-0/+8
2019-12-16python/qemu: accel: Strengthen kvm_available() checksWainer dos Santos Moschetta1-6/+21
2019-12-16python/qemu: accel: Add list_accel() methodWainer dos Santos Moschetta1-0/+23
2019-12-16python/qemu: Move kvm_available() to its own moduleWainer dos Santos Moschetta2-19/+32
2019-12-16python/qemu: Add set_qmp_monitor() to QEMUMachineWainer dos Santos Moschetta1-25/+45
2019-10-28Python libs: close console sockets before shutting down the VMsCleber Rosa1-4/+7
2019-10-28iotests.py: Store socket files in $SOCK_DIRMax Reitz2-6/+18
2019-09-19Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth1-1/+1
2019-07-19iotests: Add @has_quit to vm.shutdown()Max Reitz1-2/+3
2019-07-01machine.py: minor delintingJohn Snow1-11/+22
2019-07-01python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow3-502/+522
2019-06-14event_match: always match on None valueJohn Snow1-10/+14
2019-06-14QEMUMachine: add events_wait methodJohn Snow1-20/+49
2019-05-02scripts/qemu.py: support adding a console with the default serial deviceCleber Rosa1-33/+17
2019-03-07Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell3-0/+890
2019-02-22scripts/qemu.py: log QEMU launch command lineCleber Rosa1-0/+1
2019-02-22Introduce a Python module structureCleber Rosa3-0/+890