From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGwGM-0001Na-Qr for qemu-devel@nongnu.org; Fri, 21 Feb 2014 15:00:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGwGG-000866-S9 for qemu-devel@nongnu.org; Fri, 21 Feb 2014 14:59:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGwGG-00085z-Kf for qemu-devel@nongnu.org; Fri, 21 Feb 2014 14:59:52 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1LJxpLB007267 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Feb 2014 14:59:52 -0500 Date: Fri, 21 Feb 2014 14:59:49 -0500 From: Jeff Cody Message-ID: <20140221195949.GJ30664@localhost.localdomain> References: <1392996248-26781-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1392996248-26781-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 0/6] qemu-img: Support multiple -o options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com 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