On Wed, Feb 23, 2011 at 11:23 PM, Anthony Liguori
<aligu...@linux.vnet.ibm.com> wrote:
> On 02/04/2011 02:05 AM, Corentin Chary wrote:
>>
>> agraf reported that qemu_mutex_destroy(vs->output_mutex) while failing
>> in vnc_disconnect_finish().
>>
>> It's because vnc_worker_thread_loop() tries to unlock the mutex while
>> not locked. The unlocking call doesn't fail (pthread bug ?), but
>> the destroy call does.
>>
>> Signed-off-by: Corentin Chary<corenti...@iksaif.net>
>>
>
> Applied 2/16.  Thanks!
>
> Regards,
>
> Anthony Liguori

Great, Thanks !

Please also merge these two patchs:
http://patchwork.ozlabs.org/patch/84517/
http://patchwork.ozlabs.org/patch/84496/

-- 
Corentin Chary
http://xf.iksaif.net

Reply via email to