[Qemu-devel] Virtual Address translation in QEMU

2013-11-16 Thread Fardin Abdi
the help if anyone can give me some pointers. I am looking into an ARM architecture if that makes any difference. Thank you, Fardin -- Fardin Abdi abdit...@illinois.edu | 734 276 7856 <http://fardinabdi.gigfa.com>Ph.D. Student in Computer Science Networked Real-Time and Embedded s

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:

[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