Re: [Spice-devel] [PATCH spice 4/8 v2] Receive the GraphicsDeviceInfo message from the streaming agent

2019-01-17 Thread Jonathon Jongsma
On Wed, 2019-01-16 at 13:34 +0100, Lukáš Hrázký wrote: > > > +StreamMsgDeviceDisplayInfo *display_info_msg = > > > >msg->device_display_info; > > > + > > > +size_t device_address_len = > > > GUINT32_FROM_LE(display_info_msg->device_address_len); > > > +if (device_address_len >

Re: [Spice-devel] [PATCH spice 4/8 v2] Receive the GraphicsDeviceInfo message from the streaming agent

2019-01-16 Thread Lukáš Hrázký
On Tue, 2019-01-15 at 08:31 -0500, Frediano Ziglio wrote: > > > > Receives the GraphicsDeviceInfo message from the streaming agent and > > stores the data in a list on the streaming device. > > > > Signed-off-by: Lukáš Hrázký > > --- > > server/display-limits.h| 3 ++ > > server/red-qxl.c

Re: [Spice-devel] [PATCH spice 4/8 v2] Receive the GraphicsDeviceInfo message from the streaming agent

2019-01-15 Thread Frediano Ziglio
> > Receives the GraphicsDeviceInfo message from the streaming agent and > stores the data in a list on the streaming device. > > Signed-off-by: Lukáš Hrázký > --- > server/display-limits.h| 3 ++ > server/red-qxl.c | 2 +- > server/red-stream-device.c | 67