Re: [Spice-devel] [PATCH 0/11] Add GStreamer and VP8 support

2015-05-28 Thread Francois Gouget
On Thu, 28 May 2015, Fabio Fantoni wrote: [...] > Thanks for reply, I'm preparing spice-gtk with vp8 patches armhf for > test it on arm thin client (for example raspberry 2), I want try to use > gst-omx for hardware decoding of mjpeg and vp8, can I simply build and > install gst-omx instead of gst-

Re: [Spice-devel] [PATCH 1/5] build: add build option for non-winusb redirection backends

2015-05-28 Thread Uri Lublin
Hi Kirill & Dmitry, On 05/28/2015 01:24 PM, Kirill Moizik wrote: From: Dmitry Fleytman --enable-winusb configure option added This option actually disables winusb driver installation for the USB device being redirected. This sentence is confusing. It seems --enable-winusb does enable the

Re: [Spice-devel] [PATCH 0/5] RFC: Support UsbDk backend

2015-05-28 Thread Christophe Fergeau
On Thu, May 28, 2015 at 01:23:59PM +0300, Kirill Moizik wrote: Hey, > This set of patches add UsbDk backend support to spice-gtk. This series > currently cannot be applied since it require next patches series in libusb > http://marc.info/?l=libusb-devel&m=142532078226137&w=2 . > We are waiting

Re: [Spice-devel] [PATCH 5/5] usb-device-manager: Configure UsbDk hiding rules on auto-redirection

2015-05-28 Thread Christophe Fergeau
On Thu, May 28, 2015 at 01:24:04PM +0300, Kirill Moizik wrote: > From: Dmitry Fleytman > > When spice run with auto redirection rule, hide rule should be applied to > detach device from host stack > during device plug-in to avoid "new hardware wizard" pop up (in case there is > no driver for r

Re: [Spice-devel] [PATCH 4/5] usbdk: Add UsbDk hider interface wrapper

2015-05-28 Thread Christophe Fergeau
On Thu, May 28, 2015 at 01:24:03PM +0300, Kirill Moizik wrote: > From: Dmitry Fleytman > > add UsbDkDataHider.h UsbDkHelperHider.h usbdk_api.h usbdk_api.c files s/add/Add > to allow hide devices according auto redirect rule functionality to allow to hide USB devices so that they can be auto-r

Re: [Spice-devel] [PATCH 3/5] usbdk: make backend selection dynamic

2015-05-28 Thread Christophe Fergeau
On Thu, May 28, 2015 at 01:24:02PM +0300, Kirill Moizik wrote: > From: Pavel Gurvich > > introducing use_usbdk global variable providing functionality of dynamic > backend switching This really should not be a global variable, but a member of SpiceUsbDeviceManager. This means passing it to a fe

Re: [Spice-devel] [PATCH 0/11] Add GStreamer and VP8 support

2015-05-28 Thread Fabio Fantoni
Il 28/05/2015 16:17, Francois Gouget ha scritto: > On Tue, 26 May 2015, Fabio Fantoni wrote: > [...] >> After din't show gstreamer warning anymore but still have image freeze >> and also spice-gtk crash after open video fullscreen, here the full gdb >> datas: >> http://pastebin.com/idTkZLh0 > It lo

Re: [Spice-devel] [PATCH 1/5] build: add build option for non-winusb redirection backends

2015-05-28 Thread Christophe Fergeau
Hey, On Thu, May 28, 2015 at 01:24:00PM +0300, Kirill Moizik wrote: > From: Dmitry Fleytman > > --enable-winusb configure option added > > This option actually disables winusb driver installation > for the USB device being redirected. I'm a bit confused by this option. After the patch series,

Re: [Spice-devel] [PATCH 2/5] windows: fix device matching for non-WinUSB configurations

2015-05-28 Thread Christophe Fergeau
On Thu, May 28, 2015 at 01:24:01PM +0300, Kirill Moizik wrote: > From: Pavel Gurvich > > Match USB devices by bus addresses instead of VID/PID. > This makes system distinguish between similar devices plugged into > different USB ports. > > Signed-off-by: Pavel Gurvich > Signed-off-by: Dmitry Fl

Re: [Spice-devel] [PATCH 0/11] Add GStreamer and VP8 support

2015-05-28 Thread Francois Gouget
On Tue, 26 May 2015, Fabio Fantoni wrote: [...] > After din't show gstreamer warning anymore but still have image freeze > and also spice-gtk crash after open video fullscreen, here the full gdb > datas: > http://pastebin.com/idTkZLh0 It looks like the crash happened when trying to access the st->

Re: [Spice-devel] [PATCH 00/11] Miscellaneous stability patches

2015-05-28 Thread Frediano Ziglio
> > > I was using a different repository with only QXL driver. I tested and all > > patches apply and compile perfectly even with Linus master branch. > > Lets only post patches people can apply, it makes it harder to figure > out stuff. I'll take a look at the patches, but it would be good to >

[Spice-devel] [spice-xpi] Workaround firefox-gtk3 bug

2015-05-28 Thread Christophe Fergeau
When it's built with gtk3, firefox plugin-container will use some LD_PRELOAD hack in order to be able to load the gtk2 flash plugin. However, this LD_PRELOAD'ed .so will cause gtk3 remote-viewer to crash when it's started by spice-xpi This commit just cleans up the unwanted LD_PRELOAD variable fro

[Spice-devel] [PATCH 5/5] usb-device-manager: Configure UsbDk hiding rules on auto-redirection

2015-05-28 Thread Kirill Moizik
From: Dmitry Fleytman When spice run with auto redirection rule, hide rule should be applied to detach device from host stack during device plug-in to avoid "new hardware wizard" pop up (in case there is no driver for redirected device on host) Signed-off-by: Kirill Moizik Signed-off-by: Dmi

[Spice-devel] [PATCH 4/5] usbdk: Add UsbDk hider interface wrapper

2015-05-28 Thread Kirill Moizik
From: Dmitry Fleytman add UsbDkDataHider.h UsbDkHelperHider.h usbdk_api.h usbdk_api.c files to allow hide devices according auto redirect rule functionality Signed-off-by: Kirill Moizik Signed-off-by: Dmitry Fleytman --- gtk/Makefile.am | 2 + gtk/UsbDk/UsbDkDataHider.h | 3

[Spice-devel] [PATCH 0/5] RFC: Support UsbDk backend

2015-05-28 Thread Kirill Moizik
From: Kirill Moizik UsbDk (USB Development Kit) is a set of software components meant to provide Windows user mode applications with direct and exclusive access to USB devices. Some distinctive UsbDk properties are: 1. UsbDk supports all types of devices and interfaces - bulk, isochronous, c

[Spice-devel] [PATCH 1/5] build: add build option for non-winusb redirection backends

2015-05-28 Thread Kirill Moizik
From: Dmitry Fleytman --enable-winusb configure option added This option actually disables winusb driver installation for the USB device being redirected. Signed-off-by: Dmitry Fleytman --- configure.ac | 12 gtk/Makefile.am | 11 +-- gtk/usb-device-m

[Spice-devel] [PATCH 3/5] usbdk: make backend selection dynamic

2015-05-28 Thread Kirill Moizik
From: Pavel Gurvich introducing use_usbdk global variable providing functionality of dynamic backend switching Signed-off-by: Pavel Gurvich Signed-off-by: Dmitry Fleytman --- gtk/usb-device-manager.c | 264 +-- 1 file changed, 188 insertions(+), 76

[Spice-devel] [PATCH 2/5] windows: fix device matching for non-WinUSB configurations

2015-05-28 Thread Kirill Moizik
From: Pavel Gurvich Match USB devices by bus addresses instead of VID/PID. This makes system distinguish between similar devices plugged into different USB ports. Signed-off-by: Pavel Gurvich Signed-off-by: Dmitry Fleytman --- gtk/usb-device-manager.c | 37 +++-