aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-11-29 14:17:27 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-11-29 14:17:27 +0000
commite162d2d0152b296106bfc0e0b91f4f95f0f9703c (patch)
tree06215c5a18b983e4401c9b1749e281f63924a842 /tools/examples
parent1e54b08667f0b6515d93a5e8a7f6c5b556093780 (diff)
downloadxen-e162d2d0152b296106bfc0e0b91f4f95f0f9703c.tar.gz
xen-e162d2d0152b296106bfc0e0b91f4f95f0f9703c.tar.bz2
xen-e162d2d0152b296106bfc0e0b91f4f95f0f9703c.zip
docs: add a document describing the xl cfg file syntax
Based on an initial version by Ian Jackson. I believe that all keys are now present in the document although there are are various omissions in the actual documentation of them. Hopefully however this covers the majority of the most interesting keys. Spice section: Signed-off-by: Zhou Peng <zhoupeng@nfs.iscas.ac.cn> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Jackson <ian.jackson.citrix.com> The rest: Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/xlexample.hvm2
-rw-r--r--tools/examples/xlexample.pvlinux2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm
index a5a65c2b72..1530b51723 100644
--- a/tools/examples/xlexample.hvm
+++ b/tools/examples/xlexample.hvm
@@ -3,7 +3,7 @@
# =====================================================================
#
# This is a fairly minimal example of what is required for an
-# HVM guest. For a more complete guide see <XXX Document TBD>
+# HVM guest. For a more complete guide see xl.cfg(5)
# This configures an HVM rather than PV guest
builder = "hvm"
diff --git a/tools/examples/xlexample.pvlinux b/tools/examples/xlexample.pvlinux
index a5fad4767c..bb5996b29f 100644
--- a/tools/examples/xlexample.pvlinux
+++ b/tools/examples/xlexample.pvlinux
@@ -3,7 +3,7 @@
# =====================================================================
#
# This is a fairly minimal example of what is required for a
-# Paravirtualised Linux guest. For a more complete guide see <XXX Document TBD>
+# Paravirtualised Linux guest. For a more complete guide see xl.cfg(5)
# Guest name
name = "example.pvlinux"