Re: [Spice-devel] androidSpice-0.1.6 released

2011-07-07 Thread Christophe Fergeau
On Fri, May 13, 2011 at 04:38:38PM +0800, Shuxiang Lim wrote: > You shall check the wiki page of it for the build/install/use of it or > download the .apk or src files. > Any use or improvement will be appreciated! > Besides, this version will need no change in server side at all,that is,it > can

Re: [Spice-devel] androidSpice-0.1.6 released

2011-05-17 Thread Christophe Fergeau
Hi Shuxiang, On Tue, May 17, 2011 at 08:53:29AM +0800, Shuxiang Lim wrote: > That's right,I hope I can have time to fix the alignment issues in > spice(such as in generated_marshallers.c and quic.s,etc..),or some guys can > try this now? As far as I'm concerned, I won't have time to look at this

Re: [Spice-devel] androidSpice-0.1.6 released

2011-05-16 Thread Shuxiang Lim
That's right,I hope I can have time to fix the alignment issues in spice(such as in generated_marshallers.c and quic.s,etc..),or some guys can try this now? On Mon, May 16, 2011 at 6:27 PM, Christophe Fergeau wrote: > On Mon, May 16, 2011 at 05:12:10PM +0800, Shuxiang Lim wrote: > > Hi,all! > >

Re: [Spice-devel] androidSpice-0.1.6 released

2011-05-16 Thread Shuxiang Lim
Yep,I've checked this before and its instructions such as __packed pointer did not work for me. On Mon, May 16, 2011 at 6:21 PM, Christophe Fergeau wrote: > On Mon, May 16, 2011 at 12:19:50PM +0300, Yaniv Kaul wrote: > > > > Assuming this happens because of non-aligned memory access, perhaps > >

Re: [Spice-devel] androidSpice-0.1.6 released

2011-05-16 Thread Christophe Fergeau
On Mon, May 16, 2011 at 05:12:10PM +0800, Shuxiang Lim wrote: > Hi,all! >I've mentioned before about the common/quic.c will cause SIGBUG on ARM, > then I walked around it by '-O0',it works for armv5,armv7,but I've just > found this didn't work for ARM9,so I have to do the final and fool way to

Re: [Spice-devel] androidSpice-0.1.6 released

2011-05-16 Thread Christophe Fergeau
On Mon, May 16, 2011 at 12:19:50PM +0300, Yaniv Kaul wrote: > > Assuming this happens because of non-aligned memory access, perhaps > trying out the suggestion in > http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3721.html > makes sense? This seems to be about ARM's C compiler

Re: [Spice-devel] androidSpice-0.1.6 released

2011-05-16 Thread Yaniv Kaul
On 05/16/2011 12:12 PM, Shuxiang Lim wrote: Hi,all! I've mentioned before about the common/quic.c will cause SIGBUG on ARM, then I walked around it by '-O0',it works for armv5,armv7,but I've just found this didn't work for ARM9,so I have to do the final and fool way to rewrite some statemen

Re: [Spice-devel] androidSpice-0.1.6 released

2011-05-16 Thread Shuxiang Lim
Hi,all! I've mentioned before about the common/quic.c will cause SIGBUG on ARM, then I walked around it by '-O0',it works for armv5,armv7,but I've just found this didn't work for ARM9,so I have to do the final and fool way to rewrite some statements in quic.c with memcpy() like this: *#ifdef AND

[Spice-devel] androidSpice-0.1.6 released

2011-05-13 Thread Shuxiang Lim
Hi,All! Since the dilemma I faced in the use of QXL worked around and the client bugs fixed,I'm glad to release the androidSpice-0.1.6 on google code under LGPL: http://code.google.com/p/spice-client-android/ You shall check the wiki page of it for the build/install/use of it or download the .