aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index 09edda6aac..5ff83f7bac 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -25,6 +25,10 @@ memory = 128
# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
# shadow_memory = 8
+# Whether to transparently share this domain's memory with other domains.
+# default = 0
+# memory_sharing = 0
+
# A name for your domain. All domains must have different names.
name = "ExampleHVMDomain"