qemu-img convert: Support multiple -o options
commit2dc8328b4c6aba60f4ad543186f4e8aec2e9287e
authorKevin Wolf <kwolf@redhat.com>
Fri, 21 Feb 2014 15:24:05 +0000 (21 16:24 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 21 Feb 2014 21:10:24 +0000 (21 22:10 +0100)
treef929b1376b210fa9091df18e3a9615f9bcdbec56
parent77386bf6ebe67164a2d102b207fb3bc11af8c1e8
qemu-img convert: Support multiple -o options

Instead of ignoring all option values but the last one, multiple -o
options now have the same meaning as having a single option with all
settings in the order of their respective -o options.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
qemu-img.c