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

2015-02-09 Thread Stefan Hajnoczi
On Mon, Feb 09, 2015 at 10:37:22AM -0500, Max Reitz wrote: > On 2015-02-09 at 10:01, Stefan Hajnoczi wrote: > >On Fri, Feb 06, 2015 at 04:06:17PM -0500, Max Reitz wrote: > >>diff --git a/tests/qemu-iotests/common.qemu b/tests/qemu-iotests/common.qemu > >>index 8e618b5..4e1996c 100644 > >>--- a/test

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

2015-02-09 Thread Max Reitz
On 2015-02-09 at 10:01, Stefan Hajnoczi wrote: On Fri, Feb 06, 2015 at 04:06:17PM -0500, Max Reitz wrote: diff --git a/tests/qemu-iotests/common.qemu b/tests/qemu-iotests/common.qemu index 8e618b5..4e1996c 100644 --- a/tests/qemu-iotests/common.qemu +++ b/tests/qemu-iotests/common.qemu @@ -187,1

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

2015-02-09 Thread Stefan Hajnoczi
On Fri, Feb 06, 2015 at 04:06:17PM -0500, Max Reitz wrote: > diff --git a/tests/qemu-iotests/common.qemu b/tests/qemu-iotests/common.qemu > index 8e618b5..4e1996c 100644 > --- a/tests/qemu-iotests/common.qemu > +++ b/tests/qemu-iotests/common.qemu > @@ -187,13 +187,23 @@ function _launch_qemu() >

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

2015-02-06 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 Reviewed-by: Paolo Bonzini --- tests/qemu-iotests/common.qemu | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tests