Re: [Spice-devel] [PATCH v6 10/10] win-usbredir: Use UsbDk backend when available

2016-02-05 Thread Jonathon Jongsma
On Thu, 2015-10-29 at 17:26 +0200, Dmitry Fleytman wrote: > Signed-off-by: Dmitry Fleytman > --- > src/usb-device-manager.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/src/usb-device-manager.c b/src/usb-device-manager.c > index 53820b4..f4e48eb 100644 > --- a/src

Re: [Spice-devel] [PATCH v6 08/10] usbdk: Load hide rules for auto-redirected devices

2016-02-05 Thread Jonathon Jongsma
On Fri, 2016-02-05 at 10:21 -0600, Jonathon Jongsma wrote: > On Thu, 2016-02-04 at 16:40 -0600, Jonathon Jongsma wrote: > > On Thu, 2015-10-29 at 17:26 +0200, Dmitry Fleytman wrote: > > > Hide rules order UsbDk to avoid showing specific USB > > > devices to Windows PnP manager. > > > > > > Spice-g

Re: [Spice-devel] [PATCH v6 09/10] win-usbredir: Do not use UsbClerk for non-WinUsb backends

2016-02-05 Thread Jonathon Jongsma
On Thu, 2015-10-29 at 17:26 +0200, Dmitry Fleytman wrote: > Signed-off-by: Dmitry Fleytman > --- > src/usb-device-manager.c | 50 ++- > - > 1 file changed, 31 insertions(+), 19 deletions(-) > > diff --git a/src/usb-device-manager.c b/src/usb-device-man

Re: [Spice-devel] [PATCH v6 08/10] usbdk: Load hide rules for auto-redirected devices

2016-02-05 Thread Jonathon Jongsma
On Thu, 2016-02-04 at 16:40 -0600, Jonathon Jongsma wrote: > On Thu, 2015-10-29 at 17:26 +0200, Dmitry Fleytman wrote: > > Hide rules order UsbDk to avoid showing specific USB > > devices to Windows PnP manager. > > > > Spice-gtk loads hide rules for devices that should be > > automatically redire

[Spice-devel] [PATCH 3/4] move gl_draw_async_count to DisplayChannel

2016-02-05 Thread Frediano Ziglio
Looks like is a more appropriate place. Note that this make patch smaller. Also this is more symmetric having gl_draw_ongoing in DisplayChannelClient. This patch could be squashed in another. Signed-off-by: Frediano Ziglio --- server/display-channel.c | 18 -- server/display-chan

[Spice-devel] [PATCH 4/4] do not reset gl_draw_ongoing before calling display_channel_gl_draw_done

2016-02-05 Thread Frediano Ziglio
This will cause a failure of the function. The function is supposed to be called with this flag TRUE. This patch should be squashed into another. Signed-off-by: Frediano Ziglio --- server/dcc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/dcc.c b/server/dcc.c index 2367c5e..5ccbda1

[Spice-devel] [PATCH 1/4] removed unused sent field

2016-02-05 Thread Frediano Ziglio
This patch should be squashed to another one. Signed-off-by: Frediano Ziglio --- server/dcc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/server/dcc.h b/server/dcc.h index 842b7d4..a482938 100644 --- a/server/dcc.h +++ b/server/dcc.h @@ -132,7 +132,6 @@ typedef struct GlScanoutUnixItem {

[Spice-devel] [PATCH 2/4] do not crash if client send spurious messages

2016-02-05 Thread Frediano Ziglio
Reduce critical message to a warning. This condition can be easily be trigger by malicious clients. This patch could be squashed in another. Signed-off-by: Frediano Ziglio --- server/dcc.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/dcc.c b/server/dcc.c index

[Spice-devel] [PATCH 0/4] Miscellaneous patches for local Virgil support

2016-02-05 Thread Frediano Ziglio
Mainly small changes. Mostly could or should squashed to main ones. Frediano Ziglio (4): removed unused sent field do not crash if client send spurious messages move gl_draw_async_count to DisplayChannel do not reset gl_draw_ongoing before calling display_channel_gl_draw_done server/

Re: [Spice-devel] [PATCH v9 00/24] Add GStreamer support for video streaming

2016-02-05 Thread Pavel Grunt
Hi Francois, On Fri, 2016-02-05 at 05:27 +0100, Francois Gouget wrote: > On Thu, 28 Jan 2016, Pavel Grunt wrote: > [...] > > I can provide a recording without the warning: > > http://people.freedesktop.org/~pgrunt/rhel6_gstreamer_record.spice. > > xz > > > > It seems that gstreamer has problem wh