Re: [Qemu-devel] [PATCH 3/5] qemu-iotests: 068: extract _qemu() function

2017-06-28 Thread Kevin Wolf
Am 28.06.2017 um 16:02 hat Eric Blake geschrieben: > On 06/28/2017 07:57 AM, Kevin Wolf wrote: > > Am 27.06.2017 um 13:40 hat Eric Blake geschrieben: > >> On 06/15/2017 11:38 AM, Stefan Hajnoczi wrote: > >>> Avoid duplicating the QEMU command-line. > >>> > >>> Signed-off-by: Stefan Hajnoczi > >>>

Re: [Qemu-devel] [PATCH 3/5] qemu-iotests: 068: extract _qemu() function

2017-06-28 Thread Eric Blake
On 06/28/2017 07:57 AM, Kevin Wolf wrote: > Am 27.06.2017 um 13:40 hat Eric Blake geschrieben: >> On 06/15/2017 11:38 AM, Stefan Hajnoczi wrote: >>> Avoid duplicating the QEMU command-line. >>> >>> Signed-off-by: Stefan Hajnoczi >>> --- >>> tests/qemu-iotests/068 | 13 - >>> 1 file ch

Re: [Qemu-devel] [PATCH 3/5] qemu-iotests: 068: extract _qemu() function

2017-06-28 Thread Kevin Wolf
Am 27.06.2017 um 13:40 hat Eric Blake geschrieben: > On 06/15/2017 11:38 AM, Stefan Hajnoczi wrote: > > Avoid duplicating the QEMU command-line. > > > > Signed-off-by: Stefan Hajnoczi > > --- > > tests/qemu-iotests/068 | 13 - > > 1 file changed, 8 insertions(+), 5 deletions(-) > >

Re: [Qemu-devel] [PATCH 3/5] qemu-iotests: 068: extract _qemu() function

2017-06-28 Thread Eric Blake
On 06/28/2017 07:13 AM, Stefan Hajnoczi wrote: > On Tue, Jun 27, 2017 at 06:40:04AM -0500, Eric Blake wrote: >> On 06/15/2017 11:38 AM, Stefan Hajnoczi wrote: >>> Avoid duplicating the QEMU command-line. >>> >>> Signed-off-by: Stefan Hajnoczi >>> --- >>> tests/qemu-iotests/068 | 13 -

Re: [Qemu-devel] [PATCH 3/5] qemu-iotests: 068: extract _qemu() function

2017-06-28 Thread Stefan Hajnoczi
On Tue, Jun 27, 2017 at 06:40:04AM -0500, Eric Blake wrote: > On 06/15/2017 11:38 AM, Stefan Hajnoczi wrote: > > Avoid duplicating the QEMU command-line. > > > > Signed-off-by: Stefan Hajnoczi > > --- > > tests/qemu-iotests/068 | 13 - > > 1 file changed, 8 insertions(+), 5 deletions

Re: [Qemu-devel] [PATCH 3/5] qemu-iotests: 068: extract _qemu() function

2017-06-27 Thread Eric Blake
On 06/27/2017 06:40 AM, Eric Blake wrote: > On 06/15/2017 11:38 AM, Stefan Hajnoczi wrote: >> Avoid duplicating the QEMU command-line. >> >> Signed-off-by: Stefan Hajnoczi >> --- >> tests/qemu-iotests/068 | 13 - >> 1 file changed, 8 insertions(+), 5 deletions(-) >> > >> +# Give qemu

Re: [Qemu-devel] [PATCH 3/5] qemu-iotests: 068: extract _qemu() function

2017-06-27 Thread Eric Blake
On 06/15/2017 11:38 AM, Stefan Hajnoczi wrote: > Avoid duplicating the QEMU command-line. > > Signed-off-by: Stefan Hajnoczi > --- > tests/qemu-iotests/068 | 13 - > 1 file changed, 8 insertions(+), 5 deletions(-) > > +# Give qemu some time to boot before saving the VM state > +bas

Re: [Qemu-devel] [PATCH 3/5] qemu-iotests: 068: extract _qemu() function

2017-06-19 Thread Kevin Wolf
Am 15.06.2017 um 18:38 hat Stefan Hajnoczi geschrieben: > Avoid duplicating the QEMU command-line. > > Signed-off-by: Stefan Hajnoczi > --- > tests/qemu-iotests/068 | 13 - > 1 file changed, 8 insertions(+), 5 deletions(-) > > diff --git a/tests/qemu-iotests/068 b/tests/qemu-iotests

[Qemu-devel] [PATCH 3/5] qemu-iotests: 068: extract _qemu() function

2017-06-15 Thread Stefan Hajnoczi
Avoid duplicating the QEMU command-line. Signed-off-by: Stefan Hajnoczi --- tests/qemu-iotests/068 | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/tests/qemu-iotests/068 b/tests/qemu-iotests/068 index 9c1687d..653e23c 100755 --- a/tests/qemu-iotests/068 +++ b/te