[Spice-devel] Q: QXL + Spice stability

2012-07-25 Thread Juan Antonio Moya Vicén
Hi list! This is Juan from Securiforest In my company we are working on a product using virtualization with kvm. I have been spending effort lately on benchmarking QXL and other options like VMWare video, checking for performance and stability when running on qemu Windows guests. I do like how QXL

Re: [Spice-devel] [PATCH] red_worker: Fix reference counting for the current frame (drawable) of a stream

2012-07-25 Thread Alon Levy
On Wed, Jul 25, 2012 at 04:50:15PM +0300, Yonit Halperin wrote: > After marshalling MSG_STREAM_CREATE, there is no need to ref and > unref stream->current before and after completing the sending of the > message (correspondingly). The referencing is unnecessary because all > the data that is requir

Re: [Spice-devel] Tripping assertions in spice-common/common/ring.h

2012-07-25 Thread Nahum Shalman
On 07/25/2012 07:39 AM, Yonit Halperin wrote: Thanks for the detailed description. I've reproduced and found the bug. Just sent the patch. You are welcomed to try it :) That patch seems to be working for me as well. +1 Thanks! -Nahum ___ Spice-devel

[Spice-devel] [PATCH] red_worker: Fix reference counting for the current frame (drawable) of a stream

2012-07-25 Thread Yonit Halperin
After marshalling MSG_STREAM_CREATE, there is no need to ref and unref stream->current before and after completing the sending of the message (correspondingly). The referencing is unnecessary because all the data that is required from the drawable (the clipping), is copied during marshalling, and n

Re: [Spice-devel] [PATCH spice-gtk 3/3] usb-device-manager: Add automount disable / restore functionality

2012-07-25 Thread flooding Controlled
Hi: I am puzzled by some functions calling in the function : "spice_usb_device_manager_initable_init" At this block: /* Do coldplug (detection of already connected devices) */ libusb_get_device_list(priv->context, &priv->coldplug_list); list = g_udev_client_query_by_subsystem(priv->ude

Re: [Spice-devel] Tripping assertions in spice-common/common/ring.h

2012-07-25 Thread Yonit Halperin
Hi, Thanks for the detailed description. I've reproduced and found the bug. Just sent the patch. You are welcomed to try it :) Cheers, Yonit. On 07/23/2012 03:49 PM, Nahum Shalman wrote: On 07/22/2012 02:14 PM, Yonit Halperin wrote: Hi, the trace implies some problem in the drawables tree st