[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/2] Fix block_passwd monitor command error
From: |
Luiz Capitulino |
Subject: |
Re: [Qemu-devel] [PATCH 0/2] Fix block_passwd monitor command error |
Date: |
Mon, 8 Mar 2010 17:48:41 -0300 |
On Sat, 6 Mar 2010 00:24:53 +0200
Shahar Havivi <address@hidden> wrote:
> 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
Looks good to me.
>
> 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(-)
>
>
>