docs: xlexample.hvm is missing "builder = 'hvm'"
authorIan Campbell <ian.campbell@citrix.com>
Tue, 29 Nov 2011 14:17:27 +0000 (14:17 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 29 Nov 2011 14:17:27 +0000 (14:17 +0000)
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>
tools/examples/xlexample.hvm

index 77a7f99dc1581cde9a4df590c82f85451e636785..a5a65c2b7268a29be3f4bd2325817a24a53f65d9 100644 (file)
@@ -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"