qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Marinos Tsantekidis <martsan31@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] QEMU-Based Android Emulator
Date: Tue, 04 Feb 2014 16:37:50 +0100	[thread overview]
Message-ID: <52F1094E.8000109@suse.de> (raw)
In-Reply-To: <CAB6BXkLkZVCpZ5P8kJrbOrfCGPXK6KTrLuWPFMEMzn0O9zzCFg@mail.gmail.com>

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	other threads:[~2014-02-04 16:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-03 17:45 [Qemu-devel] QEMU-Based Android Emulator Marinos Tsantekidis
2014-02-04 15:37 ` Andreas Färber [this message]
2014-02-04 16:32   ` Marinos Tsantekidis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52F1094E.8000109@suse.de \
    --to=afaerber@suse.de \
    --cc=martsan31@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).