Re: [Spice-devel] Bug62033 Add support for --spice-disable-effects client option to spice-vdagent on Linux guests with Gnome3

2013-09-16 Thread Hans de Goede
Hi, On 09/15/2013 09:33 PM, Fedor Lyakhov wrote: Hello Hans, Finally I've found time to continue with this topic. Have sought for better solution and only come to improved previous one. *Requirements* Let's start with clarifying requirements. req-1. As a user I want to have my desktop effect

Re: [Spice-devel] wireshark codegen

2013-09-16 Thread Alon Levy
> Opinions on this? The end goal is to be able to generate a header that has > both the enums and descriptions of those enum values (e.g. a mapping from > enum to string name) that we can use for the wireshark dissector. > Obviously, when a new channel or new message gets added to the protocol, >

Re: [Spice-devel] oVirt support in aSPICE stalled due to broken network file I/O

2013-09-16 Thread Christophe Fergeau
Hey Iordan, On Sun, Sep 15, 2013 at 02:13:05PM -0400, i iordanov wrote: > Hi Christophe, > > I've tested the function and made one small change (bytes had to be > unref-ed before ca_file). This works for my purposes and solves my > issue of not being able to download the file using glib network I

[Spice-devel] on spice config

2013-09-16 Thread Li Guang
Hi, Gerd I am using an ARM cortex-A8 based SoC board to run android, and use a spice client App to connect qemu VM, but video play effect is bad, I also used an ordinary desktop to run spicec to connect to the VM, video play effect is better than SoC board. so , does spice can play well for video

Re: [Spice-devel] [PATCH v4] libxl: usb2 and usb3 controller support for upstream qemu

2013-09-16 Thread Ian Campbell
On Mon, 2013-07-15 at 11:11 +0200, Fabio Fantoni wrote: Stefano or Anthony -- your input as qemu-xen types would be appreciated here on this patch. > > +case 2: > > +flexarray_vappend(dm_args, > > "-device","ich9-usb-ehci1,id=usb," > > +"bus=pci.0,

Re: [Spice-devel] [PATCH v4] libxl: usb2 and usb3 controller support for upstream qemu

2013-09-16 Thread Fabio Fantoni
Il 13/09/2013 13:59, Ian Campbell ha scritto: On Mon, 2013-07-15 at 11:11 +0200, Fabio Fantoni wrote: Stefano or Anthony -- your input as qemu-xen types would be appreciated here on this patch. +case 2: +flexarray_vappend(dm_args, "-device","ich9-usb-ehci1,id=usb,"

Re: [Spice-devel] [PATCH v4] libxl: usb2 and usb3 controller support for upstream qemu

2013-09-16 Thread Ian Campbell
On Fri, 2013-09-13 at 15:42 +0200, Fabio Fantoni wrote: > >>> +case 2: > >>> +flexarray_vappend(dm_args, > >>> "-device","ich9-usb-ehci1,id=usb," > >>> +"bus=pci.0,addr=0x1d.0x7", NULL); > >>> +for (i = 1; i < 4; i++) > >>> +

[Spice-devel] subscribe

2013-09-16 Thread Li Guang
subscribe ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] Windows Guest Tools 0.65

2013-09-16 Thread Christophe Fergeau
Hi, A new release of the SPICE Guest Tools for Windows is now available at http://spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-0.65.exe It contains the latest virtio-win drivers (0.65), as well as spice-vdagent 0.7.2. The new spice-vdagent build has support for file transfe

Re: [Spice-devel] on spice config

2013-09-16 Thread Christophe Fergeau
Hey Li, On Fri, Sep 13, 2013 at 02:10:07PM +0800, Li Guang wrote: > I am using an ARM cortex-A8 based SoC board to > run android, and use a spice client App to connect > qemu VM, but video play effect is bad, I also used > an ordinary desktop to run spicec to connect to > the VM, video play effect

Re: [Spice-devel] wireshark codegen

2013-09-16 Thread Uri Lublin
On 09/13/2013 05:34 PM, Jonathon Jongsma wrote: Opinions on this? The end goal is to be able to generate a header that has both the enums and descriptions of those enum values (e.g. a mapping from enum to string name) that we can use for the wireshark dissector. Obviously, when a new channel

Re: [Spice-devel] oVirt support in aSPICE stalled due to broken network file I/O

2013-09-16 Thread Christophe Fergeau
Hey, On Fri, Sep 13, 2013 at 12:53:51PM -0400, i iordanov wrote: > I hope this is not too much to ask, but would it be possible for OvirtProxy > to have a ca-cert-file property as well as a ca-cert property? This way, > supporting the spice-ca-file option as well as the existing aSPICE > functiona

Re: [Spice-devel] [PATCH spice-server 1/3] red_worker: cleanup red_clear_surface_drawables_from_pipes

2013-09-16 Thread Marc-André Lureau
Hi, Since I don't understand the "force" argument, it would be easier to review to keep current behaviour and just call red_wait_outgoing_item() at the end. To me the meaning of "force" argument is rather "do not wait if dep". When a drawable depend on the surface: - force == false: return immedi

[Spice-devel] [patch spice-html5 1/2] implement and use a new dataview getUint64

2013-09-16 Thread Aric Stewart
Apologies I did not head these patches correctly. --- spicedataview.js | 12 spicemsg.js | 6 ++ spicetype.js | 15 --- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/spicedataview.js b/spicedataview.js index 43f0170..800df03 100644 --- a

[Spice-devel] [1/2] implement and use a new dataview getUint64

2013-09-16 Thread Aric Stewart
--- spicedataview.js | 12 spicemsg.js | 6 ++ spicetype.js | 15 --- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/spicedataview.js b/spicedataview.js index 43f0170..800df03 100644 --- a/spicedataview.js +++ b/spicedataview.js @@ -66,6 +6

[Spice-devel] [PATCH spice-html5 2/2] Implement handling of SPICE_MSG_DISPLAY_INVAL_LIST

2013-09-16 Thread Aric Stewart
Also converts the display cache from an array to an object. This is to help enforce proper sparceness of the data as well as make it easier to reliably fully delete a given cache entry without affecting access to the remaining entries. --- display.js | 16 +--- spicemsg.js | 24 +

[Spice-devel] [2/2] Implement handling of SPICE_MSG_DISPLAY_INVAL_LIST

2013-09-16 Thread Aric Stewart
Also converts the display cache from an array to an object. This is to help enforce proper sparceness of the data as well as make it easier to reliably fully delete a given cache entry without affecting access to the remaining entries. --- display.js | 16 +--- spicemsg.js | 24 ++

Re: [Spice-devel] oVirt support in aSPICE stalled due to broken network file I/O

2013-09-16 Thread i iordanov
Hi Christophe, On Mon, Sep 16, 2013 at 8:23 AM, Christophe Fergeau wrote: > I've been looking into this today, and ended up adding a ssl-ca-file > property to RestProxy This is for the oVirt (non-spice-related) SSL encryption, right? This makes sense, and it will allow people with self-signed ce

Re: [Spice-devel] [PATCH spice-server 1/3] red_worker: cleanup red_clear_surface_drawables_from_pipes

2013-09-16 Thread Yonit Halperin
Hi, 'force' means: wait till there is no pipe item that references the surface. If force = FALSE, try to release any such pipe item, but as long as it doesn't require blocking. On 09/16/2013 09:00 AM, Marc-André Lureau wrote: Hi, Since I don't understand the "force" argument, it would be ea

Re: [Spice-devel] Bug62033 Add support for --spice-disable-effects client option to spice-vdagent on Linux guests with Gnome3

2013-09-16 Thread Fedor Lyakhov
Hans, Thanks for such a quick reply! I agree with your comments. Thanks for pointing to inhibitors interface - I wasn't aware of it, need to study it and see what KDE (and Unity) have in place. On Mon, Sep 16, 2013 at 11:34 AM, Hans de Goede wrote: > Hi, > > > On 09/15/2013 09:33 PM, Fedor Lyak