Re: [Spice-devel] [PATCH qxl-win32 v2] miniport/qxl: FillVideoMode: only allow word aligned strides

2012-10-14 Thread Alon Levy
The title is wrong, I'll change it to "only allow word aligned strides" before push, since now this patch affects more then just miniport/qxl.c . > This is a pixman requirement. If it isn't enforced spice crashes, > qemu > with it. That should be fixed, but there is no simple way to allow > for >

[Spice-devel] [PATCH qxl-win32 v2] miniport/qxl: FillVideoMode: only allow word aligned strides

2012-10-14 Thread Alon Levy
This is a pixman requirement. If it isn't enforced spice crashes, qemu with it. That should be fixed, but there is no simple way to allow for non word aligned strides, and the only down side is that for 16 bit modes we will require even widths. And we already have the same implementation detail in

Re: [Spice-devel] USB-redirection

2012-10-14 Thread Trebor Forban
Hello all, I finally found the problem: There was an udevd "left over" from the initrd that wasn't being killed by "killall -w udevd". Again, thanks to all for the help and patience. Regards, TF 2012/10/12 David Jaša : > Trebor Forban píše v Pá 12. 10. 2012 v 16:16 +0200: >> Hello, >> >> can

Re: [Spice-devel] [PATCH] miniport/qxl: FillVideoMode: only allow word aligned strides

2012-10-14 Thread Alon Levy
> On 10/11/2012 12:23 PM, Alon Levy wrote: > > This is a pixman requirement. If it isn't enforced spice crashes, > > qemu > > with it. That should be fixed, but there is no simple way to allow > > for > > non word aligned strides, and the only down side is that for 16 bit > > modes we will require

Re: [Spice-devel] [PATCH] miniport/qxl: FillVideoMode: only allow word aligned strides

2012-10-14 Thread Uri Lublin
On 10/11/2012 12:23 PM, Alon Levy wrote: This is a pixman requirement. If it isn't enforced spice crashes, qemu with it. That should be fixed, but there is no simple way to allow for non word aligned strides, and the only down side is that for 16 bit modes we will require even widths. And we alre

Re: [Spice-devel] [PATCH] snd channel: fix accessing freed memory

2012-10-14 Thread Arnon Gilboa
ack Yonit Halperin wrote: snd_channel_put freed "channel", and then channel->worker was accessed. It caused segmentation faults during connections and disconnections of the client. --- server/snd_worker.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/snd_wo