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
commitcb8929360c79867c234b7ee0bce645df01d37e38 (patch)
tree2f0ba1d959cdc36579930a0ed1799a1ee7e73c35 /tools/examples
parent7d0a3b7661c2a5efa910da8c5cd26d852f1688f7 (diff)
downloadxen-cb8929360c79867c234b7ee0bce645df01d37e38.tar.gz
xen-cb8929360c79867c234b7ee0bce645df01d37e38.tar.bz2
xen-cb8929360c79867c234b7ee0bce645df01d37e38.zip
docs: xlexample.hvm is missing "builder = 'hvm'"
This is rather critical... 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.hvm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm
index 77a7f99dc1..a5a65c2b72 100644
--- a/tools/examples/xlexample.hvm
+++ b/tools/examples/xlexample.hvm
@@ -5,6 +5,9 @@
# This is a fairly minimal example of what is required for an
# HVM guest. For a more complete guide see <XXX Document TBD>
+# This configures an HVM rather than PV guest
+builder = "hvm"
+
# Guest name
name = "example.hvm"