Re: [libvirt] [PATCH V2 05/13] libxl: use job functions in libxlDomainSetMemoryFlags

2014-02-19 Thread Daniel P. Berrange
On Wed, Feb 12, 2014 at 06:56:19PM -0700, Jim Fehlig wrote: Large balloon operation can be time consuming. Use the recently added job functions and unlock the virDomainObj while ballooning. Signed-off-by: Jim Fehlig jfeh...@suse.com --- V2: Check libxlDomainObjEndJob() return value

[libvirt] [PATCH V2 05/13] libxl: use job functions in libxlDomainSetMemoryFlags

2014-02-12 Thread Jim Fehlig
Large balloon operation can be time consuming. Use the recently added job functions and unlock the virDomainObj while ballooning. Signed-off-by: Jim Fehlig jfeh...@suse.com --- V2: Check libxlDomainObjEndJob() return value src/libxl/libxl_driver.c | 33 +++-- 1