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

2010-03-08 Thread Luiz Capitulino
On Sat, 6 Mar 2010 00:24:53 +0200 Shahar Havivi 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 comm

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

2010-03-08 Thread Kevin Wolf
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 han

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

2010-03-05 Thread 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_