[Spice-devel] [PATCH 00/17] Split RedsStream out of reds.c

David Jaša djasa at redhat.com
Thu Jan 23 08:49:20 PST 2014


Hi Christophe,

will it be easier to add possibility to listen on more addresses with
this patch merged? It's still a kind of blocker to proper dual stack
support in oVirt setups... (oVirt doesn't care yet but once they start
to care, it's better to be ready.)

David

On Út, 2014-01-07 at 12:14 +0100, Christophe Fergeau wrote:
> Hey,
> 
> This is a series I've had locally for a while. It moves RedsStream related code
> out of reds.c to its own file. This shaves ~1000 lines of code out of reds.c
> The patch series could be split in 2 independent series, first one would be
> patches 1-8 which is code movements from reds.c to redsstream.c.
> Second part would be patch 9-17 were I move some RedsStream fields from being
> public (exposed in a .h file) to being private (only available in redsstream.c).
> 
> There are still a few public fields in RedsStream after this series, but I haven't
> addressed them yet. In particular, it would be nice to hide the 'socket' member
> behind accessors so that we have a clear idea of what the rest of spice-server code
> can/cannot do with this socket. At the moment, various part of spice-server
> directly call setsockopt or things like this on it.
> 
> Christophe
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel




More information about the Spice-devel mailing list