From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nnfx6-0007OI-M5 for qemu-devel@nongnu.org; Fri, 05 Mar 2010 17:25:00 -0500 Received: from [199.232.76.173] (port=34136 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nnfx5-0007OA-Ld for qemu-devel@nongnu.org; Fri, 05 Mar 2010 17:24:59 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nnfx4-00023K-PJ for qemu-devel@nongnu.org; Fri, 05 Mar 2010 17:24:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50427) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nnfx4-000236-Bi for qemu-devel@nongnu.org; Fri, 05 Mar 2010 17:24:58 -0500 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o25MOuJo019816 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 5 Mar 2010 17:24:57 -0500 Date: Sat, 6 Mar 2010 00:24:53 +0200 From: Shahar Havivi Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/2] Fix block_passwd monitor command error List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Dor Laor 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(-)