Re: [Qemu-devel] [PATCH v2 4/6] qemu-img: add support for -o arg to dd command

2017-02-20 Thread Daniel P. Berrange
On Fri, Feb 03, 2017 at 11:07:13PM +0100, Max Reitz wrote: > On 03.02.2017 13:02, Daniel P. Berrange wrote: > > The -o arg to the convert command allows specification of format/protocol > > options for the newly created image. This adds a -o arg to the dd command > > to get feature parity. > > > >

Re: [Qemu-devel] [PATCH v2 4/6] qemu-img: add support for -o arg to dd command

2017-02-03 Thread Max Reitz
On 03.02.2017 13:02, Daniel P. Berrange wrote: > The -o arg to the convert command allows specification of format/protocol > options for the newly created image. This adds a -o arg to the dd command > to get feature parity. > > Signed-off-by: Daniel P. Berrange > --- > qemu-img-cmds.hx | 2 +- >

[Qemu-devel] [PATCH v2 4/6] qemu-img: add support for -o arg to dd command

2017-02-03 Thread Daniel P. Berrange
The -o arg to the convert command allows specification of format/protocol options for the newly created image. This adds a -o arg to the dd command to get feature parity. Signed-off-by: Daniel P. Berrange --- qemu-img-cmds.hx | 2 +- qemu-img.c | 32 +++- qemu-