[Spice-devel] vdservice still sometimes fails to start in Windows 7

2012-11-27 Thread Han Pilmeyer
Hi everyone, Using the latest spice-guest-tools-0.2.exe it still sometimes happens (~10% of the time) that the vdagent does not start when the Windows 7 guest is started. It was previously suggested here that I would try to start it manually. As can be seen in the log files below, this does

[Spice-devel] [PATCH] vdagent: when SetClipboardData fails, set clipboard control event to stop wait

2012-11-27 Thread Arnon Gilboa
Currently, a SetClipboardData failure is followed by useless wait for timeout (VD_CLIPBOARD_TIMEOUT_MS) --- vdagent/vdagent.cpp | 30 -- 1 files changed, 16 insertions(+), 14 deletions(-) diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp index 3f1053d..2bb466d

Re: [Spice-devel] server RFC: 2 significant build-time changes

2012-11-27 Thread Daniel P. Berrange
On Fri, Nov 23, 2012 at 04:58:23PM +0100, Christophe Fergeau wrote: Hey, This patch series introduces 2 build system changes that are worth some attention. The first one disables client build by default as it's deprecated, and the second patch adds a dependency on glib2. Both of these

[Spice-devel] [PATCH] spice-widget-x11.c: Fix change color parameter 16 bits to 32 bits

2012-11-27 Thread Matilde Yanez
Hello, Issue description: Running remote-viewer with QXL and X11 display. In VM, windows clients, change color parameter 16bits to 32 bits involves a remote-viewer crash. glibc detected free() invalid pointer type. The following patch resolves this issue. patch: diff --git

Re: [Spice-devel] [PATCH] spice-widget-x11.c: Fix change color parameter 16 bits to 32 bits

2012-11-27 Thread Uri Lublin
On 11/27/2012 02:48 PM, Matilde Yanez wrote: Hello, Issue description: Running remote-viewer with QXL and X11 display. In VM, windows clients, change color parameter 16bits to 32 bits involves a remote-viewer crash. glibc detected free() invalid pointer type. The following patch resolves this

[Spice-devel] [PATCH 1/3] vdagent: remove vdi_port, use vio_serial directly

2012-11-27 Thread Arnon Gilboa
--- vdagent/vdagent.cpp | 239 +++ 1 files changed, 109 insertions(+), 130 deletions(-) diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp index 2bb466d..85244c0 100644 --- a/vdagent/vdagent.cpp +++ b/vdagent/vdagent.cpp @@ -16,8 +16,6 @@ */

[Spice-devel] [PATCH 2/3] vdagent: remove vdi_port from vcproj

2012-11-27 Thread Arnon Gilboa
--- vdagent/vdagent.vcproj | 24 1 files changed, 0 insertions(+), 24 deletions(-) diff --git a/vdagent/vdagent.vcproj b/vdagent/vdagent.vcproj index b99297e..5e7bb43 100644 --- a/vdagent/vdagent.vcproj +++ b/vdagent/vdagent.vcproj @@ -350,25 +350,13 @@

[Spice-devel] [PATCH 3/3] vdagent: git rm *vdi_port*

2012-11-27 Thread Arnon Gilboa
--- vdagent/pci_vdi_port.cpp| 132 -- vdagent/pci_vdi_port.h | 59 -- vdagent/vdi_port.cpp| 90 - vdagent/vdi_port.h | 75 - vdagent/virtio_vdi_port.cpp | 187

Re: [Spice-devel] [PATCH 1/3] vdagent: remove vdi_port, use vio_serial directly

2012-11-27 Thread Arnon Gilboa
NACK, seems it needs some more testing Arnon Gilboa wrote: --- vdagent/vdagent.cpp | 239 +++ 1 files changed, 109 insertions(+), 130 deletions(-) diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp index 2bb466d..85244c0 100644 ---

[Spice-devel] [PATCH spice-gtk] win32: fix rendering issue when widget is partially off screen

2012-11-27 Thread Marc-André Lureau
Gtk+ in win32 has a rendering bug with window non-buffered: https://bugzilla.gnome.org/show_bug.cgi?id=688962 According to Alex Larsson, this shouldn't affect performance much, since there is already extra-copy done for offscreen buffers, and might even make it faster in gtk+ 3.0... Fixes:

[Spice-devel] Spice Display updates

2012-11-27 Thread Baskar Duraikannu
Hi, Technologies like VNC send screen updates primarily to the client to reduce bandwidth utilization between client and server. But after every few seconds, VNC sends across entire screen data to VNC client (I believe to recover from any corruption).  Does spice send entire screen data to

[Spice-devel] Windows USB-Redirection support

2012-11-27 Thread Goktug YILDIRIM
Hello, I bet this is asked many times and I trust to read most of them. I would like to ask if there is any update on this topic? And secondly, if I didnt misunderstand there is a way to get usb support if you compile it form the source? Is it? Thanks in advance, Goktug Yildirim

Re: [Spice-devel] [PATCH spice-protocol V2] vd_agent.h: drag-and-drop support

2012-11-27 Thread Dunrong Huang
Hi Hans, Thanks for your review. The following is my summary of discussions: 1) For file information, use a key-value text passed from client to guest instead of using stuff that is hard to extend. I like this approach too, :-). So VDAgentFileXferStartMessage will become:

Re: [Spice-devel] Windows USB-Redirection support

2012-11-27 Thread flooding Controlled
it seems no update. 2012/11/28 Goktug YILDIRIM goktug.yildi...@gmail.com Hello, I bet this is asked many times and I trust to read most of them. I would like to ask if there is any update on this topic? And secondly, if I didnt misunderstand there is a way to get usb support if you

[Spice-devel] Extremely minimal OS setup for SPICE Client

2012-11-27 Thread Marek Szewczyk
Hi! Where can I find information on creating a minimal OS configuration for SPICE Client, near Zero Clients* for the purpose of reducing hardware requirements while increasing the stability ? I think it is reasonable to watching a similar solution Wyse Citrix VDI-in-a-Box for SMB**. *

[Spice-devel] Opengl status

2012-11-27 Thread Yu Yi Jun
Hi, Dear developers I feel interested very much about the spice project and I think opengl could further improve the performance. I have read that the community might do some optimization based on opengl. Could you kindly tell me what is the status now and is there anything we can do for it?