aboutsummaryrefslogtreecommitdiffstats
path: root/docs/misc/xl-disk-configuration.txt
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2011-06-28 12:19:15 +0100
committerIan Jackson <ian.jackson@eu.citrix.com>2011-06-28 12:19:15 +0100
commit74f917afa34d2e2699fc9fee7fe43c3fe81768ae (patch)
tree776917f4f507f11d3b10c23b57dee722d0627339 /docs/misc/xl-disk-configuration.txt
parentd072c6003bc7ef26a9fda4f89fdbf7d73e810e8b (diff)
downloadxen-74f917afa34d2e2699fc9fee7fe43c3fe81768ae.tar.gz
xen-74f917afa34d2e2699fc9fee7fe43c3fe81768ae.tar.bz2
xen-74f917afa34d2e2699fc9fee7fe43c3fe81768ae.zip
libxl: disks: allow specification of "backendtype=phy|tap|qdisk"
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com> Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'docs/misc/xl-disk-configuration.txt')
-rw-r--r--docs/misc/xl-disk-configuration.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/misc/xl-disk-configuration.txt b/docs/misc/xl-disk-configuration.txt
index de0a75e1bc..91e0cc7284 100644
--- a/docs/misc/xl-disk-configuration.txt
+++ b/docs/misc/xl-disk-configuration.txt
@@ -139,6 +139,23 @@ cdrom
Convenience alias for "devtype=cdrom".
+backendtype=<backend-type>
+--------------------------
+
+Description: Specifies the backend implementation to use
+Supported values: phy, tap, qdisk
+Mandatory: No
+Default value: Automatically determine which backend to use.
+
+This does not affect the guest's view of the device. It controls
+which software implementation of the Xen backend driver us used.
+
+Not all backend drivers support all combinations of other options.
+For example, "phy" does not support formats other than "raw".
+Normally this option should not be specified, in which case libxl will
+automatically determine the most suitable backend.
+
+
script=<script>
---------------