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

2016-07-20 Thread Stefan Hajnoczi
On Tue, Jul 19, 2016 at 07:44:11PM +0200, 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 > s

[Qemu-block] [PATCH v4] qemu-img: add the 'dd' subcommand

2016-07-19 Thread Reda Sallahi
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 tty, pipes, etc. The image format must be specified with -O for