qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Fix block_passwd monitor command error


From: Shahar Havivi
Subject: [Qemu-devel] [PATCH 0/2] Fix block_passwd monitor command error
Date: Sat, 6 Mar 2010 00:24:53 +0200
User-agent: Mutt/1.5.20 (2009-08-17)

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(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]