qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andreas Färber
Subject: Re: [Qemu-devel] QEMU-Based Android Emulator
Date: Tue, 04 Feb 2014 16:37:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

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 see our Wiki for info on compiling QEMU:

http://wiki.qemu.org/Documentation/GettingStartedDevelopers

Adding printf()s to device emulation code is trivial and works like in
any other C code. For instruction-level tracing it's less easy, you can
only add printf()s during translation time, but not generally for
execution tracing.

If you want information specifically on the Android emulator, you'll
have to ask elsewhere since we don't maintain that.

Regards,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]