Re: [Qemu-devel] [PATCH 2/8] block: bdrv_img_create(): add param_list argument

2012-10-19 Thread Luiz Capitulino
On Fri, 19 Oct 2012 11:13:39 +0200 Kevin Wolf wrote: > Am 18.10.2012 19:18, schrieb Luiz Capitulino: > > On Thu, 18 Oct 2012 10:33:30 -0300 > > Luiz Capitulino wrote: > > > >> On Thu, 18 Oct 2012 13:57:45 +0200 > >> Kevin Wolf wrote: > >> > >>> Am 17.10.2012 21:35, schrieb Luiz Capitulino: > >

Re: [Qemu-devel] [PATCH 2/8] block: bdrv_img_create(): add param_list argument

2012-10-19 Thread Kevin Wolf
Am 18.10.2012 19:18, schrieb Luiz Capitulino: > On Thu, 18 Oct 2012 10:33:30 -0300 > Luiz Capitulino wrote: > >> On Thu, 18 Oct 2012 13:57:45 +0200 >> Kevin Wolf wrote: >> >>> Am 17.10.2012 21:35, schrieb Luiz Capitulino: If set returns a copy of the parameter list used by the block driver

Re: [Qemu-devel] [PATCH 2/8] block: bdrv_img_create(): add param_list argument

2012-10-18 Thread Luiz Capitulino
On Thu, 18 Oct 2012 10:33:30 -0300 Luiz Capitulino wrote: > On Thu, 18 Oct 2012 13:57:45 +0200 > Kevin Wolf wrote: > > > Am 17.10.2012 21:35, schrieb Luiz Capitulino: > > > If set returns a copy of the parameter list used by the block driver > > > to create the new image. > > > > > > Signed-of

Re: [Qemu-devel] [PATCH 2/8] block: bdrv_img_create(): add param_list argument

2012-10-18 Thread Luiz Capitulino
On Thu, 18 Oct 2012 13:57:45 +0200 Kevin Wolf wrote: > Am 17.10.2012 21:35, schrieb Luiz Capitulino: > > If set returns a copy of the parameter list used by the block driver > > to create the new image. > > > > Signed-off-by: Luiz Capitulino > > --- > > block.c| 7 ++- > > block.h|

Re: [Qemu-devel] [PATCH 2/8] block: bdrv_img_create(): add param_list argument

2012-10-18 Thread Kevin Wolf
Am 17.10.2012 21:35, schrieb Luiz Capitulino: > If set returns a copy of the parameter list used by the block driver > to create the new image. > > Signed-off-by: Luiz Capitulino > --- > block.c| 7 ++- > block.h| 3 ++- > blockdev.c | 2 +- > qemu-img.c | 2 +- > 4 files changed, 10

[Qemu-devel] [PATCH 2/8] block: bdrv_img_create(): add param_list argument

2012-10-17 Thread Luiz Capitulino
If set returns a copy of the parameter list used by the block driver to create the new image. Signed-off-by: Luiz Capitulino --- block.c| 7 ++- block.h| 3 ++- blockdev.c | 2 +- qemu-img.c | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/block.c b/block.c ind