Re: [libvirt] [PATCH 10/11] libxl: use job functions in libxlDomainSetAutostart

2014-02-11 Thread Daniel P. Berrange
On Thu, Feb 06, 2014 at 08:53:14PM -0700, Jim Fehlig wrote: Setting autostart is a modify operation that needs to wait in the queue of modify jobs. Signed-off-by: Jim Fehlig jfeh...@suse.com --- src/libxl/libxl_driver.c | 18 -- 1 file changed, 12 insertions(+), 6

Re: [libvirt] [PATCH 10/11] libxl: use job functions in libxlDomainSetAutostart

2014-02-11 Thread Michal Privoznik
On 07.02.2014 04:53, Jim Fehlig wrote: Setting autostart is a modify operation that needs to wait in the queue of modify jobs. Signed-off-by: Jim Fehlig jfeh...@suse.com --- src/libxl/libxl_driver.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git

[libvirt] [PATCH 10/11] libxl: use job functions in libxlDomainSetAutostart

2014-02-06 Thread Jim Fehlig
Setting autostart is a modify operation that needs to wait in the queue of modify jobs. Signed-off-by: Jim Fehlig jfeh...@suse.com --- src/libxl/libxl_driver.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/libxl/libxl_driver.c