From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CWgXI-0000dE-7l for qemu-devel@nongnu.org; Tue, 23 Nov 2004 14:41:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CWgXG-0000cC-Vz for qemu-devel@nongnu.org; Tue, 23 Nov 2004 14:41:11 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWgXG-0000c0-Qz for qemu-devel@nongnu.org; Tue, 23 Nov 2004 14:41:10 -0500 Received: from [69.66.60.4] (helo=rainier.chappell.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CWgO7-000689-Lg for qemu-devel@nongnu.org; Tue, 23 Nov 2004 14:31:44 -0500 Message-ID: <41A3901D.8030206@chappell.com> Date: Tue, 23 Nov 2004 13:31:41 -0600 From: Andras Kristof MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] How to specify a password for an encryped image? Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I know it's slightly off topic, but please help me out if you can. When creating a new qemu disk image with the command: qemu-img create -e -f qcow encrypt_test.img 1000M Then how do you specify the password for the encrypted image? Thanks Andras