From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzriQ-0004qa-6h for qemu-devel@nongnu.org; Tue, 02 Jun 2015 15:19:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzriP-0000WL-A5 for qemu-devel@nongnu.org; Tue, 02 Jun 2015 15:19:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzriP-0000WD-5e for qemu-devel@nongnu.org; Tue, 02 Jun 2015 15:19:09 -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 DDCAC8E50A for ; Tue, 2 Jun 2015 19:19:08 +0000 (UTC) From: John Snow Date: Tue, 2 Jun 2015 15:18:41 -0400 Message-Id: <1433272721-24871-5-git-send-email-jsnow@redhat.com> In-Reply-To: <1433272721-24871-1-git-send-email-jsnow@redhat.com> References: <1433272721-24871-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH v3 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 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.1.0