commit | e0c64d08d11736dcea7c5a6373e3e7f62db51d9e | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Apr 27 15:21:51 2011 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue May 03 15:35:48 2011 +0200 |
tree | 28edc41f690715dc40d56177764b8a848eb368ba | |
parent | 14da8345b2f7c21bab20fd12b755a61d6277f171 [diff] |
spice: don't create updates in spice server context. This patch moves the creation of spice screen updates from the spice server context to qemu iothread context (display refresh timer to be exact). This way we avoid accessing qemu internals (display surface) from spice thread context which in turn allows us to simplify locking. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>