From patchwork Tue Aug 25 23:02:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Snow X-Patchwork-Id: 510663 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 6A8261401AD for ; Wed, 26 Aug 2015 09:03:56 +1000 (AEST) Received: from localhost ([::1]:35186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUNFy-00069R-Lw for incoming@patchwork.ozlabs.org; Tue, 25 Aug 2015 19:03:54 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUNEb-0003ps-CW for qemu-devel@nongnu.org; Tue, 25 Aug 2015 19:02:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUNEY-0005mZ-7z for qemu-devel@nongnu.org; Tue, 25 Aug 2015 19:02:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUNEY-0005lo-2s for qemu-devel@nongnu.org; Tue, 25 Aug 2015 19:02:26 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id B2D968E25A for ; Tue, 25 Aug 2015 23:02:25 +0000 (UTC) Received: from scv.usersys.redhat.com (dhcp-17-163.bos.redhat.com [10.18.17.163]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7PN2M8Z024145; Tue, 25 Aug 2015 19:02:25 -0400 From: John Snow To: qemu-devel@nongnu.org, kwolf@redhat.com Date: Tue, 25 Aug 2015 19:02:21 -0400 Message-Id: <1440543741-21779-5-git-send-email-jsnow@redhat.com> In-Reply-To: <1440543741-21779-1-git-send-email-jsnow@redhat.com> References: <1440543741-21779-1-git-send-email-jsnow@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: John Snow , famz@redhat.com Subject: [Qemu-devel] [PATCH v4 4/4] iotests: clarify help text X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Split the help text to highlight the groups of options a little better, carving out a clear "format" and "protocols" section. Reviewed-by: Fam Zheng Signed-off-by: John Snow --- tests/qemu-iotests/common | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common index 395c28c..edfc434 100644 --- a/tests/qemu-iotests/common +++ b/tests/qemu-iotests/common @@ -136,7 +136,7 @@ common options -v verbose -d debug -check options +image format options -raw test raw (default) -bochs test bochs -cloop test cloop @@ -148,6 +148,8 @@ check options -vpc test vpc -vhdx test vhdx -vmdk test vmdk + +image protocol options -file test file (default) -rbd test rbd -sheepdog test sheepdog @@ -155,6 +157,8 @@ check options -ssh test ssh -nfs test nfs -archipelago test archipelago + +other options -xdiff graphical mode diff -nocache use O_DIRECT on backing file -misalign misalign memory allocations