commit | 196a778428989217b82de042725dc8eb29c8f8d8 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Apr 27 16:06:10 2011 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue May 03 15:35:48 2011 +0200 |
tree | f0c42f6445f0c4e51105b7195e7c51a2d4b43d06 | |
parent | 075360945860ad9bdd491921954b383bf762b0e5 [diff] |
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>