spice: drop obsolete iothread locking
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 27 Apr 2011 14:06:10 +0000 (16:06 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 3 May 2011 13:35:48 +0000 (15:35 +0200)
commit196a778428989217b82de042725dc8eb29c8f8d8
treef0c42f6445f0c4e51105b7195e7c51a2d4b43d06
parent075360945860ad9bdd491921954b383bf762b0e5
spice: drop obsolete iothread locking

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 <kraxel@redhat.com>
hw/qxl.c
ui/spice-display.c