From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [PATCH 1/2] claim: By default enable it. Date: Fri, 12 Jul 2013 14:08:51 -0400 Message-ID: <1373652532-24166-2-git-send-email-konrad.wilk@oracle.com> References: <1373652532-24166-1-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1373652532-24166-1-git-send-email-konrad.wilk@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xensource.com, george.dunlap@eu.citrix.com List-Id: xen-devel@lists.xenproject.org During the Xen 4.3 release we discussed that this feature could be turned on by default - as it benefits all of the guests - not just tmem related. Signed-off-by: Konrad Rzeszutek Wilk --- docs/man/xl.conf.pod.5 | 2 +- tools/examples/xl.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/xl.conf.pod.5 b/docs/man/xl.conf.pod.5 index 1229c8a..125f786 100644 --- a/docs/man/xl.conf.pod.5 +++ b/docs/man/xl.conf.pod.5 @@ -139,7 +139,7 @@ Xen hypervisor argument and as well on the Linux kernel command line. Note that the claim call is not attempted if C option is used in the guest config (see xl.cfg(5)). -Default: C<0> +Default: C<1> =over 4 diff --git a/tools/examples/xl.conf b/tools/examples/xl.conf index 9c037a6..a80b8e7 100644 --- a/tools/examples/xl.conf +++ b/tools/examples/xl.conf @@ -32,4 +32,4 @@ # feedback whether the guest can be launched due to memory exhaustion # (which can take a long time to find out if launching huge guests). # see xl.conf(5) for details. -#claim_mode=0 +claim_mode=1 -- 1.7.7.6