[Spice-devel] 回复: Support about for OpenGL|ES

2013-05-23 Thread jojo
Hi, There is not any schedule about for this feature ? OMG... Thanks, - Jojo 在 2013年5月22日星期三,下午9:48,Alon Levy 写道: > On Wed, 2013-05-22 at 15:07 +0800, jojo wrote: > > Hi, > > In the client side, i want to accelerate the performance of rendering, > > i want to use the OpenGL|ES in the client.

Re: [Spice-devel] [PATCH] main_channel: fix double release of migration target data

2013-05-23 Thread Alon Levy
> If client_migrate_info was called once with cert-host-subject and > then again without cert-host-subject, on a third call to > client_migrate info, the cert-host-subject from the first call would > have been freed for the second time. ACK > --- > server/main_channel.c | 2 ++ > 1 file changed,

[Spice-devel] [PATCH] main_channel: fix double release of migration target data

2013-05-23 Thread Yonit Halperin
If client_migrate_info was called once with cert-host-subject and then again without cert-host-subject, on a third call to client_migrate info, the cert-host-subject from the first call would have been freed for the second time. --- server/main_channel.c | 2 ++ 1 file changed, 2 insertions(+) di

[Spice-devel] [xf86-video-qxl] Provide compatibility for Xorg list code with Xorg < 1.12, for RHEL 6 support

2013-05-23 Thread Jeremy White
Signed-off-by: Jeremy White --- src/qxl.h | 12 +++- src/qxl_kms.c |2 +- src/qxl_mem.c |2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/qxl.h b/src/qxl.h index b71bca6..c79a63a 100644 --- a/src/qxl.h +++ b/src/qxl.h @@ -56,6 +56,16 @@ #include "

Re: [Spice-devel] spice-html5 mouse pointer is not at the correct location in the VM

2013-05-23 Thread Vincent Desprez
You can also try to simply declare your mouse as a tablet, by adding "-usbdevice tablet" in your qemu command line. Vincent On Thu, May 23, 2013 at 3:21 PM, Jeremy White wrote: > On 05/23/2013 02:39 AM, andya wrote: > > mouse pointer is not at the correct location in the VM and have two > > mou

[Spice-devel] [xf86-video-qxl] Fix up a few stray warnings from commit 3e37b2c38f

2013-05-23 Thread Jeremy White
Signed-off-by: Jeremy White --- src/qxl.h |1 + src/qxl_surface.c | 11 +++ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/qxl.h b/src/qxl.h index a9c3b76..b71bca6 100644 --- a/src/qxl.h +++ b/src/qxl.h @@ -423,6 +423,7 @@ surface_cache_t * qxl_surface_

[Spice-devel] [PATCH spice-gtk] win32: don't block key up events

2013-05-23 Thread Marc-André Lureau
The win32 ll keyboard hook avoid Windows and other application to receive global keyboard events. But some key combinations can't be filtered, such as Win+L. However, the windows lock screen doesn't catch that the Win key is released, when virt-viewer still holds the hook and filters it. So pressi

Re: [Spice-devel] spice-html5 mouse pointer is not at the correct location in the VM

2013-05-23 Thread Jeremy White
On 05/23/2013 02:39 AM, andya wrote: > mouse pointer is not at the correct location in the VM and have two > mouse cursor why? Cursor positioning in html5 is tricky, and it varies by browser. I've been meaning to try to make a careful study of it and get it working correctly for all environments

Re: [Spice-devel] how to recognise usb device

2013-05-23 Thread ????
spice gtk is supported, it's use usbredirector code. -- Original -- From: "bigclouds"; Date: 2013??5??23??(??) 4:56 To: "spice-de...@freedesktop.org"; Subject: [Spice-devel] how to recognise usb device hi,all i know that usb can be catgoryed by cla

Re: [Spice-devel] how to recognise usb device

2013-05-23 Thread David Jaša
Hi, bigclouds píše v Čt 23. 05. 2013 v 16:56 +0800: > hi,all > i know that usb can be catgoryed by class. It's based on USB standards. Quick check with google gave me this link that seems authoritative: http://www.usb.org/developers/defined_class David > i want to know how spice to recignize

[Spice-devel] how to recognise usb device

2013-05-23 Thread bigclouds
hi,all i know that usb can be catgoryed by class. i want to know how spice to recignize and categroy usb devices? storage,mouse,keyboard and where is the code. thanks.___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.free

[Spice-devel] spice-html5 mouse pointer is not at the correct location in the VM

2013-05-23 Thread andya
mouse pointer is not at the correct location in the VM and have two mouse cursor why?___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] [PATCH spice-gtk] widget: release keys on grab-broken

2013-05-23 Thread Hans de Goede
ACK. BTW didn't we've a fixme comment for this somewhere, which then can be removed (preferably squashed into this commit), or was that only in a commit msg? Regards, Hans On 05/23/2013 01:56 AM, Marc-André Lureau wrote: This is similar to 8cbd5d745c221f788878c9c713f3b46a25828d3f and can be