qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/6] qemu-img: Support multiple -o options


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH v3 0/6] qemu-img: Support multiple -o options
Date: Fri, 21 Feb 2014 16:24:02 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]