Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-29 Thread Marc-André Lureau
Hi On Fri, Mar 29, 2019 at 10:11 AM Frediano Ziglio wrote: > > > > > Hi > > > > On Thu, Mar 28, 2019 at 6:05 PM Frediano Ziglio wrote: > > > > > > > > > > > ..Hi > > > > > > > > On Thu, Mar 28, 2019 at 4:14 PM Frediano Ziglio > > > > wrote: > > > > > > The role of the grab message is to take

Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-29 Thread Frediano Ziglio
> > Hi > > On Thu, Mar 28, 2019 at 6:05 PM Frediano Ziglio wrote: > > > > > > > > ..Hi > > > > > > On Thu, Mar 28, 2019 at 4:14 PM Frediano Ziglio > > > wrote: > > > > > The role of the grab message is to take ownership of the clipboard > > > > > (to > > > > > advertize clipboard data

Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-28 Thread Marc-André Lureau
Hi On Thu, Mar 28, 2019 at 6:05 PM Frediano Ziglio wrote: > > > > > ..Hi > > > > On Thu, Mar 28, 2019 at 4:14 PM Frediano Ziglio wrote: > > > > The role of the grab message is to take ownership of the clipboard (to > > > > advertize clipboard data available). It may come at any time from both >

Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-28 Thread Frediano Ziglio
> > ..Hi > > On Thu, Mar 28, 2019 at 4:14 PM Frediano Ziglio wrote: > > > The role of the grab message is to take ownership of the clipboard (to > > > advertize clipboard data available). It may come at any time from both > > > side, and override the current grab owner. It may come from the

Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-28 Thread Marc-André Lureau
..Hi On Thu, Mar 28, 2019 at 4:14 PM Frediano Ziglio wrote: > > The role of the grab message is to take ownership of the clipboard (to > > advertize clipboard data available). It may come at any time from both > > side, and override the current grab owner. It may come from the guest > > (after

Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-28 Thread Frediano Ziglio
> Hi > > On Wed, Mar 27, 2019 at 4:50 PM Frediano Ziglio wrote: > > > > > Hi > > > > > > On Wed, Mar 27, 2019 at 8:23 AM Frediano Ziglio > > > wrote: > > > > > > > > > > > > > > From: Marc-André Lureau > > > > > > > > > > When this capability is negoticated by both the client & the agent, > >

Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-28 Thread Marc-André Lureau
Hi On Wed, Mar 27, 2019 at 4:50 PM Frediano Ziglio wrote: > > > Hi > > > > On Wed, Mar 27, 2019 at 8:23 AM Frediano Ziglio wrote: > > > > > > > > > > > From: Marc-André Lureau > > > > > > > > When this capability is negoticated by both the client & the agent, > > > > > > negotiated > > > > > >

Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-27 Thread Frediano Ziglio
> Hi > > On Wed, Mar 27, 2019 at 8:23 AM Frediano Ziglio wrote: > > > > > > > > From: Marc-André Lureau > > > > > > When this capability is negoticated by both the client & the agent, > > > > negotiated > > > > > the clipboard grab messages have an associated serial counter. > > > > > > The

Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-27 Thread Marc-André Lureau
Hi On Wed, Mar 27, 2019 at 8:23 AM Frediano Ziglio wrote: > > > > > From: Marc-André Lureau > > > > When this capability is negoticated by both the client & the agent, > > negotiated > > > the clipboard grab messages have an associated serial counter. > > > > The serial is reset to 0 upon

Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-27 Thread Frediano Ziglio
> > From: Marc-André Lureau > > When this capability is negoticated by both the client & the agent, negotiated > the clipboard grab messages have an associated serial counter. > > The serial is reset to 0 upon client connection. > > The counter is increment by 1 on each grab message, by

Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-26 Thread Jakub Janku
Hi, On Sun, Mar 24, 2019 at 7:40 PM Marc-André Lureau wrote: > > Hi > > On Sun, Mar 24, 2019 at 6:49 PM Jakub Janku wrote: > > > > On Fri, Mar 22, 2019 at 2:57 PM wrote: > > > > > > From: Marc-André Lureau > > > > > > When this capability is negoticated by both the client & the agent, > > >

Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-24 Thread Marc-André Lureau
Hi On Sun, Mar 24, 2019 at 6:49 PM Jakub Janku wrote: > > On Fri, Mar 22, 2019 at 2:57 PM wrote: > > > > From: Marc-André Lureau > > > > When this capability is negoticated by both the client & the agent, > > the clipboard grab messages have an associated serial counter. > > > > The serial is

Re: [Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-24 Thread Jakub Janku
On Fri, Mar 22, 2019 at 2:57 PM wrote: > > From: Marc-André Lureau > > When this capability is negoticated by both the client & the agent, > the clipboard grab messages have an associated serial counter. > > The serial is reset to 0 upon client connection. > > The counter is increment by 1 on

[Spice-devel] [PATCH spice-protocol 3/3] vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL

2019-03-22 Thread marcandre . lureau
From: Marc-André Lureau When this capability is negoticated by both the client & the agent, the clipboard grab messages have an associated serial counter. The serial is reset to 0 upon client connection. The counter is increment by 1 on each grab message, by both sides. The sender of the