[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
gt; compiled for emulator. > > > > #if defined(__arm__) || defined(arm) || defined(__arm__) || defined(ARM) > || > > defined(_ARM_) || defined(WTF_CPU_ARM) > > This #if is for the host compiler, and has nothing to do with the target > you build for. > > -- > Thanks.