Re: [Qemu-devel] [PATCH 0/4] spice: fix locking

2011-04-29 Thread Alon Levy
On Fri, Apr 29, 2011 at 02:20:09PM +0300, Alon Levy wrote: > On Fri, Apr 29, 2011 at 11:38:28AM +0200, Gerd Hoffmann wrote: > > Hi, > > > > This patch series moves a bunch of work spice has to do from spice > > server thread context to iothread context, which in turn allows to > > drop the curre

Re: [Qemu-devel] [PATCH 0/4] spice: fix locking

2011-04-29 Thread Alon Levy
On Fri, Apr 29, 2011 at 11:38:28AM +0200, Gerd Hoffmann wrote: > Hi, > > This patch series moves a bunch of work spice has to do from spice > server thread context to iothread context, which in turn allows to > drop the current locking mess as we don't touch qemu internals from > spice server th

[Qemu-devel] [PATCH 0/4] spice: fix locking

2011-04-29 Thread Gerd Hoffmann
Hi, This patch series moves a bunch of work spice has to do from spice server thread context to iothread context, which in turn allows to drop the current locking mess as we don't touch qemu internals from spice server thread any more. A long-standing warning fix from Jes is included too. chee