diff mbox series

[09/10] docs: xlexample.pvlinux: Add "type" setting

Message ID b8e7efa18e28f5fe7cdea478304bc4a1c64e8e01.1650420617.git.ehem+xen@m5p.com (mailing list archive)
State New, archived
Headers show
Series Increase consistency of domain examples | expand

Commit Message

Elliott Mitchell Jan. 9, 2021, 8:16 p.m. UTC
Some environments will prefer to explicitly include this setting
despite being the default.  This also increases consistency with other
examples.

Signed-off-by: Elliott Mitchell <ehem+xen@m5p.com>
---
 tools/examples/xlexample.pvlinux | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/tools/examples/xlexample.pvlinux b/tools/examples/xlexample.pvlinux
index be6931549a..19dac50fcd 100644
--- a/tools/examples/xlexample.pvlinux
+++ b/tools/examples/xlexample.pvlinux
@@ -5,6 +5,9 @@ 
 # This is a fairly minimal example of what is required for a
 # Paravirtualised Linux guest. For a more complete guide see xl.cfg(5)
 
+# This configures a PV guest instead of HVM or PVH
+#type = "pv"	# "pv" is default
+
 # Guest name
 name = "example.pvlinux"