Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-08 Thread Victor Toso
Hi, On Mon, Aug 08, 2016 at 05:52:41PM +0300, Sameeh Jubran wrote: > Hi, > > NOTE: Only after adding "vmport=off" to "-machine" in the qemu command the > "mouse toggle" feature appeared in Spicy window. Ok > > After retesting the mouse mode toggle correctly, turns out that the patch > DOES NOT c

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-08 Thread Sameeh Jubran
Hi, NOTE: Only after adding "vmport=off" to "-machine" in the qemu command the "mouse toggle" feature appeared in Spicy window. After retesting the mouse mode toggle correctly, turns out that the patch DOES NOT change the behaviour before applying this patch, The mouse is visible and the mouse is

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-08 Thread Victor Toso
Hi, On Mon, Aug 08, 2016 at 10:55:01AM +0300, Dmitry Fleytman wrote: > >> After testing this patch with spicy it turns out that the mouse is > >> always in client mode as long as vdagent is running. That's weird, I just tested here with spicy (upstream) on windows 7 with spice-guest-tools install

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-08 Thread Dmitry Fleytman
> On 8 Aug 2016, at 10:48 AM, Frediano Ziglio wrote: > > > >> Hi Vector, > >> After testing this patch with spicy it turns out that the mouse is always in >> client mode as long as >> vdagent is running, However this behaviour is the same as the one prior to >> this patch which means >> that

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-08 Thread Sameeh Jubran
No the patch works great, however Victor asked: > "Just to be sure. I can still have mouse in server mode when VDAgent is > running?" and after investigating this is what I have found. On Mon, Aug 8, 2016 at 10:48 AM, Frediano Ziglio wrote: > > > > Hi Vector, > > > After testing this patch wit

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-08 Thread Frediano Ziglio
> Hi Vector, > After testing this patch with spicy it turns out that the mouse is always in > client mode as long as > vdagent is running, However this behaviour is the same as the one prior to > this patch which means > that this patch doesn't change the current behaviour of the mouse mode. Th

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-08 Thread Sameeh Jubran
Hi Vector, After testing this patch with spicy it turns out that the mouse is always in client mode as long as vdagent is running, However this behaviour is the same as the one prior to this patch which means that this patch doesn't change the current behaviour of the mouse mode. On Thu, Aug 4, 2

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-04 Thread Victor Toso
Hi, On Thu, Aug 04, 2016 at 05:07:35PM +0300, Dmitry Fleytman wrote: > >>> On Thu, Aug 04, 2016 at 06:34:14AM -0700, Dmitry Fleytman wrote: > Hi Victor, > > How do we configure server mouse with VDAgent running? > >>> > >>> You mean the host/VM configuration? What I mean by my quest

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-04 Thread Dmitry Fleytman
> On 4 Aug 2016, at 17:02 PM, Victor Toso wrote: > > Hi, > > On Thu, Aug 04, 2016 at 05:00:33PM +0300, Dmitry Fleytman wrote: >> >>> On 4 Aug 2016, at 16:44 PM, Victor Toso wrote: >>> >>> Hi, >>> >>> On Thu, Aug 04, 2016 at 06:34:14AM -0700, Dmitry Fleytman wrote: Hi Victor,

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-04 Thread Victor Toso
Hi, On Thu, Aug 04, 2016 at 05:00:33PM +0300, Dmitry Fleytman wrote: > > > On 4 Aug 2016, at 16:44 PM, Victor Toso wrote: > > > > Hi, > > > > On Thu, Aug 04, 2016 at 06:34:14AM -0700, Dmitry Fleytman wrote: > >> Hi Victor, > >> > >> How do we configure server mouse with VDAgent running? > >

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-04 Thread Dmitry Fleytman
> On 4 Aug 2016, at 16:44 PM, Victor Toso wrote: > > Hi, > > On Thu, Aug 04, 2016 at 06:34:14AM -0700, Dmitry Fleytman wrote: >> Hi Victor, >> >> How do we configure server mouse with VDAgent running? > > You mean the host/VM configuration? What I mean by my question is that > we can send a S

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-04 Thread Victor Toso
Hi, On Thu, Aug 04, 2016 at 06:34:14AM -0700, Dmitry Fleytman wrote: > Hi Victor, > > How do we configure server mouse with VDAgent running? You mean the host/VM configuration? What I mean by my question is that we can send a SpiceMsgcMainMouseModeRequest from client to change mouse mode and I wo

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-04 Thread Dmitry Fleytman
Hi Victor, How do we configure server mouse with VDAgent running? Thanks, Dmitry On Thu, Aug 4, 2016 at 6:30 AM, Victor Toso wrote: > Hi, > > On Wed, Aug 03, 2016 at 06:45:29PM +0300, Sameeh Jubran wrote: > > This patch adds new ioctl operation to Vdagent in order to update > > the driver on

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-04 Thread Victor Toso
Hi, On Wed, Aug 03, 2016 at 06:45:29PM +0300, Sameeh Jubran wrote: > 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. > > Spice supports two mouse modes: server and client.

Re: [Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-03 Thread Frediano Ziglio
> > 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. > > Spice supports two mouse modes: server and client. The server mouse > mode pointer should be enabled when vdagent i

[Spice-devel] [PATCH win-vdagent] Adding ioctl operation to update Vdagent state

2016-08-03 Thread 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. Spice supports two mouse modes: server and client. The server mouse mode pointer should be enabled when vdagent is off and the c