commit | 7e79cf4083efa399b43f30edf23434b137fcb197 | [log] [tgz] |
---|---|---|
author | Yonit Halperin <yhalperi@redhat.com> | Mon Sep 05 17:39:50 2011 +0300 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Sep 07 09:20:09 2011 +0200 |
tree | 2e28bc566cacf4df3027e3a58a291910eab9e43a | |
parent | 40010aea63bb7d507caf24c9ac74c13ece47eec2 [diff] |
spice: set qxl->ssd.running=true before telling spice to start, RHBZ #733993 If qxl->ssd.running=true is set after telling spice to start, the spice server thread can call qxl_send_events while qxl->ssd.running is still false. This leads to assert(d->ssd.running). Signed-off-by: Yonit Halperin <yhalperi@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>