Re: [Spice-devel] [PATCH v2] Proto: Add preferred compression message and constants.

2015-05-29 Thread Christophe Fergeau
ACK. On Mon, Apr 27, 2015 at 10:01:00AM +0200, Javier Celaya wrote: > When accessing a virtual desktop from different devices, some may have > different image compression requirements, e.g. slow devices may prefer > the faster LZ4 over GLZ. This message instructs the server to switch the > image c

Re: [Spice-devel] [PATCH v2] Proto: Add preferred compression message and constants.

2015-05-20 Thread Javier Celaya
Hi El Miércoles, 20 de mayo de 2015 16:41:30 Victor Toso escribió: > Hi, > > > Any other comment on this patch (and the rest of the set)? Do you find it > > useful/less? Can anyone commit them? > > Sorry for the delay, I really think it is nice to have a way to chose > the compression, yes. I've

Re: [Spice-devel] [PATCH v2] Proto: Add preferred compression message and constants.

2015-05-20 Thread Victor Toso
Hi, > Any other comment on this patch (and the rest of the set)? Do you find it > useful/less? > Can anyone commit them? Sorry for the delay, I really think it is nice to have a way to chose the compression, yes. I've applied the patches and tested, it seems to work well. Not really important,

Re: [Spice-devel] [PATCH v2] Proto: Add preferred compression message and constants.

2015-05-07 Thread Javier Celaya
Hi El Lunes, 27 de abril de 2015 10:01:00 usted escribió: > When accessing a virtual desktop from different devices, some may have > different image compression requirements, e.g. slow devices may prefer > the faster LZ4 over GLZ. This message instructs the server to switch the > image compression

[Spice-devel] [PATCH v2] Proto: Add preferred compression message and constants.

2015-04-27 Thread Javier Celaya
When accessing a virtual desktop from different devices, some may have different image compression requirements, e.g. slow devices may prefer the faster LZ4 over GLZ. This message instructs the server to switch the image compression algorithm. This patch also promotes the SPICE_IMAGE_COMPRESS_* con