On Fri, Feb 21, 2014 at 04:24:02PM +0100, Kevin Wolf wrote: > Kevin Wolf (6): > qemu-option: has_help_option() and is_valid_option_list() > qemu-img create: Support multiple -o options > qemu-img convert: Support multiple -o options > qemu-img amend: Support multiple -o options > qemu-img: Allow -o help with incomplete argument list > qemu-iotests: Check qemu-img command line parsing > > include/qemu/option.h | 2 + > qemu-img.c | 133 ++++++++---- > tests/qemu-iotests/082 | 208 ++++++++++++++++++ > tests/qemu-iotests/082.out | 529 > +++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/group | 1 + > util/qemu-option.c | 49 +++++ > 6 files changed, 884 insertions(+), 38 deletions(-) > create mode 100755 tests/qemu-iotests/082 > create mode 100644 tests/qemu-iotests/082.out > > -- > 1.8.1.4 > >
Series Reviewed-by: Jeff Cody <jc...@redhat.com>