From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGV4D-000693-Ou for qemu-devel@nongnu.org; Thu, 20 Feb 2014 09:57:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGV47-0000Wz-M5 for qemu-devel@nongnu.org; Thu, 20 Feb 2014 09:57:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGV47-0000Wf-E0 for qemu-devel@nongnu.org; Thu, 20 Feb 2014 09:57:31 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1KEvSuI013273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 20 Feb 2014 09:57:29 -0500 From: Kevin Wolf Date: Thu, 20 Feb 2014 15:57:17 +0100 Message-Id: <1392908243-8835-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/6] qemu-img: Support multiple -o options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, armbru@redhat.com, mreitz@redhat.com, stefanha@redhat.com Kevin Wolf (6): qemu-option: Introduce has_help_option() 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 | 1 + qemu-img.c | 119 +++++++++---- tests/qemu-iotests/082 | 187 +++++++++++++++++++ tests/qemu-iotests/082.out | 436 +++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/group | 1 + util/qemu-option.c | 24 +++ 6 files changed, 730 insertions(+), 38 deletions(-) create mode 100755 tests/qemu-iotests/082 create mode 100644 tests/qemu-iotests/082.out -- 1.8.1.4