]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-img.c
qemu-img: Fix qemu-img convert -n
authorMax Reitz <mreitz@redhat.com>
Wed, 11 Feb 2015 14:58:46 +0000 (09:58 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 16 Feb 2015 15:07:18 +0000 (15:07 +0000)
commit2e024cde1f632d7098f5da742e54186156c6aca9
treeb8d04ca0f2e2e259214c9bad8527e87a800bdee3
parentfb13bbf2fd5292d0aab617709017a4032f328730
qemu-img: Fix qemu-img convert -n

If -n is specified, it does not matter whether the output format and
protocol support image creation; building the creation options should
simply be skipped.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1423666727-20777-2-git-send-email-mreitz@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
qemu-img.c