aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"