Re: [Qemu-devel] Adding some code to the QEMU used inside Android Emulator

2013-11-16 Thread Fardin Abdi
Since QEMU is part of android emulator, I don't know how to configure it to only compile for ARM target. Is there any way that I just add the code for ARM target? Or if anyone else has any suggestion on how to compile android emulator only for ARM. Thanks, FArdin On Wed, Nov 13, 2013 at 1:59 AM,

Re: [Qemu-devel] Adding some code to the QEMU used inside Android Emulator

2013-11-15 Thread Max Filippov
On Sat, Nov 16, 2013 at 3:29 AM, Fardin Abdi wrote: > Since QEMU is part of android emulator, I don't know how to configure it to > only compile for ARM target. Is there any way that I just add the code for > ARM target? Or if anyone else has any suggestion on how to compile android > emulator onl

Re: [Qemu-devel] Adding some code to the QEMU used inside Android Emulator

2013-11-13 Thread Max Filippov
On Wed, Nov 13, 2013 at 11:26 AM, Fardin wrote: > Hi everyone, > > My question might look very stupid but the answer would really help me. > > I am working on Android emulator which is using QEMU. I need to print out > the value of env->cp15.c13_fcse everytime the void tlb_flush(CPUState *env, > i

[Qemu-devel] Adding some code to the QEMU used inside Android Emulator

2013-11-12 Thread Fardin
Hi everyone,  My question might look very stupid but the answer would really help me.  I am working on Android emulator which is using QEMU. I need to print out the value of env->cp15.c13_fcse everytime the  voidtlb_flush(CPUState*env,intflush_global) in exec.c is called. The problem is when co