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
>
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
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
> 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
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
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