Re: [Spice-devel] Identifying and removing potentially divisive language

2020-07-01 Thread Michal Suchánek
On Wed, Jul 01, 2020 at 10:03:10AM +0200, Kevin Pouget wrote: > Hello SPICE community, > > following Chris Wright (Red Hat CTO) blog post on "Making open source > more inclusive by eradicating problematic language" [1], I would like > to suggest that we have a look at SPICE source code to find out

Re: [Spice-devel] Feature suggestion: Port tunneling between VM & client over spice-channel

2018-11-21 Thread Michal Suchánek
On Wed, 14 Nov 2018 16:16:27 +0100 Javier Celaya wrote: > Hi > FYI, in flexVDI we have already implemented this feature. We just had > not the time to split it into meaningful patches and share it with the > list. If you are really interested, we can try to dedicate some time to > it. > Our impl

Re: [Spice-devel] Windows 10 guest: 2D/3D Accel

2017-05-11 Thread Michal Suchánek
On Tue, 9 May 2017 17:22:46 +0200 Oscar Segarra wrote: > Hi, Christophe, > > Thanks a lot again for the detailed explanation. > > I understand perfectly the difference between client, host and guest. > In my enviornment client is ferdora 25, host is Centos 7 and guest is > Windows 10. > > Rega

Re: [Spice-devel] [PATCH v6 4/5] vdagentd: early return on bad message size

2017-02-10 Thread Michal Suchánek
On Mon, 30 Jan 2017 13:11:40 +0100 Christophe Fergeau wrote: > On Fri, Jan 27, 2017 at 03:37:17PM +0100, Michal Suchánek wrote: > > On Wed, 25 Jan 2017 08:24:55 +0100 > > Christophe Fergeau wrote: > > > > > On Tue, Jan 24, 2017 at 07:52:11PM +0100, Michal Suchán

Re: [Spice-devel] [PATCH v6 4/5] vdagentd: early return on bad message size

2017-01-27 Thread Michal Suchánek
On Wed, 25 Jan 2017 08:24:55 +0100 Christophe Fergeau wrote: > On Tue, Jan 24, 2017 at 07:52:11PM +0100, Michal Suchánek wrote: > > On Tue, 24 Jan 2017 09:45:37 +0100 > > Christophe Fergeau wrote: > > > > > > In this big switch, VD_AGENT_FILE_XFER_* and &

Re: [Spice-devel] [PATCH v6 5/5] Do endian swapping.

2017-01-24 Thread Michal Suchánek
On Mon, 23 Jan 2017 16:58:14 +0100 Michal Suchánek wrote: > On Mon, 23 Jan 2017 15:40:57 +0100 > Christophe de Dinechin wrote: > > > On 23/01/2017 14:53, Michal Suchanek wrote: > > > This allows running big endian and little endian guest side by > > > si

Re: [Spice-devel] [PATCH v6 5/5] Do endian swapping.

2017-01-23 Thread Michal Suchánek
On Mon, 23 Jan 2017 15:40:57 +0100 Christophe de Dinechin wrote: > On 23/01/2017 14:53, Michal Suchanek wrote: > > This allows running big endian and little endian guest side by side > > using cut & paste between them. > > > > There is a general design idea that swapping should come as close to >

Re: [Spice-devel] [PATCH v4] Do endian swapping.

2017-01-20 Thread Michal Suchánek
Hello, On Thu, 19 Jan 2017 16:18:27 +0100 Victor Toso wrote: > Hi, > > On Fri, Jan 13, 2017 at 07:32:12PM +0100, Michal Suchanek wrote: > > /* vdagentd <-> spice-client communication handling */ > > static void send_capabilities(struct vdagent_virtio_port *vport, > > uint32_t request)

Re: [Spice-devel] [PATCH v3 1/2] Do endian swapping.

2017-01-13 Thread Michal Suchánek
On Fri, 13 Jan 2017 06:52:17 -0500 (EST) Frediano Ziglio wrote: > > case VD_AGENT_FILE_XFER_STATUS: > > case VD_AGENT_FILE_XFER_DATA: > > +if (message_header->size < > > sizeof(VDAgentFileXferStartMessage)) > > +goto size_error; > > +*id = GUINT32_FROM_LE(*id

Re: [Spice-devel] [PATCH v3 1/2] Do endian swapping.

2017-01-12 Thread Michal Suchánek
Hello, On Wed, 11 Jan 2017 17:04:10 +0100 Victor Toso wrote: > Hi, > > Sorry for taking some time to reply back. > > On Mon, Jan 09, 2017 at 01:54:30PM +0100, Michal Suchanek wrote: > > This allows running big endian and little endian guest side by side > > using cut & paste between them. > >

Re: [Spice-devel] [PATCH v2 2/2] Quiet uninitialized variable warning.

2017-01-09 Thread Michal Suchánek
On Mon, 09 Jan 2017 10:51:34 +0100 Pavel Grunt wrote: Hello, > Hi Michal, > > On Fri, 2017-01-06 at 14:25 +0100, Michal Suchanek wrote: > > Signed-off-by: Michal Suchanek > > --- > >  src/vdagentd/vdagentd.c | 1 + > >  1 file changed, 1 insertion(+) > > > > diff --git a/src/vdagentd/vdagentd.

Re: [Spice-devel] [PATCH] Do endian swapping.

2016-12-14 Thread Michal Suchánek
On Wed, 14 Dec 2016 15:32:11 +0100 Christophe Fergeau wrote: > Hey, > > On Mon, Nov 28, 2016 at 03:08:34PM +0100, Michal Suchanek wrote: > > This allows running big endian and little endian guest side by side > > using cut&paste between them. > > > > There is some general design idea that swapp

Re: [Spice-devel] [PATCH] Do endian swapping.

2016-12-12 Thread Michal Suchánek
Hello, On Mon, 28 Nov 2016 15:08:34 +0100 Michal Suchanek wrote: > This allows running big endian and little endian guest side by side > using cut&paste between them. > > There is some general design idea that swapping should come as cloce > to virtio_read/virtio_write as possible. In particular

Re: [Spice-devel] MediaRedirection

2016-12-12 Thread Michal Suchánek
Hello, On Mon, 12 Dec 2016 16:15:53 +0800 Kenny Zhang wrote: > hi, > > Recently I used spice as remote viewer with Qemu, it's powerful. > Compared with freerdp, the video player, only support media player, > it's limited, and I get yours MediaRedirection( > https://www.spice-space.org/page/Feat