Re: [Spice-devel] [RfC PATCH 1/7] spice: add worker wrapper functions.

2011-06-29 Thread Alon Levy
On Wed, Jun 29, 2011 at 11:55:09AM +0200, Gerd Hoffmann wrote: > Hi, > > >zeroing the guest_surfaces should be moved to > >qemu_spice_destroy_surfaces. It is an older bug that it wasn't preformed > >on QXL_IO_DESTROY_ALL_SURFACES (which isn't actually called now, but > >once S3 support is commit

Re: [Spice-devel] [RfC PATCH 1/7] spice: add worker wrapper functions.

2011-06-29 Thread Gerd Hoffmann
Hi, zeroing the guest_surfaces should be moved to qemu_spice_destroy_surfaces. It is an older bug that it wasn't preformed on QXL_IO_DESTROY_ALL_SURFACES (which isn't actually called now, but once S3 support is committed, it will). The zeroing must be performed synchronically with worker->dest

Re: [Spice-devel] [RfC PATCH 1/7] spice: add worker wrapper functions.

2011-06-28 Thread yhalperi
On 06/22/2011 11:46 AM, Gerd Hoffmann wrote: Hi, Add wrapper functions for all spice worker calls. Signed-off-by: Gerd Hoffmann --- hw/qxl-render.c|4 +- hw/qxl.c | 32 +- ui/spice-display.c | 94 --- ui/

[Spice-devel] [RfC PATCH 1/7] spice: add worker wrapper functions.

2011-06-22 Thread Gerd Hoffmann
Add wrapper functions for all spice worker calls. Signed-off-by: Gerd Hoffmann --- hw/qxl-render.c|4 +- hw/qxl.c | 32 +- ui/spice-display.c | 94 --- ui/spice-display.h | 20 +++ 4 files changed, 12