Re: [Qemu-devel] QEMU-Based Android Emulator

2014-02-04 Thread Andreas Färber
Hi, Am 03.02.2014 18:45, schrieb Marinos Tsantekidis: Hi to all! I'm looking to extract some info from QEMU used by Android Emulator. I want to add some printf s to the source code. How do I do that? How do I recompile the source in order for the changes to take effect? Please help!! Please

Re: [Qemu-devel] QEMU-Based Android Emulator

2014-02-04 Thread Marinos Tsantekidis
Maybe I'm not specific enough. I built Android from the source code and I know that the Android Emulator that comes with it, is based on QEMU. I don't want anything from Android. What I'm interested in is the underlying QEMU. I want to see how the program counter changes during translation. To my

[Qemu-devel] QEMU-Based Android Emulator

2014-02-03 Thread Marinos Tsantekidis
Hi to all! I'm looking to extract some info from QEMU used by Android Emulator. I want to add some printf s to the source code. How do I do that? How do I recompile the source in order for the changes to take effect? Please help!!

[Qemu-devel] QEMU as an emulator

2007-03-25 Thread Pharaoh .
Hi I am new here. QEMU can bve used as a machine emulator and a visualizer. When we use QEMU as an emulator then does it mean using this we can run code for say ARM on a x86 based machine and QEMU will take care of the transalation? I am writing some drivers for ARM but I dont have any ARM