[Spice-devel] Is there a spice server implementation on Android?

2014-10-07 Thread Da Chun
Or any plan to do this in the future?___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] [PATCH] m4: Update manywarnings from gnulib

2014-10-07 Thread Daniel P. Berrange
On Thu, Oct 02, 2014 at 06:17:53PM +0200, Fabiano FidĂȘncio wrote: From: Cole Robinson crobi...@redhat.com Fixes these noisy errors on Fedora 21: gcc: warning: switch '-Wmudflap' is no longer supported Thanks, I've applied this Daniel -- |: http://berrange.com -o-

[Spice-devel] [v3: PATCH 3/3] Add support to handle username when connecting with SASL

2014-10-07 Thread Fabiano FidĂȘncio
Based on a patch from Dietmar Maurer diet...@proxmox.com http://lists.freedesktop.org/archives/spice-devel/2013-October/015138.html --- Changes since v2: Adapt the patch according to the changes made in the previous one --- gtk/spice-channel-priv.h | 1 + gtk/spice-channel.c | 45

[Spice-devel] [v3: PATCH 2/3] Add username property to SpiceSession

2014-10-07 Thread Fabiano FidĂȘncio
From: Dietmar Maurer diet...@proxmox.com --- Changes since v2: - Parse the username from the URI instead of adding an additional parameter --- gtk/spice-session-priv.h | 2 ++ gtk/spice-session.c | 63 +--- 2 files changed, 61 insertions(+), 4