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

2016-08-10 Thread Max Reitz
On 10.08.2016 04:43, 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 tty, pipes, et

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

2016-08-10 Thread Stefan Hajnoczi
On Wed, Aug 10, 2016 at 04:43:12AM +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-devel] [PATCH v9] qemu-img: add the 'dd' subcommand

2016-08-09 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