From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HE9qj-0006VE-1H for qemu-devel@nongnu.org; Mon, 05 Feb 2007 14:50:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HE9qe-0006UK-NK for qemu-devel@nongnu.org; Mon, 05 Feb 2007 14:50:00 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HE9qe-0006UG-FJ for qemu-devel@nongnu.org; Mon, 05 Feb 2007 14:49:56 -0500 Received: from ms-smtp-01.texas.rr.com ([24.93.47.40]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HE9qe-0004le-10 for qemu-devel@nongnu.org; Mon, 05 Feb 2007 14:49:56 -0500 Received: from vaio (cpe-66-68-31-100.austin.res.rr.com [66.68.31.100]) by ms-smtp-01.texas.rr.com (8.13.6/8.13.6) with ESMTP id l15JnrcM011911 for ; Mon, 5 Feb 2007 13:49:53 -0600 (CST) From: Lonnie Mendez Content-Type: text/plain Date: Mon, 05 Feb 2007 13:49:49 -0600 Message-Id: <1170704990.3906.3.camel@vaio> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] encrypted disks broken? 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 Is anyone else seeing this with current cvs? shell$ qemu-img create -e -f qcow qtest.qcow 100M shell$ qemu -hda qtest.qcow -monitor stdio hda is encrypted. Password: QEMU 0.8.2 monitor - type 'help' for more information (qemu) In the above illustration you can't enter the encryption key because the monitor butts in. Seems like something isn't right.