From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSJaM-0001gK-VA for qemu-devel@nongnu.org; Wed, 27 Jul 2016 03:48:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSJaL-0001e4-R0 for qemu-devel@nongnu.org; Wed, 27 Jul 2016 03:48:58 -0400 Date: Wed, 27 Jul 2016 15:48:50 +0800 From: Fam Zheng Message-ID: <20160727074850.GA2511@ad.usersys.redhat.com> References: <20160725055842.3836-1-fullmanet@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160725055842.3836-1-fullmanet@gmail.com> Subject: Re: [Qemu-devel] [PATCH v6] qemu-img: add the 'dd' subcommand List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Reda Sallahi Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Kevin Wolf , Max Reitz On Mon, 07/25 07:58, 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, etc. > > The image format must be specified with -O for the output if the raw format > is not the intended one. > > Two tests are added to test qemu-img dd. > > Signed-off-by: Reda Sallahi Reviewed-by: Fam Zheng