[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 4/4] iotests: clarify help text
From: |
John Snow |
Subject: |
[Qemu-devel] [PATCH v3 4/4] iotests: clarify help text |
Date: |
Tue, 2 Jun 2015 15:18:41 -0400 |
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 <address@hidden>
Signed-off-by: John Snow <address@hidden>
---
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
- [Qemu-devel] [PATCH v3 0/4] iotests: skip tests with unchanged dependencies, John Snow, 2015/06/02
- [Qemu-devel] [PATCH v3 1/4] iotests: fix exclusion option, John Snow, 2015/06/02
- [Qemu-devel] [PATCH v3 2/4] iotests: Add dependency info to groups list, John Snow, 2015/06/02
- [Qemu-devel] [PATCH v3 3/4] iotests: add timestamp skip feature, John Snow, 2015/06/02
- [Qemu-devel] [PATCH v3 4/4] iotests: clarify help text,
John Snow <=
- Re: [Qemu-devel] [PATCH v3 0/4] iotests: skip tests with unchanged dependencies, John Snow, 2015/06/12
- Re: [Qemu-devel] [PATCH v3 0/4] iotests: skip tests with unchanged dependencies, John Snow, 2015/06/23