From mboxrd@z Thu Jan 1 00:00:00 1970 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) From: John Snow 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> Subject: [Qemu-devel] [PATCH v4 4/4] iotests: clarify help text List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, kwolf@redhat.com Cc: John Snow , famz@redhat.com 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 -- 2.4.3