From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2ady-0003y0-Be for qemu-devel@nongnu.org; Mon, 24 Apr 2017 05:50:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2adx-00087e-N4 for qemu-devel@nongnu.org; Mon, 24 Apr 2017 05:50:54 -0400 Date: Mon, 24 Apr 2017 17:50:46 +0800 From: Fam Zheng Message-ID: <20170424095046.GD14416@lemon.lan> References: <20170424091659.26708-1-berrange@redhat.com> <20170424091659.26708-5-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170424091659.26708-5-berrange@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 4/4] qemu-img: copy *key-secret opts when opening newly created files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Eric Blake , Max Reitz , Kevin Wolf On Mon, 04/24 10:16, Daniel P. Berrange wrote: > The qemu-img dd/convert commands will create a image file and s/a image/an image/ > then try to open it. Historically it has been possible to open > new files without passing any options. With encrypted files > though, the *key-secret options are mandatory, so we need to > provide those options when opening the newly created file. Fam