From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cXRbx-0003qj-Q5 for qemu-devel@nongnu.org; Sat, 28 Jan 2017 06:56:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cXRbx-00071G-4a for qemu-devel@nongnu.org; Sat, 28 Jan 2017 06:56:05 -0500 Date: Sat, 28 Jan 2017 19:55:56 +0800 From: Fam Zheng Message-ID: <20170128115556.GA3969@lemon> References: <20170126110435.2777-1-berrange@redhat.com> <20170126110435.2777-4-berrange@redhat.com> <20170126123530.GB23095@lemon.Home> <20170126132708.GB29127@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170126132708.GB29127@redhat.com> Subject: Re: [Qemu-devel] [PATCH v1 3/6] qemu-img: add support for -n arg to dd command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Kevin Wolf , qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz On Thu, 01/26 13:27, Daniel P. Berrange wrote: > It would be trivial to rewrite this patch to add support for the "conv" > option, allowing the user to explicitly give 'qemu-img dd conv=nocreat' > instead of my 'qemu-img dd -n' syntax, without changing default semantics. OK, that would be an undebatably way to do this. Fam