Re: [Qemu-devel] [PATCH] Don't require encryption password for 'qemu-img info' command

2012-09-10 Thread Daniel P. Berrange
On Mon, Sep 10, 2012 at 12:44:52PM +0200, Kevin Wolf wrote: > Am 04.09.2012 16:23, schrieb Kevin Wolf: > > Am 31.08.2012 19:30, schrieb Eric Blake: > >> On 08/31/2012 10:26 AM, Daniel P. Berrange wrote: > >>> From: "Daniel P. Berrange" > >>> > >>> The encryption password is only required if I/O is

Re: [Qemu-devel] [PATCH] Don't require encryption password for 'qemu-img info' command

2012-09-10 Thread Kevin Wolf
Am 04.09.2012 16:23, schrieb Kevin Wolf: > Am 31.08.2012 19:30, schrieb Eric Blake: >> On 08/31/2012 10:26 AM, Daniel P. Berrange wrote: >>> From: "Daniel P. Berrange" >>> >>> The encryption password is only required if I/O is going to be >>> performed on a disk image. The 'qemu-img info' command

Re: [Qemu-devel] [PATCH] Don't require encryption password for 'qemu-img info' command

2012-09-04 Thread Kevin Wolf
Am 31.08.2012 19:30, schrieb Eric Blake: > On 08/31/2012 10:26 AM, Daniel P. Berrange wrote: >> From: "Daniel P. Berrange" >> >> The encryption password is only required if I/O is going to be >> performed on a disk image. The 'qemu-img info' command merely >> reports metadata, so it should not ask

Re: [Qemu-devel] [PATCH] Don't require encryption password for 'qemu-img info' command

2012-08-31 Thread Eric Blake
On 08/31/2012 10:26 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The encryption password is only required if I/O is going to be > performed on a disk image. The 'qemu-img info' command merely > reports metadata, so it should not ask for a decryption password > > Signed-off-by:

[Qemu-devel] [PATCH] Don't require encryption password for 'qemu-img info' command

2012-08-31 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The encryption password is only required if I/O is going to be performed on a disk image. The 'qemu-img info' command merely reports metadata, so it should not ask for a decryption password Signed-off-by: Daniel P. Berrange --- qemu-img.c | 21 +++--