Re: [Qemu-devel] [PATCH v2 1/9] qemu-io: Allow explicitly specifying format

2014-11-13 Thread Stefan Hajnoczi
On Fri, Nov 07, 2014 at 08:39:17PM +0100, Kevin Wolf wrote: > This adds a -f option to qemu-io which allows to explicitly specify the > block driver to use for the given image. > > Signed-off-by: Kevin Wolf > --- > qemu-io.c | 28 > 1 file changed, 20 insertions(+),

Re: [Qemu-devel] [PATCH v2 1/9] qemu-io: Allow explicitly specifying format

2014-11-10 Thread Eric Blake
On 11/07/2014 12:39 PM, Kevin Wolf wrote: > This adds a -f option to qemu-io which allows to explicitly specify the > block driver to use for the given image. > > Signed-off-by: Kevin Wolf > --- > qemu-io.c | 28 > 1 file changed, 20 insertions(+), 8 deletions(-) >

Re: [Qemu-devel] [PATCH v2 1/9] qemu-io: Allow explicitly specifying format

2014-11-10 Thread Max Reitz
On 2014-11-10 at 15:07, Max Reitz wrote: On 2014-11-07 at 20:39, Kevin Wolf wrote: This adds a -f option to qemu-io which allows to explicitly specify the block driver to use for the given image. Signed-off-by: Kevin Wolf --- qemu-io.c | 28 1 file changed, 20 i

Re: [Qemu-devel] [PATCH v2 1/9] qemu-io: Allow explicitly specifying format

2014-11-10 Thread Max Reitz
On 2014-11-07 at 20:39, Kevin Wolf wrote: This adds a -f option to qemu-io which allows to explicitly specify the block driver to use for the given image. Signed-off-by: Kevin Wolf --- qemu-io.c | 28 1 file changed, 20 insertions(+), 8 deletions(-) I would hav

[Qemu-devel] [PATCH v2 1/9] qemu-io: Allow explicitly specifying format

2014-11-07 Thread Kevin Wolf
This adds a -f option to qemu-io which allows to explicitly specify the block driver to use for the given image. Signed-off-by: Kevin Wolf --- qemu-io.c | 28 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/qemu-io.c b/qemu-io.c index 60f84dd..91a445a