Re: [Qemu-devel] [PATCH 4/4] spice: drop obsolete iothread locking

2012-10-17 Thread Bing Bu Cao
Hi,Gerd I found the lock has been revert in qemu-kvm repository and qemu-kvm on RHEL6.3 with spice/qxl has one problem: Doing some display configuration (such as changing resolution) in guest will involve in deadlock in guest,meanwhile which affect the host hang for a long while. I wonder w

[Qemu-devel] [PATCH 4/4] spice: drop obsolete iothread locking

2011-05-03 Thread Gerd Hoffmann
We don't use qemu internals from spice server context any more. Thus we don't also need to grab the iothread mutex from spice server context. And we don't have to temporarely release the lock to avoid deadlocks. Drop all the calls. Signed-off-by: Gerd Hoffmann --- hw/qxl.c |8 ---

[Qemu-devel] [PATCH 4/4] spice: drop obsolete iothread locking

2011-04-29 Thread Gerd Hoffmann
We don't use qemu internals from spice server context any more. Thus we don't also need to grab the iothread mutex from spice server context. And we don't have to temporarely release the lock to avoid deadlocks. Drop all the calls. Signed-off-by: Gerd Hoffmann --- hw/qxl.c |8 ---