[Spice-devel] [PATCH spice-gtk] usbredir: Add support for filtering out devices from auto-redirection

2012-01-11 Thread Hans de Goede
Note this patch adds a default filter filtering out HID devices, since redirecting ie a mouse plugged into a laptop is usually not what the user wants. Also sometimes usb keyboards/mice may experience a glitch causing them to temporarily drop of the bus. If this happens when the spice-client has fo

[Spice-devel] [PATCH spice-gtk 0/1] usbredir: Add support for filtering out devices

2012-01-11 Thread Hans de Goede
Hi All, I'm very happy to present device filtering for spice-gtk's auto usb redirection support. The patch itself is actually pretty small since most of the code lives in usbredir (to be shared with qemu). This does mean that to test this patch you need to get the latest usbredir master code. Re

Re: [Spice-devel] keyboard and Mouse Fails....

2012-01-11 Thread Arnon Gilboa
Hi Naga, See comments below. Thanks, Arnon Naga Mohan Pothula wrote: Arnon, Thanks for your suggestions and attachment. Issue still exists and please find the attached logs. Looking at vdagent.log & vdservice.log, it seems in 15:30:30-32 vdagent got the auto-conf request, set the displays

Re: [Spice-devel] [PATCH spice-server v2 8/8] configure: spice-protocol >= 0.10.1 (mini header support)

2012-01-11 Thread Yonit Halperin
On 01/10/2012 03:26 PM, Alon Levy wrote: On Tue, Jan 10, 2012 at 01:25:22PM +0200, Yonit Halperin wrote: --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 861e939..5c8038e 100644 --- a/configure.ac +++ b/configure.ac @

Re: [Spice-devel] [PATCH spice-gtk v2 0/4] Support mini header

2012-01-11 Thread Yonit Halperin
On 01/11/2012 12:41 AM, Marc-André Lureau wrote: Hi On Tue, Jan 10, 2012 at 9:54 PM, Yonit Halperin wrote: This version does not use special spice header classes for mini and full headers. It uses helper functions instead. Thanks, small comments added, ack otherwise, after spice-protocol is

Re: [Spice-devel] [PATCH spice-gtk v2 4/4] migration: swap serials and mini header support when swapping peers.

2012-01-11 Thread Yonit Halperin
On 01/11/2012 12:39 AM, Marc-André Lureau wrote: I am assuming semi-seamless migration work after this patch. Didn't tested it. Yep, tested. On Tue, Jan 10, 2012 at 9:54 PM, Yonit Halperin wrote: --- gtk/spice-channel.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) d