[Qemu-devel] [PATCH 2/4] spice: don't create updates in spice server context.

2011-05-03 Thread Gerd Hoffmann
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

Re: [Qemu-devel] [PATCH 2/4] spice: don't create updates in spice server context.

2011-04-29 Thread Gerd Hoffmann
Hi, -static int debug = 0; +static int debug = 1; Accident? Oops. That one wasn't intentional, will fix for the pull request. cheers, Gerd

Re: [Qemu-devel] [PATCH 2/4] spice: don't create updates in spice server context.

2011-04-29 Thread Alon Levy
On Fri, Apr 29, 2011 at 11:38:30AM +0200, Gerd Hoffmann wrote: > 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 co

[Qemu-devel] [PATCH 2/4] spice: don't create updates in spice server context.

2011-04-29 Thread Gerd Hoffmann
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