This patchset supersedes last patchset. Changes: - rebased; - merged regression fix from Pavel; - removed merged patches; - many patches in the branch (one already posted) was changed to fix statistics and lz4 code; - added a patch from refactory branch. Excluded "worker: simplify RedCompressBuf" patch, waiting for Christophe reply. Lot of changes were integrated so I consider all ACKs dropped. The number of patches in the list are quite less than usual but there are some big one. I didn't find time to propose a new version for "worker: don't use weird RedCompressedBuf nbytes shifting" Jonathon Jongsma (1): worker: Move stream functions to stream.c Marc-André Lureau (6): worker: remove current_add assert worker: move surfaces to DisplayChannel worker: remove cursor channel asserts worker: move compression parameters to dcc worker: don't use weird RedCompressedBuf nbytes shifting worker: painfully move display_channel_add_drawable server/cursor-channel.c | 6 +- server/display-channel.c | 629 ++++++++++++- server/display-channel.h | 118 ++- server/red_worker.c | 2286 +++++++++++----------------------------------- server/red_worker.h | 3 + server/stream.c | 430 +++++++++ server/stream.h | 21 +- server/tree.c | 50 + server/tree.h | 5 + 9 files changed, 1770 insertions(+), 1778 deletions(-) -- 2.4.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel