Re: [Spice-devel] Can USB redirection be enabled on windows client?

2012-03-18 Thread Arnon Gilboa
spice-gtk windows client support for USB redir is still under development. Patches will be posted very soon. The old spicec client for windows supports USB redir using Incentives Pro's product. Arnon Andrew Osborne wrote: Works with Fedora 16 and WinXp as client Andrew On 17 Mar 2012, at

[Spice-devel] Failure to compile latest spice-gtk: spice-channel-priv.h:103:33: error: field 'xmit_queue_lock' has incomplete type

2012-03-18 Thread Yaniv Kaul
CC spice-audio.lo In file included from spice-audio.c:44:0: spice-channel-priv.h:103:33: error: field 'xmit_queue_lock' has incomplete type make[2]: *** [spice-audio.lo] Error 1 F16/x64, after ./autogen.sh and 'make clean'. Output of ./configure: Spice-Gtk 0.11.26-e8c9

Re: [Spice-devel] Failure to compile latest spice-gtk: spice-channel-priv.h:103:33: error: field 'xmit_queue_lock' has incomplete type

2012-03-18 Thread Hans de Goede
Hi, Marc-André send a patch to the list very recently to fix this, I acked it, but it looks like he has not gotten around to pushing it yet. Regards, Hans On 03/18/2012 10:29 AM, Yaniv Kaul wrote: CC spice-audio.lo In file included from spice-audio.c:44:0: spice-channel-priv.h:103:33:

Re: [Spice-devel] Can USB redirection be enabled on windows client?

2012-03-18 Thread Andrew Osborne
Hi Suyi Fedora 16 does have support for USB redirection in Windows XP as we have a School with 45 spice clients machines using it. You will noticed a 20-30% increase in CPU usage with spice redirection on Fedora 16, although this should be see as a sandbox. Here are some links that will

Re: [Spice-devel] [Qemu-devel] seamless migration with spice

2012-03-18 Thread Yonit Halperin
Hi, On 03/15/2012 04:23 PM, Hans de Goede wrote: Hi, On 03/15/2012 03:07 PM, Yonit Halperin wrote: Hi, On 03/15/2012 02:36 PM, Hans de Goede wrote: Hi, On 03/15/2012 01:11 PM, Yonit Halperin wrote: On 03/13/2012 09:40 AM, Gerd Hoffmann wrote: Hi, It is not easy when you have 2

Re: [Spice-devel] [Qemu-devel] seamless migration with spice

2012-03-18 Thread Yonit Halperin
Hi, On 03/15/2012 04:07 PM, Yonit Halperin wrote: Hi, On 03/15/2012 02:36 PM, Hans de Goede wrote: Hi, On 03/15/2012 01:11 PM, Yonit Halperin wrote: On 03/13/2012 09:40 AM, Gerd Hoffmann wrote: Hi, It is not easy when you have 2 components, and it is much less easy when you have 3 or 4

Re: [Spice-devel] [Qemu-devel] seamless migration with spice

2012-03-18 Thread Yonit Halperin
Hi, On 03/15/2012 04:23 PM, Hans de Goede wrote: Hi, On 03/15/2012 03:07 PM, Yonit Halperin wrote: Hi, On 03/15/2012 02:36 PM, Hans de Goede wrote: Hi, On 03/15/2012 01:11 PM, Yonit Halperin wrote: On 03/13/2012 09:40 AM, Gerd Hoffmann wrote: Hi, It is not easy when you have 2

Re: [Spice-devel] Can USB redirection be enabled on windows client?

2012-03-18 Thread Dominique Rodrigues
I think there is a misunderstanding Andrew. The initial question was "if I work in a physical windows environment, is my spice-gtk client for windows able to enable USB redirection between my workstation and any virtual machine under Linux, Windows or whatever ?". 

Re: [Spice-devel] Xspice fails on F17 and Ubuntu 12.04

2012-03-18 Thread Eike Hein
On 3/12/2012 6:38 PM, Eugene San wrote: My questions are: 1. What was the setup Xspice worked lately? I'm currently using: - Pre-built SPICE bits from F16 - Git build of qxl - Windows build of remote-viewer 0.5.2 by Alon Works for me. 2. Can I have some advices in order to get it working?

[Spice-devel] [PATCH spice-gtk 1/2] Improve spice_main_set_display_enabled()

2012-03-18 Thread Marc-André Lureau
Check given display id is within the range of array. Allows to be call with -1 to turn set all displays. --- gtk/channel-main.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gtk/channel-main.c b/gtk/channel-main.c index 50025b0..170610a 100644 ---

[Spice-devel] [PATCH spice-gtk 2/2] Notify agent-connected property change

2012-03-18 Thread Marc-André Lureau
--- gtk/channel-main.c| 14 -- gtk/spice-util-priv.h |1 + gtk/spice-util.c |6 ++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/gtk/channel-main.c b/gtk/channel-main.c index 170610a..86e6fba 100644 --- a/gtk/channel-main.c +++

[Spice-devel] [PATCH spice-gtk] Do not grab display widget

2012-03-18 Thread Marc-André Lureau
We used to gtk_grab_add() after mouse grab to limit the mouse events to the display. But it isn't necessary if the display has its own window, since gdk_pointer_grab() will be limited to it. Note the widget has the keyboard focus is focused, so this doesn't affect keyboard events. However, this

Re: [Spice-devel] [PATCH spice-gtk] Fix non-semi-seamless migration in spicy

2012-03-18 Thread Hans de Goede
ACK. On 03/17/2012 09:16 AM, Marc-André Lureau wrote: The windows are destroyed during non-semi-seamless migrations, but the gtk session and connected handlers remains. When a property changes again on it, it will signal a destroyed window and lead to a crash. The signal handler should be

Re: [Spice-devel] [PATCH spice-gtk] Do not grab display widget

2012-03-18 Thread Hans de Goede
ACK. On 03/18/2012 06:42 PM, Marc-André Lureau wrote: We used to gtk_grab_add() after mouse grab to limit the mouse events to the display. But it isn't necessary if the display has its own window, since gdk_pointer_grab() will be limited to it. Note the widget has the keyboard focus is

Re: [Spice-devel] Xspice fails on F17 and Ubuntu 12.04

2012-03-18 Thread Alon Levy
On Sun, Mar 18, 2012 at 03:57:04PM +0100, Eike Hein wrote: On 3/12/2012 6:38 PM, Eugene San wrote: My questions are: 1. What was the setup Xspice worked lately? I'm currently using: - Pre-built SPICE bits from F16 - Git build of qxl - Windows build of remote-viewer 0.5.2 by Alon ? You

Re: [Spice-devel] [PATCH spice-gtk 1/2] Improve spice_main_set_display_enabled()

2012-03-18 Thread Alon Levy
On Sun, Mar 18, 2012 at 05:34:43PM +0100, Marc-André Lureau wrote: Check given display id is within the range of array. Allows to be call with -1 to turn set all displays. ACK series. --- gtk/channel-main.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff

Re: [Spice-devel] [PATCH spice-gtk 1/2] Improve spice_main_set_display_enabled()

2012-03-18 Thread Hans de Goede
Looks good, ack series. On 03/18/2012 05:34 PM, Marc-André Lureau wrote: Check given display id is within the range of array. Allows to be call with -1 to turn set all displays. --- gtk/channel-main.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git

Re: [Spice-devel] Can USB redirection be enabled on windows client?

2012-03-18 Thread Andrew Cathrow
- Original Message - From: Dominique Rodrigues dominique.rodrig...@nanocloud.com To: Andrew Osborne and...@intelligent-it-solutions.com Cc: spice-devel@lists.freedesktop.org Sent: Sunday, March 18, 2012 10:25:26 AM Subject: Re: [Spice-devel] Can USB redirection be enabled on windows

Re: [Spice-devel] Xspice fails on F17 and Ubuntu 12.04

2012-03-18 Thread Eike Hein
On 3/18/2012 8:13 PM, Alon Levy wrote: ? You mean by Christophe since I never made one. Aye, sorry :) -- Best regards, Eike Hein ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org

[Spice-devel] Spice is breaking in 32 bits hosts

2012-03-18 Thread Fabiano Fidêncio
Guys, I've been trouble using spice-protocol/spice/qemu from git, in a 32 bits host. Could somone take a look in this issue? fidencio@sasha ~/src/spice $ sudo LD_LIBRARY_PATH=/home/fidencio/dev/lib gdb --args /home/fidencio/dev/bin/qemu-system-i386 -enable-kvm -m 1024 -device e1000,vlan=0 -net