From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TB4Vg-0004P7-90 for qemu-devel@nongnu.org; Mon, 10 Sep 2012 09:58:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TB4VD-0001et-Ur for qemu-devel@nongnu.org; Mon, 10 Sep 2012 09:58:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TB4VD-0001ek-N9 for qemu-devel@nongnu.org; Mon, 10 Sep 2012 09:58:15 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8ADwEav022839 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 10 Sep 2012 09:58:15 -0400 Message-ID: <504DF1F4.8090006@redhat.com> Date: Mon, 10 Sep 2012 15:58:12 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1347275491-19507-1-git-send-email-berrange@redhat.com> In-Reply-To: <1347275491-19507-1-git-send-email-berrange@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] Don't require encryption password for 'qemu-img info' command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Eric Blake , qemu-devel@nongnu.org Am 10.09.2012 13:11, schrieb Daniel P. Berrange: > From: "Daniel P. Berrange" > > The encryption password is only required if I/O is going to be > performed on a disk image. The 'qemu-img info' command merely > reports metadata, so it should not ask for a decryption password > > Signed-off-by: Daniel P. Berrange Thanks, applied to the block branch. Kevin