Re: [Qemu-devel] [Qemu-block] [PATCH v6] qemu-img: add the 'dd' subcommand

2016-08-08 Thread Stefan Hajnoczi
On Mon, Jul 25, 2016 at 6:58 AM, Reda Sallahi wrote: > This patch adds a basic dd subcommand analogous to dd(1) to qemu-img. Ping? Reda has additional patches on top of this one. It would be good to get this into the block-next branch so his later work can be merged. > For the start, this impl

Re: [Qemu-devel] [Qemu-block] [PATCH v6] qemu-img: add the 'dd' subcommand

2016-07-28 Thread Stefan Hajnoczi
On Mon, Jul 25, 2016 at 6:58 AM, Reda Sallahi wrote: > This patch adds a basic dd subcommand analogous to dd(1) to qemu-img. > > For the start, this implements the bs, if, of and count options and requires > both if and of to be specified (no stdin/stdout if not specified) and doesn't > support tt