Re: [Qemu-devel] [PATCH v3 09/14] qemu-io: Use blk_new_open() in openfile()

2015-02-02 Thread Max Reitz
On 2015-02-02 at 14:34, Kevin Wolf wrote: Am 26.01.2015 um 16:00 hat Max Reitz geschrieben: Signed-off-by: Max Reitz --- qemu-io.c | 31 --- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/qemu-io.c b/qemu-io.c index 91a445a..81f8f64 100644 --- a/q

Re: [Qemu-devel] [PATCH v3 09/14] qemu-io: Use blk_new_open() in openfile()

2015-02-02 Thread Kevin Wolf
Am 26.01.2015 um 16:00 hat Max Reitz geschrieben: > Signed-off-by: Max Reitz > --- > qemu-io.c | 31 --- > 1 file changed, 12 insertions(+), 19 deletions(-) > > diff --git a/qemu-io.c b/qemu-io.c > index 91a445a..81f8f64 100644 > --- a/qemu-io.c > +++ b/qemu-io.c > @@

Re: [Qemu-devel] [PATCH v3 09/14] qemu-io: Use blk_new_open() in openfile()

2015-01-27 Thread Eric Blake
On 01/26/2015 08:00 AM, Max Reitz wrote: > Signed-off-by: Max Reitz > --- > qemu-io.c | 31 --- > 1 file changed, 12 insertions(+), 19 deletions(-) > Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library http:/

[Qemu-devel] [PATCH v3 09/14] qemu-io: Use blk_new_open() in openfile()

2015-01-26 Thread Max Reitz
Signed-off-by: Max Reitz --- qemu-io.c | 31 --- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/qemu-io.c b/qemu-io.c index 91a445a..81f8f64 100644 --- a/qemu-io.c +++ b/qemu-io.c @@ -39,7 +39,6 @@ static ReadLineState *readline_state; static int clos