Re: [Spice-devel] [spice-common][PATCH 1/2] ppc: Deal with lz magic endianess

2015-05-19 Thread Denis Kirjanov
On 5/18/15, Fabiano FidĂȘncio wrote: > On Mon, May 18, 2015 at 6:13 PM, Christophe Fergeau > wrote: >> On Mon, May 18, 2015 at 03:10:57PM +0200, Fabiano FidĂȘncio wrote: >>> Since commit d39dfbfe lz magic is always treated as LE when encoded. >>> Treating it as a LE when decoding is now necessary a

Re: [Spice-devel] Running SPICE on PPC64

2015-05-15 Thread Denis Kirjanov
On 5/15/15, Fabiano FidĂȘncio wrote: > On Tue, Apr 21, 2015 at 2:47 PM, Denis Kirjanov wrote: >> On 4/14/15, Gerd Hoffmann wrote: >>> On Di, 2015-04-14 at 08:49 +0200, Gerd Hoffmann wrote: >>>> On Mo, 2015-04-13 at 16:43 +0300, Denis Kirjanov wrote: >>>&g

Re: [Spice-devel] [PATCH] server: input_channel: fix input on BE machines

2015-05-15 Thread Denis Kirjanov
On 5/12/15, Christophe Fergeau wrote: > On Mon, May 11, 2015 at 07:08:40PM +0300, Denis Kirjanov wrote: >> On 5/11/15, Christophe Fergeau wrote: >> > Hi, >> > >> > On Tue, Apr 14, 2015 at 10:26:20AM +0300, Denis Kirjanov wrote: >> >> > As this i

Re: [Spice-devel] [PATCH] server: input_channel: fix input on BE machines

2015-05-11 Thread Denis Kirjanov
On 5/11/15, Christophe Fergeau wrote: > Hi, > > On Tue, Apr 14, 2015 at 10:26:20AM +0300, Denis Kirjanov wrote: >> > As this is a similar issue as your patch about the number of channels, >> > can you double check that on your big endian builds, WORDS_BIG

Re: [Spice-devel] Running SPICE on PPC64

2015-04-21 Thread Denis Kirjanov
On 4/14/15, Gerd Hoffmann wrote: > On Di, 2015-04-14 at 08:49 +0200, Gerd Hoffmann wrote: >> On Mo, 2015-04-13 at 16:43 +0300, Denis Kirjanov wrote: >> > On 4/10/15, Christophe Fergeau wrote: >> > > On Fri, Apr 10, 2015 at 01:16:37PM +0300, Denis Kirjanov wrote:

Re: [Spice-devel] [PATCH] spice: fix simple display on bigendian hosts

2015-04-15 Thread Denis Kirjanov
On 4/15/15, Gerd Hoffmann wrote: > On Di, 2015-04-14 at 17:47 +0300, Denis Kirjanov wrote: >> On 4/14/15, Denis Kirjanov wrote: >> > On 4/14/15, Denis Kirjanov wrote: >> >> On 4/14/15, Gerd Hoffmann wrote: >> >>> Denis Kirjanov is busy getting sp

Re: [Spice-devel] [PATCH] spice: fix simple display on bigendian hosts

2015-04-14 Thread Denis Kirjanov
On 4/14/15, Denis Kirjanov wrote: > On 4/14/15, Denis Kirjanov wrote: >> On 4/14/15, Gerd Hoffmann wrote: >>> Denis Kirjanov is busy getting spice run on ppc64 and trapped into this >>> one. Spice wire format is little endian, so we have to explicitly say >>>

Re: [Spice-devel] [PATCH] spice: fix simple display on bigendian hosts

2015-04-14 Thread Denis Kirjanov
On 4/14/15, Denis Kirjanov wrote: > On 4/14/15, Gerd Hoffmann wrote: >> Denis Kirjanov is busy getting spice run on ppc64 and trapped into this >> one. Spice wire format is little endian, so we have to explicitly say >> we want little endian when letting pixman co

Re: [Spice-devel] [PATCH] spice: fix simple display on bigendian hosts

2015-04-14 Thread Denis Kirjanov
On 4/14/15, Gerd Hoffmann wrote: > Denis Kirjanov is busy getting spice run on ppc64 and trapped into this > one. Spice wire format is little endian, so we have to explicitly say > we want little endian when letting pixman convert the data for us. > > Reported-by: Denis Kirjanov

Re: [Spice-devel] [PATCH] server: input_channel: fix input on BE machines

2015-04-14 Thread Denis Kirjanov
when generated_server_demarshallers.c is built? Oh, I'll double check that. > Christophe > > On Mon, Apr 13, 2015 at 04:37:29PM +0300, Denis Kirjanov wrote: >> The following patch fixes the input between SPICE >> server on BE machine and LE client >> >> S

[Spice-devel] [PATCH] server: fix dump_bitmap() on BE machines

2015-04-13 Thread Denis Kirjanov
Also control the dump path though the SPICE_BMP_DUMP_PATH environment variable Signed-off-by: Denis Kirjanov --- server/spice_bitmap_utils.c | 37 - 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/server/spice_bitmap_utils.c b/server

Re: [Spice-devel] Running SPICE on PPC64

2015-04-13 Thread Denis Kirjanov
On 4/10/15, Christophe Fergeau wrote: > On Fri, Apr 10, 2015 at 01:16:37PM +0300, Denis Kirjanov wrote: >> Are you going to apply the patch series, based on the work by Erlon R. >> Cruz? >> >> Since my patches based on that. > > Ah, I had forgotten about these and

[Spice-devel] [PATCH] server: input_channel: fix input on BE machines

2015-04-13 Thread Denis Kirjanov
The following patch fixes the input between SPICE server on BE machine and LE client Signed-off-by: Denis Kirjanov --- server/inputs_channel.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/server/inputs_channel.c b/server/inputs_channel.c index

[Spice-devel] [PATCH] server: red_channel: properly handle ACK_SYNC on BE machines

2015-04-13 Thread Denis Kirjanov
This fixes session setup betwen BE host and LE client Signed-off-by: Denis Kirjanov --- server/red_channel.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/red_channel.c b/server/red_channel.c index a968309..1164cc2 100644 --- a/server/red_channel.c +++ b/server

Re: [Spice-devel] Running SPICE on PPC64

2015-04-07 Thread Denis Kirjanov
On 4/7/15, Christophe Fergeau wrote: > On Tue, Apr 07, 2015 at 06:07:14PM +0300, Denis Kirjanov wrote: >> Ok, that was an issue with the MSGC_ACK_SYNC handling since we have to >> convert it to the proper byte order. >> I'm not sure how to handle this: we could assume th

Re: [Spice-devel] Running SPICE on PPC64

2015-04-07 Thread Denis Kirjanov
On 4/7/15, Denis Kirjanov wrote: > On 4/7/15, Christophe Fergeau wrote: >> On Mon, Apr 06, 2015 at 01:29:49PM +0300, Denis Kirjanov wrote: >>> On 4/3/15, Christophe Fergeau wrote: >>> > Hi, >>> > >>> > On Thu, Apr 02, 2015 at 07:11:47PM +03

Re: [Spice-devel] Running SPICE on PPC64

2015-04-07 Thread Denis Kirjanov
On 4/7/15, Christophe Fergeau wrote: > On Mon, Apr 06, 2015 at 01:29:49PM +0300, Denis Kirjanov wrote: >> On 4/3/15, Christophe Fergeau wrote: >> > Hi, >> > >> > On Thu, Apr 02, 2015 at 07:11:47PM +0300, Denis Kirjanov wrote: >> >> The rendering

Re: [Spice-devel] Running SPICE on PPC64

2015-04-06 Thread Denis Kirjanov
On 4/3/15, Christophe Fergeau wrote: > Hi, > > On Thu, Apr 02, 2015 at 07:11:47PM +0300, Denis Kirjanov wrote: >> The rendering between ppc64 server and x86 client works super slow. >> Any hints where to look at? > > Not really no... Is the same VM over VNC slow or not?

Re: [Spice-devel] Running SPICE on PPC64

2015-04-02 Thread Denis Kirjanov
On 3/25/15, Christophe Fergeau wrote: > Hey Denis, > > On Wed, Mar 25, 2015 at 04:10:13PM +0300, Denis Kirjanov wrote: >> On 3/18/15, Uri Lublin wrote: >> > On 03/18/2015 04:38 PM, Denis Kirjanov wrote: >> >> On 3/18/15, Uri Lublin wrote: >> >>

Re: [Spice-devel] [PATCH] reds: send the number of channel in the LE byte-order

2015-03-27 Thread Denis Kirjanov
On 3/27/15, Christophe Fergeau wrote: > Hey, > > On Thu, Mar 26, 2015 at 05:52:05PM +0300, Denis Kirjanov wrote: >> Since the spice protocol is LE send the number of channels in >> the proper byte order >> >> Signed-off-by: Denis Kirjanov >> --- >>

Re: [Spice-devel] [PATCH] reds: send the number of channel in the LE byte-order

2015-03-27 Thread Denis Kirjanov
On 3/26/15, Denis Kirjanov wrote: > Since the spice protocol is LE send the number of channels in > the proper byte order > Hey guys, any comment on this? Thanks! > Signed-off-by: Denis Kirjanov > --- > server/reds.c |4 +++- > 1 file changed, 3 insertions(+), 1

[Spice-devel] [PATCH] reds: send the number of channel in the LE byte-order

2015-03-26 Thread Denis Kirjanov
Since the spice protocol is LE send the number of channels in the proper byte order Signed-off-by: Denis Kirjanov --- server/reds.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/reds.c b/server/reds.c index f61d5d3..468ac9c 100644 --- a/server/reds.c +++ b

Re: [Spice-devel] Running SPICE on PPC64

2015-03-25 Thread Denis Kirjanov
On 3/18/15, Uri Lublin wrote: > On 03/18/2015 04:38 PM, Denis Kirjanov wrote: >> On 3/18/15, Uri Lublin wrote: >>> 3. What is the output of "info spice" qemu-kvm monitor command, after >>> connecting with the client and while seeing the black screen.

Re: [Spice-devel] Running SPICE on PPC64

2015-03-18 Thread Denis Kirjanov
On 3/18/15, Uri Lublin wrote: > On 03/18/2015 12:41 PM, Christophe Fergeau wrote: >> On Wed, Mar 18, 2015 at 01:10:42PM +0300, Denis Kirjanov wrote: >>> On 3/18/15, Christophe Fergeau wrote: >>>> Hi Denis, >>>> >>>> On Wed, Mar 18, 2015 at 12

Re: [Spice-devel] Running SPICE on PPC64

2015-03-18 Thread Denis Kirjanov
On 3/18/15, Christophe Fergeau wrote: > On Wed, Mar 18, 2015 at 01:10:42PM +0300, Denis Kirjanov wrote: >> On 3/18/15, Christophe Fergeau wrote: >> > Hi Denis, >> > >> > On Wed, Mar 18, 2015 at 12:31:25PM +0300, Denis Kirjanov wrote: >> >> I&#x

Re: [Spice-devel] Running SPICE on PPC64

2015-03-18 Thread Denis Kirjanov
On 3/18/15, Christophe Fergeau wrote: > Hi Denis, > > On Wed, Mar 18, 2015 at 12:31:25PM +0300, Denis Kirjanov wrote: >> I've found in the mailing list that you were running SPICE on ppc >> system. I'm trying to connect to the qemu ppc64 (version 2.2.1 with &g