aboutsummaryrefslogtreecommitdiff
path: root/python/qemu/machine.py
AgeCommit message (Expand)AuthorFilesLines
2020-07-27python/qemu: Change ConsoleSocket to optionally drain socket.Robert Foley1-9/+4
2020-07-27python/qemu: Cleanup changes to ConsoleSocketRobert Foley1-3/+4
2020-07-25python/machine: Change default timeout to 30 secondsJohn Snow1-15/+15
2020-07-14python/qmp.py: re-absorb MonitorResponseErrorJohn Snow1-14/+1
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 Foley1-4/+19
2020-05-31python/qemu: Adjust traceback typingJohn Snow1-2/+6
2020-05-31python/qemu: remove Python2 style super() callsJohn Snow1-1/+1
2020-05-31python/qemu: delint; add flake8 configJohn Snow1-4/+9
2020-05-31python/qemu: delint and add pylintrcJohn Snow1-3/+3
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 Vohchana1-1/+2
2020-02-07python/qemu/machine: Allow to use other serial consoles than defaultPhilippe Mathieu-Daudé1-1/+9
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 Reitz1-3/+12
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 Snow1-0/+520