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

Michal Privoznik mprivozn at redhat.com
Tue Feb 11 14:36:07 UTC 2014


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 <jfehlig at suse.com>
> ---
>   src/libxl/libxl_driver.c | 18 ++++++++++++------
>   1 file changed, 12 insertions(+), 6 deletions(-)
>
> diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c
> index 528c2cb..79d64a5 100644
> --- a/src/libxl/libxl_driver.c
> +++ b/src/libxl/libxl_driver.c

> @@ -3896,6 +3899,9 @@ libxlDomainSetAutostart(virDomainPtr dom, int autostart)
>       }
>       ret = 0;
>
> +endjob:
> +    libxlDomainObjEndJob(driver, vm);
> +
>   cleanup:
>       VIR_FREE(configFile);
>       VIR_FREE(autostartLink);
>

Conditional ACK

Michal




More information about the libvir-list mailing list