From 57ea955dd313ed5a93c5092dc4a9b22dfcb01949 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 17 Dec 2009 06:27:57 +0000 Subject: Adds 'memory_sharing' option to domain config scripts. It passes domain id to the tapdisk2 process if sharing is enabled (tapdisk2 is not normally aware what domain it is working for). Signed-off-by: Grzegorz Milos --- tools/examples/xmexample.hvm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/examples') 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" -- cgit v1.2.3