]> git.proxmox.com Git - qemu.git/commit
Don't require encryption password for 'qemu-img info' command
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 10 Sep 2012 11:11:31 +0000 (12:11 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 12 Sep 2012 13:50:09 +0000 (15:50 +0200)
commitf0536bb848ad6eb2709a7dc675f261bd160c751b
tree754c35d5c123a07b1a8777a5b9d9cdccdaa72aae
parentc054b3fd78f28b12f4d066583fc0ade017752479
Don't require encryption password for 'qemu-img info' command

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 <berrange@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-img.c