From: Roger Pau Monne Date: Fri, 6 Oct 2017 13:52:00 +0000 (+0100) Subject: examples: fix HVM config file example X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1194 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c72367afbe9d46fa939687fa4c813fe2a363e6ed;p=xen.git examples: fix HVM config file example To use the new 'type' option. Signed-off-by: Roger Pau Monné Acked-by: Ian Jackson --- 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"