[Spice-devel] [PATCH 0/7] Code cleanup and cross-platform changes

Alon Levy alevy at redhat.com
Mon Jan 23 02:43:15 PST 2012


On Thu, Jan 19, 2012 at 02:09:57PM -0600, Dan McGee wrote:
> The goal of these 8 patches is to lay the stage for spice to run on more
> platforms- other Linux distributions as well as Solaris/Illumos.
> 
> Some patches are simple cleanups with no functional changes; these were done
> while attempting to grasp the codebase and avoid the git pre-commit hook not
> liking my later work.
> 
> Others are small tweaks to get things running successfully out of the box- a
> small fix for finding the proper python interpreter, guarding Linux-specific
> socket options, removing Linux headers no longer used, etc.
> 
> I'm more than happy to answer any questions or deal with any feedback on these,
> thanks!
> 
> -Dan
> 

Thanks for the patches, pushed.

> 
> Dan McGee (6):
>   Fix line length errors in main_channel
>   Fix git commit hook errors in red_worker
>   Update .gitignore with a few more generated files
>   server/inputs_channel: don't set O_ASYNC option on socket
>   Remove epoll headers from client code
>   Use found python binary to check for pyparsing
> 
> Nahum Shalman (1):
>   server: don't complain if setsockopt(SO_PRIORITY) call fails
> 
>  .gitignore                |    2 +
>  client/.gitignore         |    1 +
>  client/x11/.gitignore     |    1 +
>  client/x11/named_pipe.cpp |    1 -
>  client/x11/platform.cpp   |    1 -
>  common/.gitignore         |    1 +
>  configure.ac              |    3 +-
>  server/inputs_channel.c   |    9 +----
>  server/main_channel.c     |   23 ++++++------
>  server/red_worker.c       |   88 ++++++++++++++++++++++++++++----------------
>  server/snd_worker.c       |    8 ++++-
>  server/tests/.gitignore   |    2 +
>  12 files changed, 86 insertions(+), 54 deletions(-)
> 
> -- 
> 1.7.8.3
> 
> _______________________________________________
> 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