Re: [Qemu-devel] [PATCH 5/7] qemu-img create: Support multiple -o options

2014-02-19 Thread Eric Blake
On 02/19/2014 08:12 AM, Kevin Wolf wrote: > Multiple -o options has the same meaning as having a single option with > all settings in the order of their respective -o options. Ah, this addresses (part of) the problem I raised about patch 1. But it feels a bit awkward to have the intermediate stat

Re: [Qemu-devel] [PATCH 5/7] qemu-img create: Support multiple -o options

2014-02-19 Thread Fam Zheng
On Wed, 02/19 16:12, Kevin Wolf wrote: > Multiple -o options has the same meaning as having a single option with > all settings in the order of their respective -o options. > > Signed-off-by: Kevin Wolf > --- > qemu-img.c | 21 - > 1 file changed, 12 insertions(+), 9 deletion

[Qemu-devel] [PATCH 5/7] qemu-img create: Support multiple -o options

2014-02-19 Thread Kevin Wolf
Multiple -o options has the same meaning as having a single option with all settings in the order of their respective -o options. Signed-off-by: Kevin Wolf --- qemu-img.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index a889