aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample1
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-03 13:39:06 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-03 13:39:06 +0100
commit08a42ca0b58c1932ee14bd23e1454a1a93fa95bc (patch)
tree9a7ffa03bb004e79a9edec30efc9a371bbd5ff18 /tools/examples/xmexample1
parentd2831c8ba98dd73322b2c14f86f66386bdb63d62 (diff)
downloadxen-08a42ca0b58c1932ee14bd23e1454a1a93fa95bc.tar.gz
xen-08a42ca0b58c1932ee14bd23e1454a1a93fa95bc.tar.bz2
xen-08a42ca0b58c1932ee14bd23e1454a1a93fa95bc.zip
pvSCSI: xend changes
Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com> Signed-off-by: Jun Kamada <kama@jp.fujitsu.com>
Diffstat (limited to 'tools/examples/xmexample1')
-rw-r--r--tools/examples/xmexample123
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/examples/xmexample1 b/tools/examples/xmexample1
index 1a5c4d999e..fe382d43f6 100644
--- a/tools/examples/xmexample1
+++ b/tools/examples/xmexample1
@@ -185,4 +185,27 @@ extra = "4"
#on_reboot = 'restart'
#on_crash = 'restart'
+#-----------------------------------------------------------------------------
+# Configure PVSCSI devices:
+#
+#vscsi=[ 'PDEV, VDEV' ]
+#
+# PDEV gives physical SCSI device to be attached to specified guest
+# domain by one of the following identifier format.
+# - XX:XX:XX:XX (4-tuples with decimal notation which shows
+# "host:channel:target:lun")
+# - /dev/sdxx or sdx
+# - /dev/stxx or stx
+# - /dev/sgxx or sgx
+# - result of 'scsi_id -gu -s'.
+# ex. # scsi_id -gu -s /block/sdb
+# 36000b5d0006a0000006a0257004c0000
+#
+# VDEV gives virtual SCSI device by 4-tuples (XX:XX:XX:XX) as
+# which the specified guest domain recognize.
+#
+
+#vscsi = [ '/dev/sdx, 0:0:0:0' ]
+
#============================================================================
+