Re: [libvirt] [PATCH 08/11] libxl: use job functions in vcpu set and pin functions

2014-02-11 Thread Daniel P. Berrange
On Thu, Feb 06, 2014 at 08:53:12PM -0700, Jim Fehlig wrote: These operations aren't necessarily time consuming, but need to wait in the queue of modify jobs. Signed-off-by: Jim Fehlig jfeh...@suse.com --- src/libxl/libxl_driver.c | 46 +- 1 file

Re: [libvirt] [PATCH 08/11] libxl: use job functions in vcpu set and pin functions

2014-02-11 Thread Michal Privoznik
On 07.02.2014 04:53, Jim Fehlig wrote: These operations aren't necessarily time consuming, but need to wait in the queue of modify jobs. Signed-off-by: Jim Fehlig jfeh...@suse.com --- src/libxl/libxl_driver.c | 46 +- 1 file changed, 29

[libvirt] [PATCH 08/11] libxl: use job functions in vcpu set and pin functions

2014-02-06 Thread Jim Fehlig
These operations aren't necessarily time consuming, but need to wait in the queue of modify jobs. Signed-off-by: Jim Fehlig jfeh...@suse.com --- src/libxl/libxl_driver.c | 46 +- 1 file changed, 29 insertions(+), 17 deletions(-) diff --git