[Spice-devel] [PATCH 0/7] Code cleanup and cross-platform changes
Dan McGee
dpmcgee at gmail.com
Thu Jan 19 12:09:57 PST 2012
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
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
More information about the Spice-devel
mailing list