From patchwork Thu May 28 16:45: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: 478186 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Yy0w2-0002fB-K0 for mharc-qemu-devel@gnu.org; Thu, 28 May 2015 12:45:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy0vx-0002Tr-41 for qemu-devel@nongnu.org; Thu, 28 May 2015 12:45:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yy0vu-0007pU-0M for qemu-devel@nongnu.org; Thu, 28 May 2015 12:45:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy0vt-0007oy-S0 for qemu-devel@nongnu.org; Thu, 28 May 2015 12:45:25 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 7A9D837FF7F for ; Thu, 28 May 2015 16:45:25 +0000 (UTC) Received: from scv.usersys.redhat.com (vpn-56-200.rdu2.redhat.com [10.10.56.200]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t4SGjL67012709; Thu, 28 May 2015 12:45:24 -0400 From: John Snow To: qemu-devel@nongnu.org Date: Thu, 28 May 2015 12:45:21 -0400 Message-Id: <1432831521-11972-5-git-send-email-jsnow@redhat.com> In-Reply-To: <1432831521-11972-1-git-send-email-jsnow@redhat.com> References: <1432831521-11972-1-git-send-email-jsnow@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: kwolf@redhat.com, famz@redhat.com, John Snow Subject: [Qemu-devel] [PATCH v2 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: , X-List-Received-Date: Thu, 28 May 2015 16:45:30 -0000 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 93cef9f..d865ad9 100644 --- a/tests/qemu-iotests/common +++ b/tests/qemu-iotests/common @@ -134,7 +134,7 @@ s/ .*//p common options -v verbose -check options +image format options -raw test raw (default) -bochs test bochs -cloop test cloop @@ -146,6 +146,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 @@ -153,6 +155,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