Re: [Spice-devel] [PATCH spice-protocol 1/8] Add the VDAgentGraphicsDeviceInfo message

2019-01-11 Thread Lukáš Hrázký
Hi, On Thu, 2019-01-10 at 14:13 -0600, Jonathon Jongsma wrote: > On Tue, 2019-01-08 at 16:28 +0100, Lukáš Hrázký wrote: > > The message serves for passing the device address and device display > > ID > > information for all display channels from SPICE server to the > > vd_agent. > > > > Signed-of

Re: [Spice-devel] [PATCH spice-protocol 1/8] Add the VDAgentGraphicsDeviceInfo message

2019-01-10 Thread Jonathon Jongsma
On Tue, 2019-01-08 at 16:28 +0100, Lukáš Hrázký wrote: > The message serves for passing the device address and device display > ID > information for all display channels from SPICE server to the > vd_agent. > > Signed-off-by: Lukáš Hrázký > --- > spice/vd_agent.h | 15 +++ > 1 file c

Re: [Spice-devel] [PATCH spice-protocol 1/8] Add the VDAgentGraphicsDeviceInfo message

2019-01-09 Thread Lukáš Hrázký
On Wed, 2019-01-09 at 06:30 -0500, Frediano Ziglio wrote: > > > > On Wed, 2019-01-09 at 02:41 -0500, Frediano Ziglio wrote: > > > > > > > > The message serves for passing the device address and device display ID > > > > information for all display channels from SPICE server to the vd_agent. > > >

Re: [Spice-devel] [PATCH spice-protocol 1/8] Add the VDAgentGraphicsDeviceInfo message

2019-01-09 Thread Frediano Ziglio
> > On Wed, 2019-01-09 at 02:41 -0500, Frediano Ziglio wrote: > > > > > > The message serves for passing the device address and device display ID > > > information for all display channels from SPICE server to the vd_agent. > > > > > > Signed-off-by: Lukáš Hrázký > > > --- > > > spice/vd_agent

Re: [Spice-devel] [PATCH spice-protocol 1/8] Add the VDAgentGraphicsDeviceInfo message

2019-01-09 Thread Lukáš Hrázký
On Wed, 2019-01-09 at 02:41 -0500, Frediano Ziglio wrote: > > > > The message serves for passing the device address and device display ID > > information for all display channels from SPICE server to the vd_agent. > > > > Signed-off-by: Lukáš Hrázký > > --- > > spice/vd_agent.h | 15 +++

Re: [Spice-devel] [PATCH spice-protocol 1/8] Add the VDAgentGraphicsDeviceInfo message

2019-01-08 Thread Frediano Ziglio
> > The message serves for passing the device address and device display ID > information for all display channels from SPICE server to the vd_agent. > > Signed-off-by: Lukáš Hrázký > --- > spice/vd_agent.h | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/spice/vd_agen

[Spice-devel] [PATCH spice-protocol 1/8] Add the VDAgentGraphicsDeviceInfo message

2019-01-08 Thread Lukáš Hrázký
The message serves for passing the device address and device display ID information for all display channels from SPICE server to the vd_agent. Signed-off-by: Lukáš Hrázký --- spice/vd_agent.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/spice/vd_agent.h b/spice/vd_agent.