Re: [Qemu-devel] [PATCH 2/3] qemu-iotests: Allow starting new qemu after cleanup

2017-06-09 Thread Eric Blake
On 06/09/2017 06:50 AM, Kevin Wolf wrote: > After _cleanup_qemu(), test cases should be able to start the next qemu > process and call _cleanup_qemu() for that one as well. For this to work > cleanly, we need to improve the cleanup so that the second invocation > doesn't try to kill the qemu instan

[Qemu-devel] [PATCH 2/3] qemu-iotests: Allow starting new qemu after cleanup

2017-06-09 Thread Kevin Wolf
After _cleanup_qemu(), test cases should be able to start the next qemu process and call _cleanup_qemu() for that one as well. For this to work cleanly, we need to improve the cleanup so that the second invocation doesn't try to kill the qemu instances from the first invocation a second time (which