Re: [Qemu-devel] Configuring QEMU to translate x86 instructions to native ARM instructions

2012-03-07 Thread Roger
Thank you both. The --CPU option worked like a charm. Roger On Mar 6, 2012, at 11:14 AM, Peter Maydell wrote: > On 6 March 2012 16:09, Roger wrote: >> I will try the --cross-prefix option. I have a feeling this >> will do it. I know that the prologue is being initialized with >> the i386

Re: [Qemu-devel] Configuring QEMU to translate x86 instructions to native ARM instructions

2012-03-06 Thread Peter Maydell
On 6 March 2012 16:09, Roger wrote: > I will try the --cross-prefix option.  I have a feeling this > will do it.  I know that the prologue is being initialized with > the i386 target backend > I'll also try the --cpu option recommended by the previous poster. Yes, this should force the host CPU

Re: [Qemu-devel] Configuring QEMU to translate x86 instructions to native ARM instructions

2012-03-06 Thread Roger
I'm using the QEMU sources from 0.15.1. I will try the --cross-prefix option. I have a feeling this will do it. I know that the prologue is being initialized with the i386 target backend because the debugger shows me the name of the file and it is tcg/i386/tcg-target.c. Further more, the cod

Re: [Qemu-devel] Configuring QEMU to translate x86 instructions to native ARM instructions

2012-03-06 Thread Peter Maydell
On 6 March 2012 05:11, Roger Tagged wrote: > I want to use the CPU emulation component of QEMU (user mode) and I'm > running into a bit of a problem that I hope you can help me with or point me > to the right list. Which version of QEMU are you using? > On my x86 Linux VM, I have configured QEMU

[Qemu-devel] Configuring QEMU to translate x86 instructions to native ARM instructions

2012-03-06 Thread Roger Tagged
Hello dear developers, I want to use the CPU emulation component of QEMU (user mode) and I'm running into a bit of a problem that I hope you can help me with or point me to the right list. On my x86 Linux VM, I have configured QEMU with: '--target-list=i386-linux-user' '--cc=/bin/arm-none-linux-