Re: [Spice-devel] [PATCH spice-server v2] red-parse-qxl: Fix QUIC images from QXL

2019-07-31 Thread Uri Lublin
On 7/24/19 2:37 PM, Frediano Ziglio wrote: Hi Frediano, On 7/23/19 11:21 PM, Frediano Ziglio wrote: The decoding is wrong, the Red and QXL structures are different so code is not doing what is expected. red-parse-qxl translate from QXL to Red structures, red-record-qxl saves Red structure to f

Re: [Spice-devel] [PATCH spice-server v2] red-parse-qxl: Fix QUIC images from QXL

2019-07-24 Thread Frediano Ziglio
> > Hi Frediano, > > On 7/23/19 11:21 PM, Frediano Ziglio wrote: > > The decoding is wrong, the Red and QXL structures are different so > > code is not doing what is expected. red-parse-qxl translate from QXL > > to Red structures, red-record-qxl saves Red structure to file, > > red-replay-qxl is

Re: [Spice-devel] [PATCH spice-server v2] red-parse-qxl: Fix QUIC images from QXL

2019-07-24 Thread Uri Lublin
Hi Frediano, On 7/23/19 11:21 PM, Frediano Ziglio wrote: The decoding is wrong, the Red and QXL structures are different so code is not doing what is expected. red-parse-qxl translate from QXL to Red structures, red-record-qxl saves Red structure to file, red-replay-qxl is supposed to read from

[Spice-devel] [PATCH spice-server v2] red-parse-qxl: Fix QUIC images from QXL

2019-07-23 Thread Frediano Ziglio
The decoding is wrong, the Red and QXL structures are different so code is not doing what is expected. red-parse-qxl translate from QXL to Red structures, red-record-qxl saves Red structure to file, red-replay-qxl is supposed to read from file into QXL directly. If a Quic image is stored inside QX