projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d0a3b7
)
docs: xlexample.hvm is missing "builder = 'hvm'"
author
Ian Campbell
<ian.campbell@citrix.com>
Tue, 29 Nov 2011 14:17:27 +0000
(14:17 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/tools/examples/xlexample.hvm
b/tools/examples/xlexample.hvm
index 77a7f99dc1581cde9a4df590c82f85451e636785..a5a65c2b7268a29be3f4bd2325817a24a53f65d9 100644
(file)
--- 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"