Re: [Qemu-devel] [PATCH 05/14] qemu-io: Support multiple -o in open command

2014-05-27 Thread Benoît Canet
The Monday 26 May 2014 à 19:37:06 (+0200), Markus Armbruster wrote : > 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. > > Same as commit 2dc8328 for q

[Qemu-devel] [PATCH 05/14] qemu-io: Support multiple -o in open command

2014-05-26 Thread Markus Armbruster
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. Same as commit 2dc8328 for qemu-img convert, except here we do it with QemuOpts rather than QEMUOptionParam