Re: [Qemu-devel] [PATCH 01/11] qemu-img: introduce qemu_img_handle_error()

2013-04-18 Thread Luiz Capitulino
On Thu, 18 Apr 2013 15:09:27 +0200 Pavel Hrdina wrote: > On 18.4.2013 14:59, Kevin Wolf wrote: > > Am 18.04.2013 um 13:52 hat Pavel Hrdina geschrieben: > >> On 18.4.2013 13:44, Kevin Wolf wrote: > >>> Am 16.04.2013 um 18:05 hat Pavel Hrdina geschrieben: > Later in the patch series we will us

Re: [Qemu-devel] [PATCH 01/11] qemu-img: introduce qemu_img_handle_error()

2013-04-18 Thread Pavel Hrdina
On 18.4.2013 14:59, Kevin Wolf wrote: Am 18.04.2013 um 13:52 hat Pavel Hrdina geschrieben: On 18.4.2013 13:44, Kevin Wolf wrote: Am 16.04.2013 um 18:05 hat Pavel Hrdina geschrieben: Later in the patch series we will use this function few times. This will avoid of duplicating the code. Signed-

Re: [Qemu-devel] [PATCH 01/11] qemu-img: introduce qemu_img_handle_error()

2013-04-18 Thread Kevin Wolf
Am 18.04.2013 um 13:52 hat Pavel Hrdina geschrieben: > On 18.4.2013 13:44, Kevin Wolf wrote: > >Am 16.04.2013 um 18:05 hat Pavel Hrdina geschrieben: > >>Later in the patch series we will use this function few times. > >>This will avoid of duplicating the code. > >> > >>Signed-off-by: Pavel Hrdina

Re: [Qemu-devel] [PATCH 01/11] qemu-img: introduce qemu_img_handle_error()

2013-04-18 Thread Pavel Hrdina
On 18.4.2013 13:44, Kevin Wolf wrote: Am 16.04.2013 um 18:05 hat Pavel Hrdina geschrieben: Later in the patch series we will use this function few times. This will avoid of duplicating the code. Signed-off-by: Pavel Hrdina --- qemu-img.c | 17 +++-- 1 file changed, 11 insertions

Re: [Qemu-devel] [PATCH 01/11] qemu-img: introduce qemu_img_handle_error()

2013-04-18 Thread Kevin Wolf
Am 16.04.2013 um 18:05 hat Pavel Hrdina geschrieben: > Later in the patch series we will use this function few times. > This will avoid of duplicating the code. > > Signed-off-by: Pavel Hrdina > --- > qemu-img.c | 17 +++-- > 1 file changed, 11 insertions(+), 6 deletions(-) > > diff

Re: [Qemu-devel] [PATCH 01/11] qemu-img: introduce qemu_img_handle_error()

2013-04-16 Thread Eric Blake
On 04/16/2013 10:05 AM, Pavel Hrdina wrote: > Later in the patch series we will use this function few times. s/few/a few/ > This will avoid of duplicating the code. s/of// > > Signed-off-by: Pavel Hrdina > --- > qemu-img.c | 17 +++-- > 1 file changed, 11 insertions(+), 6 deletio

[Qemu-devel] [PATCH 01/11] qemu-img: introduce qemu_img_handle_error()

2013-04-16 Thread Pavel Hrdina
Later in the patch series we will use this function few times. This will avoid of duplicating the code. Signed-off-by: Pavel Hrdina --- qemu-img.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 31627b0..dbacdb7 100644 --- a/qe