Re: [Qemu-devel] [PATCH] qemu-img: add support for --object with 'dd' command

2017-01-03 Thread Eric Blake
On 01/03/2017 11:00 AM, Daniel P. Berrange wrote: > 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. > > Signed-off-by: Daniel P. Berrange > --- > qemu-img.c |

[Qemu-devel] [PATCH] qemu-img: add support for --object with 'dd' command

2017-01-03 Thread Daniel P. Berrange
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. Signed-off-by: Daniel P. Berrange --- qemu-img.c | 16 1 file changed, 16 insertions(+) diff --gi