On Fri, Jan 09, 2015 at 01:32:12PM +0100, Fabio Fantoni wrote:
[...]
>   * LIBXL_HAVE_DOMAIN_CREATE_RESTORE_PARAMS 1
>   *
>   * If this is defined, libxl_domain_create_restore()'s API has changed to
> diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c
> index e1188f4..e80b8d7 100644
> --- a/tools/libxl/libxl_dm.c
> +++ b/tools/libxl/libxl_dm.c
> @@ -401,6 +401,9 @@ static char *dm_spice_options(libxl__gc *gc,
>      if (spice->image_compression)
>          opt = libxl__sprintf(gc, "%s,image-compression=%s", opt, 
> spice->image_compression);
>  
> +    if (spice->streaming_video)
> +        opt = libxl__sprintf(gc, "%s,streaming-video=%s", opt, 
> spice->streaming_video);

Line too long.


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to