]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-img: add support for --object with 'dd' command
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 15 May 2017 16:47:09 +0000 (17:47 +0100)
committerMax Reitz <mreitz@redhat.com>
Mon, 29 May 2017 13:39:53 +0000 (15:39 +0200)
commit83d4bf943e09cbcb011e255c872724e95fe4856e
treec2001d220852ccdd8e7361715832ca9518199d58
parentcaa31bf28c0c3e2930540ad6a95935f92551b7eb
qemu-img: add support for --object with 'dd' command

The qemu-img dd command added --image-opts support, but missed
the corresponding --object support. This prevented passing
secrets (eg auth passwords) needed by certain disk images.

Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170515164712.6643-2-berrange@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
qemu-img.c