From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOw1W-0000y2-4z for qemu-devel@nongnu.org; Fri, 01 Aug 2008 10:54:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOw1U-0000xB-NT for qemu-devel@nongnu.org; Fri, 01 Aug 2008 10:54:29 -0400 Received: from [199.232.76.173] (port=52305 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOw1U-0000x6-Hb for qemu-devel@nongnu.org; Fri, 01 Aug 2008 10:54:28 -0400 Received: from wr-out-0506.google.com ([64.233.184.231]:39113) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOw1U-0003SZ-60 for qemu-devel@nongnu.org; Fri, 01 Aug 2008 10:54:28 -0400 Received: by wr-out-0506.google.com with SMTP id c46so839089wra.18 for ; Fri, 01 Aug 2008 07:54:27 -0700 (PDT) Message-ID: <48932381.2040009@codemonkey.ws> Date: Fri, 01 Aug 2008 09:53:53 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1217503183.3879.17.camel@frecb07144> In-Reply-To: <1217503183.3879.17.camel@frecb07144> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH][v2] qemu: ask password when encrypted disk image is used Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: "qemu-devel@nongnu.org" Laurent Vivier wrote: > This patch repairs the management of encrypted disk images and allows to > enter the password. > > Changelog: > v2: > - move read_password() before do_loadvm() > - really start monitor if output is stdio. > > Laurent > Applied. Thanks. Regards, Anthony Liguori