qemu-e2k/python/qemu
Max Reitz 4687133b81 iotests: Add @has_quit to vm.shutdown()
If a test has issued a quit command already (which may be useful to do
explicitly because the test wants to show its effects),
QEMUMachine.shutdown() should not do so again.  Otherwise, the VM may
well return an ECONNRESET which will lead QEMUMachine.shutdown() to
killing it, which then turns into a "qemu received signal 9" line.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2019-07-19 13:19:17 +02:00
..
__init__.py python/qemu: split QEMUMachine out from underneath __init__.py 2019-07-01 19:02:10 -03:00
machine.py iotests: Add @has_quit to vm.shutdown() 2019-07-19 13:19:17 +02:00
qmp.py Introduce a Python module structure 2019-02-22 14:07:01 -05:00
qtest.py python/qemu: split QEMUMachine out from underneath __init__.py 2019-07-01 19:02:10 -03:00