From: Ian Campbell Date: Tue, 29 Nov 2011 14:17:27 +0000 (+0000) Subject: docs: xlexample.hvm: mention the viridian setting. X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fd280ba6111e54f836e12b1feb68a3c7dd97d506;p=xen.git docs: xlexample.hvm: mention the viridian setting. Turning this on for Windows guests is recommended. Signed-off-by: Ian Campbell Committed-by: Ian Jackson Acked-by: Ian Jackson --- diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm index 1530b51723..4b1ea629fb 100644 --- a/tools/examples/xlexample.hvm +++ b/tools/examples/xlexample.hvm @@ -16,6 +16,11 @@ name = "example.hvm" # The default behavior is to generate a new UUID each time the guest is started. #uuid = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" +# Enable Microsoft Hyper-V compatibile paravirtualisation / +# enlightenment interfaces. Turning this on can improve Windows guest +# performance and is therefore recommended +#viridian = 1 + # Initial memory allocation (MB) memory = 128