From e162d2d0152b296106bfc0e0b91f4f95f0f9703c Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 29 Nov 2011 14:17:27 +0000 Subject: docs: add a document describing the xl cfg file syntax Based on an initial version by Ian Jackson. I believe that all keys are now present in the document although there are are various omissions in the actual documentation of them. Hopefully however this covers the majority of the most interesting keys. Spice section: Signed-off-by: Zhou Peng Committed-by: Ian Jackson Acked-by: Ian Jackson The rest: Signed-off-by: Ian Campbell Committed-by: Ian Jackson Acked-by: Ian Jackson --- tools/examples/xlexample.hvm | 2 +- tools/examples/xlexample.pvlinux | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/examples') diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm index a5a65c2b72..1530b51723 100644 --- a/tools/examples/xlexample.hvm +++ b/tools/examples/xlexample.hvm @@ -3,7 +3,7 @@ # ===================================================================== # # This is a fairly minimal example of what is required for an -# HVM guest. For a more complete guide see +# HVM guest. For a more complete guide see xl.cfg(5) # This configures an HVM rather than PV guest builder = "hvm" diff --git a/tools/examples/xlexample.pvlinux b/tools/examples/xlexample.pvlinux index a5fad4767c..bb5996b29f 100644 --- a/tools/examples/xlexample.pvlinux +++ b/tools/examples/xlexample.pvlinux @@ -3,7 +3,7 @@ # ===================================================================== # # This is a fairly minimal example of what is required for a -# Paravirtualised Linux guest. For a more complete guide see +# Paravirtualised Linux guest. For a more complete guide see xl.cfg(5) # Guest name name = "example.pvlinux" -- cgit v1.2.3