[Spice-devel] vdagent in win7?

2011-04-06 Thread Gianluca Cecchi
Hello, I'm using Fedora14 with virt-preview repo. I have a win7 SP1 32bit guest with virtio disk and net and qxl device working. I successfully installed virtio-serial from vioserial-win-1.1.16 (I device manager I see VirtIO-serial device as correctly installed) and then vdservice.exe install from

Re: [Spice-devel] Last call for spice-vdagent-0.8.0 and spice-0.8.1

2011-04-06 Thread Hans de Goede
Hi, On 04/06/2011 05:11 PM, Alon Levy wrote: On Wed, Apr 06, 2011 at 04:58:02PM +0200, Hans de Goede wrote: Hi, There has been a lot of work done on the linux agent recently, which I would like to release as 0.8.0 soon. Check out git master to see all the changes, highlights are: 1) multiple s

Re: [Spice-devel] Last call for spice-vdagent-0.8.0 and spice-0.8.1

2011-04-06 Thread Alon Levy
On Wed, Apr 06, 2011 at 04:58:02PM +0200, Hans de Goede wrote: > Hi, > > There has been a lot of work done on the linux agent recently, which I would > like to release as 0.8.0 soon. Check out git master to see all the changes, > highlights are: > 1) multiple selection support (By Marc-André and H

[Spice-devel] Last call for spice-vdagent-0.8.0 and spice-0.8.1

2011-04-06 Thread Hans de Goede
Hi, There has been a lot of work done on the linux agent recently, which I would like to release as 0.8.0 soon. Check out git master to see all the changes, highlights are: 1) multiple selection support (By Marc-André and Hans) 2) autotool-ified (By Christopher) 3) Ability to build without consol

Re: [Spice-devel] [PATCH] display/res: fix ie9 rendering

2011-04-06 Thread Hans de Goede
Ack. On 04/06/2011 04:41 PM, Alon Levy wrote: Internet Explorer 9 renders cursors and other things by reusing the same SURFOBJ (i.e. surfobj->iUniq is constant) but changing the pallete. We were wrongly ignoring the pallette's iUniq because the XO_TABLE flag was not set. That flag should not be

[Spice-devel] [PATCH] display/res: fix ie9 rendering

2011-04-06 Thread Alon Levy
Internet Explorer 9 renders cursors and other things by reusing the same SURFOBJ (i.e. surfobj->iUniq is constant) but changing the pallete. We were wrongly ignoring the pallette's iUniq because the XO_TABLE flag was not set. That flag should not be checked when calculating the key for our cache. W