From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCOlv-0002wH-IN for qemu-devel@nongnu.org; Wed, 08 Nov 2017 06:43:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCOlu-0000FC-Sw for qemu-devel@nongnu.org; Wed, 08 Nov 2017 06:43:55 -0500 Date: Wed, 8 Nov 2017 12:43:43 +0100 From: Kevin Wolf Message-ID: <20171108114343.GB30890@localhost.localdomain> References: <20171103143902.18039-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171103143902.18039-1-berrange@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qcow2: don't permit changing encryption parameters 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, Max Reitz Am 03.11.2017 um 15:39 hat Daniel P. Berrange geschrieben: > Currently if trying to change encryption parameters on a qcow2 image, qemu-img > will abort. We already explicitly check for attempt to change encrypt.format > but missed other parameters like encrypt.key-secret. Rather than list each > parameter, just blacklist changing of all parameters with a 'encrypt.' prefix. > > Signed-off-by: Daniel P. Berrange Thanks, applied to the block branch. Kevin