Re: [Xen-devel] [PATCH v2 0/4] fix freemem loop

2015-03-11 Thread Ian Campbell
On Fri, 2015-03-06 at 17:16 +, 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_

[Xen-devel] [PATCH v2 0/4] fix freemem loop

2015-03-06 Thread Stefano Stabellini
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.