Re: [Qemu-devel] [PATCH] hw/qxl: another missing unlock

2011-01-27 Thread Gerd Hoffmann
On 01/25/11 15:42, Alon Levy wrote: We need to unlock the mutex before waiting on read via the worker call since the worker will try to lock and hang otherwise. Signed-off-by: Alon Levy --- hw/qxl.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/qxl.c b/hw/qxl.c

[Qemu-devel] [PATCH] hw/qxl: another missing unlock

2011-01-25 Thread Alon Levy
We need to unlock the mutex before waiting on read via the worker call since the worker will try to lock and hang otherwise. Signed-off-by: Alon Levy --- hw/qxl.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/qxl.c b/hw/qxl.c index 117f7c8..00c31c7 100644 --- a/hw/