]> git.proxmox.com Git - qemu.git/commit - ui/spice-core.c
spice: workaround a spice server bug.
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 2 Sep 2011 13:03:28 +0000 (15:03 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Sep 2011 07:20:09 +0000 (09:20 +0200)
commit22b626e28e9895cc65c1e2023323bda5138716dc
treebecbca593ccc7ad59ed2d1a30b987058b9ac083c
parent7e79cf4083efa399b43f30edf23434b137fcb197
spice: workaround a spice server bug.

spice server might call the channel_event callback from spice server
thread context.  Detect that and aquire iothread lock if needed,
ui/spice-core.c