Re: [Qemu-devel] forking i386 binaries on arm linux user mode

2010-05-21 Thread Damion Yates
On Tue, 11 May 2010, Richard Henderson wrote: > On 05/11/2010 10:08 AM, Damion Yates wrote: > > Also is there some magic in gnemul-x86 beyond being a set of x86 > > libs? > > No. Okay, good to know. > > Does it do any shortcutting to system calls in native rather

Re: [Qemu-devel] forking i386 binaries on arm linux user mode

2010-05-11 Thread Damion Yates
On Wed, 10 Feb 2010, Laurent Desnogues wrote: > On Wed, Feb 10, 2010 at 10:38 PM, Damion Yates > wrote: > > > I can now run loads of linux binaries on my armlinux system (a Nokia > > n900). I've tried tower toppler (http://toppler.sourceforge.net/) > > which

[Qemu-devel] forking i386 binaries on arm linux user mode

2010-02-10 Thread Damion Yates
I've grabbed the latest stable qemu and compiled under scratchbox. I hit an issue compiling it, with no __builtin__clear_cache() so linked in a kludge.c containing a call to __clear_cache() with the params passed as they would be to __builtin__clear_cache(). Firstly does this sound like it should