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
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to