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

2014-02-19 Thread Daniel P. Berrange
On Wed, Feb 12, 2014 at 06:56:27PM -0700, Jim Fehlig wrote: Modify operation that needs to wait in the queue of modify jobs. Signed-off-by: Jim Fehlig jfeh...@suse.com --- V2: Check libxlDomainObjEndJob() return value src/libxl/libxl_driver.c | 16 1 file changed, 12

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

2014-02-19 Thread Jim Fehlig
Daniel P. Berrange wrote: On Wed, Feb 12, 2014 at 06:56:27PM -0700, Jim Fehlig wrote: Modify operation that needs to wait in the queue of modify jobs. Signed-off-by: Jim Fehlig jfeh...@suse.com --- V2: Check libxlDomainObjEndJob() return value src/libxl/libxl_driver.c | 16

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

2014-02-12 Thread Jim Fehlig
Modify operation that needs to wait in the queue of modify jobs. Signed-off-by: Jim Fehlig jfeh...@suse.com --- V2: Check libxlDomainObjEndJob() return value src/libxl/libxl_driver.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/libxl/libxl_driver.c