[Spice-devel] [PATCH] QEMU: spice: add SASL support

Gerd Hoffmann kraxel at redhat.com
Thu Apr 28 06:39:02 PDT 2011


   Hi,

> +    if (qemu_opt_get_bool(opts, "sasl", 0)) {
> +        spice_server_set_sasl_appname(spice_server, "qemu");
> +        spice_server_set_sasl(spice_server, 1);
> +    }

This fails will fail to build with older spice-server versions.  It 
should be ifdef'ed using SPICE_SERVER_VERSION for the release which 
introduces those functions.

Otherwise the patch looks fine.

cheers,
   Gerd


More information about the Spice-devel mailing list