This patchset touches 3 areas: Patches 1-4 Xspice script Add some checks/warnings and run vdagentd with -f command line option If people prefer I can squash the checks/warning patches Patches 4-9 fix compiler warnings Some copromises were made in order to fix those warnings Patches 10-11 modify README.xspice Added more example commands I hope would help people Make xspice+xserver build on a RHEL-6 machine (clone/build more git repos) If people prefer I can split patch 10 into more patches Uri Lublin (11): scripts/Xspice: which: warn if executable is not found scripts/Xspice: better error messages for missing vdagent binaries scripts/Xspice: add default spice-vdagent executable names scripts/Xspice: run vdagentd with -f command line option (fake uinput) playback_dir_changed: rename variable "index" to "offset" vmc_read: rename variable "read" to "nbytes" uxa: fix compiler warnings (initialize width, height, [xy]Dst_copy) configure: include assert.h and values.h (fix compiler warning y1) qxl_ring: replace memcpy with a simple copy_to/from_qxl_ring README.xspice: clone more repos, add some script lines and more README.xspice: clone and install xkeyboard-config README.xspice | 97 ++++++++++++++++++++++++++++++++++++------------ configure.ac | 2 + scripts/Xspice | 20 ++++++++- src/qxl_ring.c | 24 ++++++++++-- src/spiceqxl_audio.c | 16 ++++---- src/spiceqxl_vdagent.c | 8 ++-- src/uxa/uxa-glyphs.c | 2 +- src/uxa/uxa-render.c | 4 +- 8 files changed, 127 insertions(+), 46 deletions(-) _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel