Re: [Spice-devel] [RFC PATCH vdagent 14/16] Adding ioctl operation to update Vdagent state

2016-07-20 Thread Frediano Ziglio
0, 2016 6:11:27 PM > Subject: Re: [Spice-devel] [RFC PATCH vdagent 14/16] Adding ioctl operation > to update Vdagent state > This style was used in order to match the current style of VDAgent. > On Mon, Jul 18, 2016 at 10:54 AM, Frediano Ziglio < fzig...@redhat.com

Re: [Spice-devel] [RFC PATCH vdagent 14/16] Adding ioctl operation to update Vdagent state

2016-07-20 Thread Sameeh Jubran
This style was used in order to match the current style of VDAgent. On Mon, Jul 18, 2016 at 10:54 AM, Frediano Ziglio wrote: > > > > From: Sameeh Jubran > > > > This patch adds new ioctl operation to Vdagent in order to update > > the driver on Vdagent state. This allows the driver to know > >

Re: [Spice-devel] [RFC PATCH vdagent 14/16] Adding ioctl operation to update Vdagent state

2016-07-20 Thread Christophe Fergeau
On Wed, Jul 20, 2016 at 06:00:53PM +0200, Christophe Fergeau wrote: > On Mon, Jul 18, 2016 at 09:34:48AM +0300, Dmitry Fleytman wrote: > > From: Sameeh Jubran > > > > This patch adds new ioctl operation to Vdagent in order to update > > the driver on Vdagent state. This allows the driver to know

Re: [Spice-devel] [RFC PATCH vdagent 14/16] Adding ioctl operation to update Vdagent state

2016-07-20 Thread Christophe Fergeau
On Mon, Jul 18, 2016 at 09:34:48AM +0300, Dmitry Fleytman wrote: > From: Sameeh Jubran > > This patch adds new ioctl operation to Vdagent in order to update > the driver on Vdagent state. This allows the driver to know > when Vdagent is running and when it is off. Why does it need to know that?

Re: [Spice-devel] [RFC PATCH vdagent 14/16] Adding ioctl operation to update Vdagent state

2016-07-18 Thread Frediano Ziglio
> > From: Sameeh Jubran > > This patch adds new ioctl operation to Vdagent in order to update > the driver on Vdagent state. This allows the driver to know > when Vdagent is running and when it is off. > > Signed-off-by: Sameeh Jubran > Signed-off-by: Dmitry Fleytman > --- > vdagent/desktop_

[Spice-devel] [RFC PATCH vdagent 14/16] Adding ioctl operation to update Vdagent state

2016-07-17 Thread Dmitry Fleytman
From: Sameeh Jubran This patch adds new ioctl operation to Vdagent in order to update the driver on Vdagent state. This allows the driver to know when Vdagent is running and when it is off. Signed-off-by: Sameeh Jubran Signed-off-by: Dmitry Fleytman --- vdagent/desktop_layout.cpp| 21