diff mbox

[for-4.10,2/3] examples: fix HVM config file example

Message ID 20171006135201.97534-3-roger.pau@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Roger Pau Monne Oct. 6, 2017, 1:52 p.m. UTC
To use the new 'type' option.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
---
 tools/examples/xlexample.hvm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm
index 4b1ea629fb..df9fe07653 100644
--- 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"