[Qemu-devel] [PATCH] spice: (32 bit only) fix surface cmd tracking destruction

2013-03-13 Thread Alon Levy
No change for 64 bit arches, but for 32 bit previously we zeroed half the surfaces cmd array, instead of all of it. Signed-off-by: Alon Levy --- hw/qxl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/qxl.c b/hw/qxl.c index ef69348..4cbab45 100644 --- a/hw/qxl.c +++ b/hw/

Re: [Qemu-devel] [PATCH] spice: (32 bit only) fix surface cmd tracking destruction

2013-03-13 Thread Hans de Goede
Looks good, Acked-by: Hans de Goede On 03/13/2013 04:58 PM, Alon Levy wrote: No change for 64 bit arches, but for 32 bit previously we zeroed half the surfaces cmd array, instead of all of it. Signed-off-by: Alon Levy --- hw/qxl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

Re: [Qemu-devel] [PATCH] spice: (32 bit only) fix surface cmd tracking destruction

2013-04-04 Thread Gerd Hoffmann
On 03/13/13 16:58, Alon Levy wrote: > No change for 64 bit arches, but for 32 bit previously we zeroed half > the surfaces cmd array, instead of all of it. Patch added to spice patch queue. thanks, Gerd