Re: [Xen-devel] [PATCH 2/4] libxl_wait_for_memory_target: wait as long as dom0 is making progress

2015-03-06 Thread Jim Fehlig
Stefano Stabellini wrote: Decrement wait_secs only if dom0 is making no progress toward reaching the balloon target, otherwise loop again for free. Signed-off-by: Stefano Stabellini stefano.stabell...@eu.citrix.com Tested-by: Mike Latimer mlati...@suse.com --- tools/libxl/libxl.c |

[Xen-devel] [PATCH 2/4] libxl_wait_for_memory_target: wait as long as dom0 is making progress

2015-03-03 Thread Stefano Stabellini
Decrement wait_secs only if dom0 is making no progress toward reaching the balloon target, otherwise loop again for free. Signed-off-by: Stefano Stabellini stefano.stabell...@eu.citrix.com Tested-by: Mike Latimer mlati...@suse.com --- tools/libxl/libxl.c | 29 ++---