[Spice-devel] any dev plan for NVIDIA GRID

2013-04-24 Thread 李彪
hi,all. is there any dev plan for NVIDIA GRID ? I saw that citrix is ready for it. how about kvm ? I think it is the big hardware progress in VDI, and what is the plan of kvm for supporting it ? thomas___ Spice-devel mailing list Spice-devel@lists

[Spice-devel] any dev plan for NVIDIA GRID

2013-04-24 Thread 李彪
hi,all. is there any dev plan for NVIDIA GRID ? I saw that citrix is ready for it. how about kvm ? I think it is the big hardware progress in VDI, and what is the plan of kvm for supporting it ? thomas___ Spice-devel mailing list Spice-devel@lists

[Spice-devel] how to limit redirected usb show in guestVM

2013-04-24 Thread bigclouds
hi,all if user has several usb, and plug them at the same time when using spice-client. all usb devices will be present in guestVM. i want to know if i can control which usb device can be present in guestVM? thanks___ Spice-devel mailing list Spice

Re: [Spice-devel] if read-write perm on redirected usb is controllabe in guestVM

2013-04-24 Thread bigclouds
if qemu can control its R/W? At 2013-04-24 19:14:20,"David Jaša" wrote: >The device is redirected as-is so the guest VM has full control of it, >including R/W settings of devices where such settings are applicable. > >David > > >bigclouds píše v St 24. 04. 2013 v 16:35 +0800: >> hi,all >> >

Re: [Spice-devel] [PATCH spice-gtk] usb-redir-manager: Fix redirect_on_connect string mem leak

2013-04-24 Thread Christophe Fergeau
ACK On Wed, Apr 24, 2013 at 11:16:15AM +0200, Hans de Goede wrote: > Signed-off-by: Hans de Goede > --- > gtk/usb-device-manager.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gtk/usb-device-manager.c b/gtk/usb-device-manager.c > index b7f24da..07cfb48 100644 > --- a/gtk/usb-device-

Re: [Spice-devel] if read-write perm on redirected usb is controllabe in guestVM

2013-04-24 Thread David Jaša
The device is redirected as-is so the guest VM has full control of it, including R/W settings of devices where such settings are applicable. David bigclouds píše v St 24. 04. 2013 v 16:35 +0800: > hi,all > > if read-write perm on redirected usb is controllabe in guestVM > > > thanks > >

Re: [Spice-devel] [PATCH spice-gtk 4/5] usb-device-manager: Fix redirect_on_connect_rules mem-leak

2013-04-24 Thread Christophe Fergeau
On Wed, Apr 24, 2013 at 09:18:11AM +0200, Hans de Goede wrote: > On 04/23/2013 08:14 PM, Christophe Fergeau wrote: > > > >This should be a g_free > > No, just like the free right above it, it should be a regular free, the rules > are allocated by usbredirfilter_string_to_rules(), quoting from > us

[Spice-devel] [PATCH spice-gtk] usb-redir-manager: Fix redirect_on_connect string mem leak

2013-04-24 Thread Hans de Goede
Signed-off-by: Hans de Goede --- gtk/usb-device-manager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/usb-device-manager.c b/gtk/usb-device-manager.c index b7f24da..07cfb48 100644 --- a/gtk/usb-device-manager.c +++ b/gtk/usb-device-manager.c @@ -322,6 +322,7 @@ static void spice_usb_d

[Spice-devel] if read-write perm on redirected usb is controllabe in guestVM

2013-04-24 Thread bigclouds
hi,all if read-write perm on redirected usb is controllabe in guestVM thanks___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] [PATCH spice-gtk 2/5] usb-device-manager: Error check spice_usb_device_manager_device_to_libdev calls

2013-04-24 Thread Hans de Goede
Hi, On 04/23/2013 08:05 PM, Christophe Fergeau wrote: On Tue, Apr 23, 2013 at 02:19:49PM +0200, Hans de Goede wrote: Under Windows all calls to spice_usb_device_manager_device_to_libdev may fail, so error check them all. I don't think I'd make that conditional on the windows code as this make

Re: [Spice-devel] [PATCH spice-gtk 4/5] usb-device-manager: Fix redirect_on_connect_rules mem-leak

2013-04-24 Thread Hans de Goede
Hi, On 04/23/2013 08:14 PM, Christophe Fergeau wrote: On Tue, Apr 23, 2013 at 02:19:51PM +0200, Hans de Goede wrote: Signed-off-by: Hans de Goede --- gtk/usb-device-manager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/usb-device-manager.c b/gtk/usb-device-manager.c index 75406a