projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96edb11
)
examples: fix HVM config file example
author
Roger Pau Monne
<roger.pau@citrix.com>
Fri, 6 Oct 2017 13:52:00 +0000
(14:52 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Mon, 9 Oct 2017 14:43:44 +0000
(15:43 +0100)
To use the new 'type' option.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/examples/xlexample.hvm
patch
|
blob
|
history
diff --git
a/tools/examples/xlexample.hvm
b/tools/examples/xlexample.hvm
index 4b1ea629fb0e5319a072df12b09a82ae63849f10..df9fe07653f1262db75db41112291c0e170c29de 100644
(file)
--- a/
tools/examples/xlexample.hvm
+++ b/
tools/examples/xlexample.hvm
@@
-6,7
+6,7
@@
# HVM guest. For a more complete guide see xl.cfg(5)
# This configures an HVM rather than PV guest
-
builder
= "hvm"
+
type
= "hvm"
# Guest name
name = "example.hvm"