Re: [Qemu-devel] [PATCH v4 11/16] qemu-io: Use blk_new_open() in openfile()

2015-02-13 Thread Stefan Hajnoczi
On Thu, Feb 05, 2015 at 01:58:20PM -0500, Max Reitz wrote: > Signed-off-by: Max Reitz > --- > qemu-io.c | 30 -- > 1 file changed, 12 insertions(+), 18 deletions(-) Reviewed-by: Stefan Hajnoczi pgppsGtrhEu6u.pgp Description: PGP signature

Re: [Qemu-devel] [PATCH v4 11/16] qemu-io: Use blk_new_open() in openfile()

2015-02-05 Thread Eric Blake
On 02/05/2015 11:58 AM, Max Reitz wrote: > Signed-off-by: Max Reitz > --- > qemu-io.c | 30 -- > 1 file changed, 12 insertions(+), 18 deletions(-) > Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library http://

[Qemu-devel] [PATCH v4 11/16] qemu-io: Use blk_new_open() in openfile()

2015-02-05 Thread Max Reitz
Signed-off-by: Max Reitz --- qemu-io.c | 30 -- 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/qemu-io.c b/qemu-io.c index 91a445a..fa072df 100644 --- a/qemu-io.c +++ b/qemu-io.c @@ -51,34 +51,29 @@ static const cmdinfo_t close_cmd = { .oneline