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

2016-08-09 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 20160809183904.25692-1-fullma...@gmail.com Type: series Subject: [Qemu-devel] [PATCH v7] qemu-img: add the 'dd

[Qemu-devel] [PATCH v7] 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