From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvtNg-0007rT-F0 for qemu-devel@nongnu.org; Fri, 22 May 2015 16:17:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvtNe-0002iR-IM for qemu-devel@nongnu.org; Fri, 22 May 2015 16:17:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvtNe-0002iN-Dh for qemu-devel@nongnu.org; Fri, 22 May 2015 16:17:18 -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 21FB92DC3FC for ; Fri, 22 May 2015 20:17:18 +0000 (UTC) From: John Snow Date: Fri, 22 May 2015 16:17:12 -0400 Message-Id: <1432325832-12887-5-git-send-email-jsnow@redhat.com> In-Reply-To: <1432325832-12887-1-git-send-email-jsnow@redhat.com> References: <1432325832-12887-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH 4/4] iotests: clarify help text List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, John Snow Split the help text to highlight the groups of options a little better, carving out a clear "format" and "protocols" section. 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 b3d869e..9456aa0 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 -- 2.1.0