From mboxrd@z Thu Jan 1 00:00:00 1970 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) From: John Snow 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> Subject: [Qemu-devel] [PATCH v2 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. 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 -- 2.1.0