From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 0/4] fix freemem loop Date: Wed, 11 Mar 2015 12:30:01 +0000 Message-ID: <1426077001.21353.229.camel@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: Wei Liu , xen-devel@lists.xensource.com, Ian Jackson , mlatimer@suse.com List-Id: xen-devel@lists.xenproject.org On Fri, 2015-03-06 at 17:16 +0000, Stefano Stabellini wrote: > Hi all, > > this patch series fixes the freemem loop on machines with very large > amount of memory, where the current wait time is not enough. > > In order to be able to handle arbitrarly large amount of ram, we > implement in libxl_wait_for_memory_target a policy of waiting until dom0 > is making progress. The patch series also reverts "libxl: Wait for > ballooning if free memory is increasing", that is not actually > implemented correctly. Ackked + applied (with git am --whitespace=fix, please watch for trailing spaces).