From cb8929360c79867c234b7ee0bce645df01d37e38 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 29 Nov 2011 14:17:27 +0000 Subject: docs: xlexample.hvm is missing "builder = 'hvm'" This is rather critical... Signed-off-by: Ian Campbell Committed-by: Ian Jackson Acked-by: Ian Jackson --- tools/examples/xlexample.hvm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/examples') diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm index 77a7f99dc1..a5a65c2b72 100644 --- 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 +# This configures an HVM rather than PV guest +builder = "hvm" + # Guest name name = "example.hvm" -- cgit v1.2.3