aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2020-07-27python/qemu: Change ConsoleSocket to optionally drain socket.Robert Foley2-46/+59
2020-07-27python/qemu: Cleanup changes to ConsoleSocketRobert Foley3-32/+34
2020-07-25python/machine: Change default timeout to 30 secondsJohn Snow1-15/+15
2020-07-14python/qmp.py: add QMPProtocolErrorJohn Snow1-0/+10
2020-07-14python/qmp.py: add casts to JSON deserializationJohn Snow1-2/+6
2020-07-14python/qmp.py: Do not return None from cmd_objJohn Snow1-9/+5
2020-07-14python/qmp.py: re-absorb MonitorResponseErrorJohn Snow2-16/+16
2020-07-14python/qmp.py: Define common typesJohn Snow1-0/+18
2020-07-14python/machine.py: change default wait timeout to 3 secondsJohn Snow1-2/+2
2020-07-14python/machine.py: re-add sigkill warning suppressionJohn Snow1-1/+6
2020-07-14python/machine.py: split shutdown into hard and soft flavorsJohn Snow1-15/+83
2020-07-14python/machine.py: Make wait() call shutdown()John Snow1-8/+9
2020-07-14python/machine.py: Add a configurable timeout to shutdown()John Snow1-3/+5
2020-07-14python/machine.py: Prohibit multiple shutdown() callsJohn Snow1-1/+13
2020-07-14python/machine.py: Perform early cleanup for wait() calls, tooJohn Snow1-0/+1
2020-07-14python/machine.py: Add _early_cleanup hookJohn Snow1-6/+12
2020-07-14python/machine.py: Close QMP socket in cleanupJohn Snow1-3/+4
2020-07-14python/machine.py: consolidate _post_shutdown()John Snow1-14/+13
2020-07-11python/qemu: Add ConsoleSocket for optional use in QEMUMachineRobert Foley2-4/+129
2020-05-31python/qemu/qtest: Check before accessing _qtestJohn Snow1-3/+11
2020-05-31python/qemu/qmp: assert sockfile is not NoneJohn Snow1-0/+1
2020-05-31python/qemu/qmp: use True/False for non/blocking modesJohn Snow1-2/+2
2020-05-31python/qemu: Adjust traceback typingJohn Snow2-4/+14
2020-05-31python/qemu: fix socket.makefile() typingJohn Snow2-7/+15
2020-05-31python/qemu: remove Python2 style super() callsJohn Snow2-9/+8
2020-05-31python/qemu: delint; add flake8 configJohn Snow4-9/+19
2020-05-31python/qemu: delint and add pylintrcJohn Snow3-18/+88
2020-05-31python/qemu/machine: remove logging configurationJohn Snow1-3/+0
2020-05-31python/qemu/machine: add kill() methodVladimir Sementsov-Ogievskiy1-3/+9
2020-03-21python/qemu: Kill QEMU process if 'quit' doesn't workKevin Wolf1-0/+1
2020-03-17python/qemu/qmp.py: QMP debug with VM labelOksana Vohchana2-2/+6
2020-02-07python/qemu/machine: Allow to use other serial consoles than defaultPhilippe Mathieu-Daudé1-1/+9
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