Re: [Spice-devel] CEGUI xml error

2010-05-04 Thread Izik Eidus
On Tue, 04 May 2010 10:56:46 +0200 Alexander Larsson wrote: > On Tue, 2010-05-04 at 08:49 +0200, Attila Sukosd wrote: > > > I managed to fix it by recompiling CEGUI with the Libxml parser and > > now it works fine. > > > > Now I stumbled upon another issue using gl_fbo or gl_pbuff to render > >

Re: [Spice-devel] Banner

2010-05-03 Thread Izik Eidus
On Sun, 2 May 2010 13:35:22 + (UTC) Robert Rebstock wrote: > Hello all, > > can someone please tell me how to disable the "Red Hat Enterprise > Virtualization | SPICE" banner. > Currently no way to do so. But support for such thing can be easily added, I will look on it after I am will f

Re: [Spice-devel] spice server is stuck when playing video

2010-04-22 Thread Izik Eidus
On Thu, 22 Apr 2010 13:31:47 +0300 Izik Eidus wrote: > On Thu, 22 Apr 2010 15:26:02 +0800 > Coolper Chen wrote: > > > Hi, > > > > I build the spice from git, and do some test. I find one issue when I > > playing video in windows xp(sp2), here's the ste

Re: [Spice-devel] spice server is stuck when playing video

2010-04-22 Thread Izik Eidus
On Thu, 22 Apr 2010 15:26:02 +0800 Coolper Chen wrote: > Hi, > > I build the spice from git, and do some test. I find one issue when I > playing video in windows xp(sp2), here's the steps to reproduce: > 1.use KMPlayer to play a video,wait for some time,the spice server will > be stuck; > 2.use

Re: [Spice-devel] Pixel format handling with offscreen surfaces

2010-04-14 Thread Izik Eidus
On Wed, 14 Apr 2010 16:12:21 +0200 Alexander Larsson wrote: > With the new support for offscreen surfaces has an issue that we did not > have before has come up. It shows up particularly when using 32bit depth > surfaces as sources to the alpha_blend operation. The problem is whether > to treat t

Re: [Spice-devel] Multi-monitor / multi-session

2010-04-14 Thread Izik Eidus
On Wed, 14 Apr 2010 10:43:18 -0400 "Jaryd Malbin" wrote: > Hey All, > > > > Is there any one out there that has attempted to get multiple SPICE > sessions working in a multi-monitor setup? We have users that work in > different platforms, and typically have up to four monitors with > differen

Re: [Spice-devel] [PATCH] DrvSetPointerShape: handle surface which is not bitmap

2010-04-13 Thread Izik Eidus
On Tue, 13 Apr 2010 15:00:51 +0300 Yonit Halperin wrote: > --- > display/res.c | 99 +++- > display/rop.c |2 +- > display/rop.h |3 ++ > 3 files changed, 87 insertions(+), 17 deletions(-) > Great thanks Yonit for fixing it ! I pushe

Re: [Spice-devel] libjpeg performance

2010-04-12 Thread Izik Eidus
On Mon, 12 Apr 2010 22:36:03 +0200 Alexander Larsson wrote: > On Mon, 2010-04-12 at 20:57 +0200, Alexander Larsson wrote: > > I did some simple testing of the new mjpeg encoder. > > Showing the youtube "will it blend - ipad" video i got quite better > > compression (24k per frame average as oppos

Re: [Spice-devel] Dual and more head monitor support

2010-04-10 Thread Izik Eidus
On Sat, 10 Apr 2010 13:10:03 +0400 Roman Lazarev wrote: > Howdy! > > We have compiled spice based on the 0.4.0 release. We were able to spin up a > Windows image, and connect to it using a spice client. We have then > procceded to configure qemu with "--qxl 2" on the server, and was able to > se

Re: [Spice-devel] [Spice-commits] 2 commits - server/reds.c server/red_worker.c

2010-04-07 Thread Izik Eidus
On Wed, 07 Apr 2010 16:52:38 +0300 Yonit Halperin wrote: > > > > > +static void red_clear_surface_glz_drawables(RedWorker *worker, int > > surface_id) > > +{ > > +RingItem *ring_item; > > + > > +if (!worker->display_channel) { > > +return; > > +} > > + > > + > > pthread_

Re: [Spice-devel] new win qxl driver for latest spice changes

2010-04-06 Thread Izik Eidus
e server at RHEL... > > David Martin > > - "Izik Eidus" wrote: > > > Hi, attached is a new windows driver to be used with the latest > > upstream changes > > > > (I will update the

Re: [Spice-devel] [Spice-commits] miniport/qxl.inf

2010-04-06 Thread Izik Eidus
On Tue, 06 Apr 2010 15:59:08 +0300 Yaniv Kaul wrote: > On 4/6/2010 2:43 PM, Izik Eidus wrote: > > miniport/qxl.inf |2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > New commits: > > commit dcd1100788bad64453fb40e32673ec1b246ab488 > >

Re: [Spice-devel] Spice on Fedora 12 in RHEV

2010-04-05 Thread Izik Eidus
On Mon, 05 Apr 2010 16:52:45 -0600 Aaron Toponce wrote: > First, a little background. Our company is running the RHEV beta program > currently. We have purchased a solid set of HP blade hardware, along > with switching, and the like, and we have new RHEV licenses coming with > the purchase. Howev

Re: [Spice-devel] [PATCH] client: x11: fix a crash caused by a call to a destroyed window.

2010-04-02 Thread Izik Eidus
On Thu, 1 Apr 2010 12:11:44 +0300 Yonit Halperin wrote: > Happens when a focused window is destroyed without a focus out event, > and a focus-in event occurs on another window. Hi Yonit, it look good... applied it... ___ Spice-devel mailing list Spic

Re: [Spice-devel] spice client displays wrong in fullscreen on ubuntu 9.10(it has window title bar)

2010-03-26 Thread Izik Eidus
Ok, I get it now. If you open it without -f and then click shift + f11 does enter to full screen now? (It should have worked with -f - so we probably have bug there, I am trying to undersand where it is) Thanks. > > Thanks. > > -Original Message- > From: Izik Ei

Re: [Spice-devel] spice client displays wrong in fullscreen on ubuntu 9.10(it has window title bar)

2010-03-25 Thread Izik Eidus
On Thu, 25 Mar 2010 11:41:09 +0800 Coolper Chen wrote: > I want to use spice client connecting virtual machine in fullscreen > mode(on ubuntu 9.10),but spice client displays wrong,because it displays > window title bar. > > Thank you. I sorry but I don`t sure I understand what happen: You conn

Re: [Spice-devel] Is SPICE working only with KVM/QEMU?

2010-03-25 Thread Izik Eidus
On Tue, 23 Mar 2010 14:37:45 +0300 Irbis Irbis wrote: > > I want to user SPICE with OpenVZ virtualization solution for setting up > terminal server. > Is SPICE working only with KVM/QEMU or I can install it on my host system or > in my OpenVZ container? > Thank you. Right now we don`t support

Re: [Spice-devel] spice error

2010-03-25 Thread Izik Eidus
On Tue, 23 Mar 2010 16:29:08 +0800 (CST) hnu_grs wrote: > hello! > I want to use Spice, but when I build the bios , I got a error as: >[r...@grs bios]# make >gcc -m32 -fno-stack-protector "-DBIOS_BUILD_DATE=\"`date > '+%m/%d/%y'`\"" -E -P rombios.c > _rombios_.c >

Re: [Spice-devel] QXL and /GB switch

2010-03-16 Thread Izik Eidus
On Tue, 16 Mar 2010 11:48:37 -0500 (CDT) David Martin wrote: > - "Izik Eidus" wrote: > > > On Thu, 4 Mar 2010 17:43:40 -0600 (CST) > > David Martin wrote: > > > > > Any reason why booting XP with the /3GB switch would break the QXL > > dri

Re: [Spice-devel] QXL and /GB switch

2010-03-16 Thread Izik Eidus
On Thu, 4 Mar 2010 17:43:40 -0600 (CST) David Martin wrote: > Any reason why booting XP with the /3GB switch would break the QXL driver > with the following status "This device cannot start. (Code 10)"? Hi, I just tried to repredouce it on the master repo both with -m 3G and something like -m 3

Re: [Spice-devel] Windows 7 64 bit support

2010-03-15 Thread Izik Eidus
On Mon, 15 Mar 2010 17:19:39 +0100 Michal Purzynski wrote: > hey, > > i'm trying to install the latest drivers binary release > (windows_binaries 0.4 downloaded from spice-space.org) in windows 7, 64 bit. > it refuses to install them, since they aren't 64 bit. > > what can i do about that? comp

Re: [Spice-devel] SPICE questions

2010-03-11 Thread Izik Eidus
On Thu, 11 Mar 2010 17:44:41 +0100 "Stefan Zintgraf" wrote: > Hi Izik, > > > > Find below all messages that are logged, the message "qxl_exit_vga_mode" is > one of the last messages. > > > > Thanks > > Stefan > > And this slowness is happening to you on windows xp right? I have exp

Re: [Spice-devel] SPICE questions

2010-03-11 Thread Izik Eidus
u got to change resoultion after you > install the > driver in order to benefit from it) > > I changed resolution, nothing changed regarding speed. > > > > Thanks > > Stefan > > > > > > > > > > Von: Izik Eidus

Re: [Spice-devel] Information on VT-D support for qemu-spice

2010-03-10 Thread Izik Eidus
ow to enable VT-D if it is disable on qemu-spice Better to wait to the next spiced qemu ! - Is there an option to support SMP ? Yes ! -smp x_cpus regards Izik Eidus a écrit : On 03/01/2010 06:35 PM, Damien Bruley wrote: Hi, I'm new to this mailing list, i've tested qemu-spice and

Re: [Spice-devel] Information on VT-D support for qemu-spice

2010-03-10 Thread Izik Eidus
possible to use USB plug and play ? I use option : -usbdevice tablet but it doesn't work for me - Does qemu-spice support snapshots ? if si, how to use it ? - Can you tell me how to enable VT-D if it is disable on qemu-spice - Is there an option to support SMP ? regards Izik Eidus a écrit :

Re: [Spice-devel] QXL and /GB switch

2010-03-10 Thread Izik Eidus
On 03/05/2010 01:43 AM, David Martin wrote: Any reason why booting XP with the /3GB switch would break the QXL driver with the following status "This device cannot start. (Code 10)"? Hi, I might have some hand in this in some commit i have committed, I will take a look for this tomorrow !

Re: [Spice-devel] SPICE questions

2010-03-10 Thread Izik Eidus
On 03/11/2010 12:19 AM, Stefan Zintgraf wrote: Scott, I don't know if I have anything valuable information to contribute to your questions but I'll try anyway. Where the VM and the display on the same physical machine? I believe SPICE tries to figure out the capabilities of both sides and

Re: [Spice-devel] SPICE questions

2010-03-10 Thread Izik Eidus
On 03/10/2010 06:37 PM, Stefan Zintgraf wrote: I got it compiled and running now! I had to insert a lot of casts and do some tricking with the libasound library (had to use the 32 bit one) and finally it compiled and even started. But the results are quite disappointing with a Windows XP vi

Re: [Spice-devel] Compile error on vdesktop

2010-03-02 Thread Izik Eidus
On 03/02/2010 10:30 AM, Alexander Larsson wrote: On Tue, 2010-03-02 at 03:44 +0200, Izik Eidus wrote: On 03/01/2010 07:11 PM, Cam Macdonell wrote: On Mon, Mar 1, 2010 at 9:29 AM, Izik Eidus wrote: On 02/25/2010 08:53 PM, Cam Macdonell wrote: Hi

Re: [Spice-devel] Compile error on vdesktop

2010-03-01 Thread Izik Eidus
On 03/01/2010 07:11 PM, Cam Macdonell wrote: On Mon, Mar 1, 2010 at 9:29 AM, Izik Eidus wrote: On 02/25/2010 08:53 PM, Cam Macdonell wrote: Hi, I'm trying to build vdesktop's git repo and I get the following error. I am trying to build on fedora 11. [cam vdesktop]$ ma

Re: [Spice-devel] Information on VT-D support for qemu-spice

2010-03-01 Thread Izik Eidus
On 03/01/2010 06:35 PM, Damien Bruley wrote: Hi, I'm new to this mailing list, i've tested qemu-spice and i'm amaized of the overall performance. In fact, I would like to use that solution as Client Hypervisor and develop an administration console to easily deploy VM to end user devices. As

Re: [Spice-devel] Resolution/window size

2010-03-01 Thread Izik Eidus
On 02/28/2010 09:39 AM, Suzette Loubser wrote: Hi, I am currently using a laptop with max resolution of 1440x900 to connect to a server with 1920x1080 which is a problem since I cannot see the whole screen of the second server. I have tried to adjust both resolutions but it doesnt seem to help

Re: [Spice-devel] Compile error on vdesktop

2010-03-01 Thread Izik Eidus
On 02/25/2010 08:53 PM, Cam Macdonell wrote: Hi, I'm trying to build vdesktop's git repo and I get the following error. I am trying to build on fedora 11. [cam vdesktop]$ make make -C libkvm make[1]: Entering directory `/home/cam/research/GIT/vdesktop/libkvm' gcc -I/usr/local/include -m64 -D_

Re: [Spice-devel] Project Information

2010-03-01 Thread Izik Eidus
On 02/24/2010 03:32 AM, Kris Lyttle wrote: Hello, I came across your website while researching systems that will remotely control a virtualized computer environment or virtual machine (VM) via the internet, i.e., controlling a VM as if it were a physical machine using VNC, VPN, etc., and it

Re: [Spice-devel] Win32 fixes for pixman work

2010-03-01 Thread Izik Eidus
On 02/26/2010 11:54 AM, Alexander Larsson wrote: The attached patches makes spice build on win32 again. Can I commit them? Yea, commit them please. Thanks. ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.

Re: [Spice-devel] [PATCH v2 0/2] spice client: ipv6

2010-02-27 Thread Izik Eidus
On 02/25/2010 03:52 PM, Gerd Hoffmann wrote: Hi, This patch series brings ipv6 support to the spice client. The first patch is a pure bugfix, it makes ipv4 dns lookup work correctly in case ipv6 dns records are present. The second patch brings full ipv6 support to the spice client. v2: Fix

Re: [Spice-devel] [PATCH 00/30] Convert cairo canvas to use pixman

2010-02-21 Thread Izik Eidus
On Fri, 19 Feb 2010 16:52:36 +0100 Alexander Larsson wrote: > +if (pixman_image_get_depth (src_surface) == 1) { > +pixman_image_t *temp; > + > +temp = pixman_image_create_bits(pixman_image_get_depth(dest_surface) > == 24 ? > +PIXMAN_x8r

Re: [Spice-devel] [PATCH 00/30] Convert cairo canvas to use pixman

2010-02-21 Thread Izik Eidus
On Fri, 19 Feb 2010 16:52:36 +0100 Alexander Larsson wrote: > +if (pixman_image_get_depth (src_surface) == 1) { > +pixman_image_t *temp; > + > +temp = pixman_image_create_bits(pixman_image_get_depth(dest_surface) > == 24 ? > +PIXMAN_x8

Re: [Spice-devel] [PATCH 00/30] Convert cairo canvas to use pixman

2010-02-21 Thread Izik Eidus
On Fri, 19 Feb 2010 16:52:36 +0100 Alexander Larsson wrote: > +/* copy back using a1 mask */ > +pixman_image_composite32(PIXMAN_OP_SRC, > + dest_surface, src_surface, dest_surface, > + 0, 0, > +

Re: [Spice-devel] [PATCH 03/30] Add line rasterizer

2010-02-21 Thread Izik Eidus
On 21 Feb 2010 10:15:07 +0100 Soeren Sandmann wrote: > Alexander Larsson writes: > > > On Fri, 2010-02-19 at 10:43 +0200, Izik Eidus wrote: > > > On Thu, 18 Feb 2010 21:58:29 +0100 > > > Alexander Larsson wrote: > > > > > > > This is

Re: [Spice-devel] [PATCH 26/30] Covert cairo canvas put_image() to pixman

2010-02-21 Thread Izik Eidus
On Thu, 18 Feb 2010 21:58:52 +0100 Alexander Larsson wrote: > --- > common/cairo_canvas.c | 119 +++- > 1 files changed, 37 insertions(+), 82 deletions(-) > > diff --git a/common/cairo_canvas.c b/common/cairo_canvas.c > index 9e61a4f..46956aa 100644

Re: [Spice-devel] [PATCH 20/30] Convert cairo canvas to use pixman for draw_stroke

2010-02-21 Thread Izik Eidus
On Thu, 18 Feb 2010 21:58:46 +0100 Alexander Larsson wrote: > void canvas_draw_stroke(CairoCanvas *canvas, SpiceRect *bbox, SpiceClip > *clip, SpiceStroke *stroke) > { > -cairo_t *cairo = canvas->cairo; > +StrokeGC gc = { {0} }; > +lineGCOps ops = { > +stroke_fill_spans, >

Re: [Spice-devel] [PATCH 20/30] Convert cairo canvas to use pixman for draw_stroke

2010-02-21 Thread Izik Eidus
On Thu, 18 Feb 2010 21:58:46 +0100 Alexander Larsson wrote: > + > void canvas_draw_stroke(CairoCanvas *canvas, SpiceRect *bbox, SpiceClip > *clip, SpiceStroke *stroke) > { > -cairo_t *cairo = canvas->cairo; > +StrokeGC gc = { {0} }; > +lineGCOps ops = { > +stroke_fill_spans

[Spice-devel] [PATCH] spice-protocl: add SPICE_MSG_DISPLAY_SURFACE_CREATE/DESTROY

2010-02-20 Thread Izik Eidus
>From 1cc544eefcea7d458424e6fce23da7506a35 Mon Sep 17 00:00:00 2001 From: Izik Eidus Date: Thu, 18 Feb 2010 01:13:56 +0200 Subject: [PATCH] spice-protocl: add SPICE_MSG_DISPLAY_SURFACE_CREATE/DESTROY Protocol commands to create/destroy surface on the client. I removed SPICE_MSG_DISPLAY_M

[Spice-devel] [PATCH] spice server: surface create/destroy protocol support

2010-02-20 Thread Izik Eidus
>From 3d5ce2e630a02f5edd8b22fe353433bb9a8321d8 Mon Sep 17 00:00:00 2001 From: Izik Eidus Date: Thu, 18 Feb 2010 01:11:33 +0200 Subject: [PATCH] spice server: surface create/destroy protocol support Now we can send commands from the server to the client to destroy surfaces (right now just

Re: [Spice-devel] [PATCH 2/2] spice client: add ipv6 support.

2010-02-20 Thread Izik Eidus
On Fri, 19 Feb 2010 12:21:03 +0100 Gerd Hoffmann wrote: > > Signed-off-by: Gerd Hoffmann > --- > client/red_peer.cpp | 89 +++--- > 1 files changed, 41 insertions(+), 48 deletions(-) > > diff --git a/client/red_peer.cpp b/client/red_peer.cpp > ind

Re: [Spice-devel] [PATCH 00/30] Convert cairo canvas to use pixman

2010-02-20 Thread Izik Eidus
On Fri, 19 Feb 2010 16:52:36 +0100 Alexander Larsson wrote: > On Fri, 2010-02-19 at 16:50 +0100, Alexander Larsson wrote: > > On Thu, 2010-02-18 at 21:58 +0100, Alexander Larsson wrote: > > > This series converts the software based canvas "cairo_canvas" to use > > > pixman for rendering instead o

Re: [Spice-devel] [PATCH 00/30] Convert cairo canvas to use pixman

2010-02-20 Thread Izik Eidus
On Thu, 18 Feb 2010 21:58:26 +0100 Alexander Larsson wrote: > This series converts the software based canvas "cairo_canvas" to use > pixman for rendering instead of cairo. It uses the upstream pixman > (the latest version, 0.7.16 is needed) thus dropping the dependencies > on qcairo and qpixman (

Re: [Spice-devel] [PATCH] spice-protocl: add SPICE_MSG_DISPLAY_SURFACE_CREATE/DESTROY

2010-02-19 Thread Izik Eidus
On Fri, 19 Feb 2010 16:35:46 +0100 Alexander Larsson wrote: \ > > is it really that bad to give stride as well? > > > > (I really have no strong feeling to drop it, > > so if you still want, i will drop it) > > Well, forcing the client to pick a particular stride might cause it to > run more in

Re: [Spice-devel] [PATCH 16/30] Convert cairo canvas alpha_blend to using pixman

2010-02-19 Thread Izik Eidus
On Fri, 19 Feb 2010 10:15:14 +0100 Alexander Larsson wrote: > On Fri, 2010-02-19 at 10:47 +0200, Izik Eidus wrote: > > On Thu, 18 Feb 2010 21:58:42 +0100 > > Alexander Larsson wrote: > > > > > > > + > > > +if (mask) > > > +

Re: [Spice-devel] [PATCH] spice-protocl: add SPICE_MSG_DISPLAY_SURFACE_CREATE/DESTROY

2010-02-19 Thread Izik Eidus
On Fri, 19 Feb 2010 14:19:29 +0100 Alexander Larsson wrote: > On Thu, 2010-02-18 at 01:16 +0200, Izik Eidus wrote: > > From 7a182d48ee603177d522edec9b189f2f6e3ee5a6 Mon Sep 17 00:00:00 2001 > > From: Izik Eidus > > Date: Thu, 18 Feb 2010 01:13:56 +0200 > > Subject:

Re: [Spice-devel] [PATCH 16/30] Convert cairo canvas alpha_blend to using pixman

2010-02-19 Thread Izik Eidus
On Thu, 18 Feb 2010 21:58:42 +0100 Alexander Larsson wrote: > + > +if (mask) > +pixman_image_unref (mask); > Any strong feelings against changing it to if (mask) { pixman_image_unref (mask); } While I dont think it the end of the world, we should at least know that if we ente

Re: [Spice-devel] [PATCH 03/30] Add line rasterizer

2010-02-19 Thread Izik Eidus
On Thu, 18 Feb 2010 21:58:29 +0100 Alexander Larsson wrote: > This is based on the X11 line drawers in mi/mizerline.c etc > --- > client/Makefile.am |1 + > client/lines.cpp | 24 + > client/x11/Makefile.am |1 + > common/Makefile.am |2 + > common/lines.c | 3

Re: [Spice-devel] [PATCH 25/30] Replace custom region implementation with pixman_region32_t

2010-02-19 Thread Izik Eidus
On Thu, 18 Feb 2010 21:58:51 +0100 Alexander Larsson wrote: void red_pipe_item_init(PipeItem *item, int type) > @@ -1904,13 +1904,13 @@ static inline void __exclude_region(RedWorker > *worker, TreeItem *item, QRegion * > > if (draw->shadow) { > Shadow *shadow; > -

Re: [Spice-devel] [PATCH 00/30] Convert cairo canvas to use pixman

2010-02-19 Thread Izik Eidus
On Thu, 18 Feb 2010 21:58:26 +0100 Alexander Larsson wrote: > This series converts the software based canvas "cairo_canvas" to use > pixman for rendering instead of cairo. It uses the upstream pixman > (the latest version, 0.7.16 is needed) thus dropping the dependencies > on qcairo and qpixman (

[Spice-devel] [PATCH] spice server: surface create/destroy protocol support

2010-02-17 Thread Izik Eidus
>From 6b42069c3ce54060d694ce2289bfd41a95b673fc Mon Sep 17 00:00:00 2001 From: Izik Eidus Date: Thu, 18 Feb 2010 01:11:33 +0200 Subject: [PATCH] spice server: surface create/destroy protocol support Now we can send commands from the server to the client to destroy surfaces (right now just

[Spice-devel] [PATCH] spice-protocl: add SPICE_MSG_DISPLAY_SURFACE_CREATE/DESTROY

2010-02-17 Thread Izik Eidus
>From 7a182d48ee603177d522edec9b189f2f6e3ee5a6 Mon Sep 17 00:00:00 2001 From: Izik Eidus Date: Thu, 18 Feb 2010 01:13:56 +0200 Subject: [PATCH] spice-protocl: add SPICE_MSG_DISPLAY_SURFACE_CREATE/DESTROY Protocol commands to create/destroy surface on the client. I removed SPICE_MSG_DISPLAY_M

Re: [Spice-devel] Building QXL

2010-02-17 Thread Izik Eidus
On Wed, 17 Feb 2010 10:14:53 -0600 (CST) David Martin wrote: > - "Izik Eidus" wrote: > > > On Wed, 17 Feb 2010 09:46:58 -0600 (CST) > > David Martin wrote: > > > > > I'd like to test the latest patches that were committed yesterd

Re: [Spice-devel] Building QXL

2010-02-17 Thread Izik Eidus
On Wed, 17 Feb 2010 09:46:58 -0600 (CST) David Martin wrote: > I'd like to test the latest patches that were committed yesterday. Any tips > on how to build the QXL driver? I will search the documents for that, but maybe it would be enougth if I just give you compiled driver? (I plan to uplo

[Spice-devel] [PATCH] do guest driver to host memcpys using sse

2010-02-16 Thread Izik Eidus
>From d9fb686c89be9c19b3a3d9bd698f8103c28d5fcc Mon Sep 17 00:00:00 2001 From: Izik Eidus Date: Tue, 16 Feb 2010 21:35:57 +0200 Subject: [PATCH] do guest driver to host memcpys using sse. Just copy chunks of data in sse2 instrcutions with prefeching of cache bytes. - 35%~ cpu improvment w

[Spice-devel] [PATCH] qxl: add counter for stream_test

2010-02-16 Thread Izik Eidus
>From ce5b4c5f95de9669b23c44857eea1bb9d0e44b27 Mon Sep 17 00:00:00 2001 From: Izik Eidus Date: Tue, 16 Feb 2010 20:55:43 +0200 Subject: [PATCH] qxl: add counter for stream_test It fix some issues with WAN and applications such as powerpoint that its slides can be wrongly thought as a vi

[Spice-devel] [PATCH] spice: split heavily clipped images into small images (speed win7)

2010-02-16 Thread Izik Eidus
>From 5d35a1c6e59102e037499c33f95f7c6e590d27d2 Mon Sep 17 00:00:00 2001 From: Izik Eidus Date: Tue, 16 Feb 2010 20:30:14 +0200 Subject: [PATCH] spice: split heavily clipped images into small images (speed win7) This really speed up windows 7 Thanks Signed-off-by: Izik Eidus --- disp