Re: [Qemu-devel] [PATCH 2/3] iotests: Add "wait" functionality to _cleanup_qemu

2015-02-03 Thread Paolo Bonzini
On 02/02/2015 22:40, Max Reitz wrote: > The qemu process does not always need to be killed, just waiting for it > can be fine, too. This introduces a way to do so. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/common.qemu | 12 +++- > 1 file changed, 11 insertions(+), 1 delet

[Qemu-devel] [PATCH 2/3] iotests: Add "wait" functionality to _cleanup_qemu

2015-02-02 Thread Max Reitz
The qemu process does not always need to be killed, just waiting for it can be fine, too. This introduces a way to do so. Signed-off-by: Max Reitz --- tests/qemu-iotests/common.qemu | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tests/qemu-iotests/common.qemu b/