Re: [Spice-devel] [PATCH vdagent 09/11] udscs: allow fd control outside udscs

2017-09-28 Thread Frediano Ziglio
> On Thu, Sep 28, 2017 at 3:13 PM Frediano Ziglio < fzig...@redhat.com > wrote: > > > On Wed, Sep 27, 2017 at 12:44 PM Frediano Ziglio < fzig...@redhat.com > > > > wrote: > > > > > > > > > > > > > > > > > > > From: Victor Toso < m...@victortoso.com > > > > > > > > > > > > > > > > > >

Re: [Spice-devel] [PATCH vdagent 09/11] udscs: allow fd control outside udscs

2017-09-28 Thread Jakub Janků
On Thu, Sep 28, 2017 at 3:13 PM Frediano Ziglio wrote: > > > On Wed, Sep 27, 2017 at 12:44 PM Frediano Ziglio > wrote: > >> > >> > From: Victor Toso >> > >> > This patch export two existing functions `udscs_do_read()` and >> >

Re: [Spice-devel] [PATCH vdagent 09/11] udscs: allow fd control outside udscs

2017-09-28 Thread Frediano Ziglio
> On Wed, Sep 27, 2017 at 12:44 PM Frediano Ziglio < fzig...@redhat.com > > wrote: > > > > > > > From: Victor Toso < m...@victortoso.com > > > > > > > > > This patch export two existing functions `udscs_do_read()` and > > > > `udscs_do_write()` and also creates a new one

Re: [Spice-devel] [PATCH vdagent 09/11] udscs: allow fd control outside udscs

2017-09-28 Thread Jakub Janků
On Wed, Sep 27, 2017 at 12:44 PM Frediano Ziglio wrote: > > > > From: Victor Toso > > > > This patch export two existing functions `udscs_do_read()` and > > `udscs_do_write()` and also creates a new one `udscs_client_get_fd()`. > > > > The intention of

Re: [Spice-devel] [PATCH vdagent 09/11] udscs: allow fd control outside udscs

2017-09-27 Thread Frediano Ziglio
> > From: Victor Toso > > This patch export two existing functions `udscs_do_read()` and > `udscs_do_write()` and also creates a new one `udscs_client_get_fd()`. > > The intention of this functions is to allow vdagent to check if > connection's socket is ready to read or

[Spice-devel] [PATCH vdagent 09/11] udscs: allow fd control outside udscs

2017-09-26 Thread Jakub Janků
From: Victor Toso This patch export two existing functions `udscs_do_read()` and `udscs_do_write()` and also creates a new one `udscs_client_get_fd()`. The intention of this functions is to allow vdagent to check if connection's socket is ready to read or write. This will