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
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
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
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
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
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