From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoYc4-0000LL-0w for qemu-devel@nongnu.org; Mon, 08 Mar 2010 03:46:56 -0500 Received: from [199.232.76.173] (port=57345 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoYc3-0000L5-IQ for qemu-devel@nongnu.org; Mon, 08 Mar 2010 03:46:55 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NoYc2-0006xE-Rj for qemu-devel@nongnu.org; Mon, 08 Mar 2010 03:46:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9385) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NoYc2-0006wq-ET for qemu-devel@nongnu.org; Mon, 08 Mar 2010 03:46:54 -0500 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o288kpL9032253 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Mar 2010 03:46:52 -0500 Message-ID: <4B94B950.6010308@redhat.com> Date: Mon, 08 Mar 2010 09:46:08 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/2] Fix block_passwd monitor command error References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shahar Havivi Cc: Dor Laor , qemu-devel@nongnu.org Am 05.03.2010 23:24, schrieb Shahar Havivi: > The next two patches fix the wrong error message in block_passwd > monitor command: when trying to decrypt un-encrypted drive, user > get error wrong password. > > "1" add error message to qerror.h and qerror.c > "2" patch the monitor command error handling > > Shahar Havivi (2): > QError: New QERR_DEVICE_NOT_ENCRYPTED > Wrong error message in block_passwd command > > block.c | 7 +++++-- > monitor.c | 7 ++++++- > qerror.c | 4 ++++ > qerror.h | 3 +++ > 4 files changed, 18 insertions(+), 3 deletions(-) Acked-by: Kevin Wolf