qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Sergey Smolov <smolov@ispras.ru>
To: qemu-devel@nongnu.org
Cc: Sergey Smolov <smolov@ispras.ru>
Subject: [Qemu-devel] [PATCH] log disasm insns when nochain + in_asm enabled
Date: Tue,  3 Nov 2015 16:13:42 +0400	[thread overview]
Message-ID: <1446552823-10872-1-git-send-email-smolov@ispras.ru> (raw)

When 'nochain' and 'in_asm' debug options are enabled, QEMU
does not print records about every executed translation block
 (TB). For loop-containing programs it could be suitable to log
 every executed TB. This patch includes a mapping between TBs and
 disassembled instructions for this task to be implemented.

Sergey Smolov (1):
  log disasm insns when nochain + in_asm enabled

 cpu-exec.c            |   20 ++++++++++++++++++++
 disas.c               |   18 +++++++++++++++++-
 include/disas/disas.h |   14 ++++++++++++++
 qemu-log.c            |    2 +-
 4 files changed, 52 insertions(+), 2 deletions(-)

--
1.7.10.4

             reply	other threads:[~2015-11-03 13:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-03 12:13 Sergey Smolov [this message]
2015-11-03 12:13 ` [Qemu-devel] [PATCH] log disasm insns when nochain + in_asm enabled Sergey Smolov
2015-11-09 17:31 ` Peter Maydell

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=1446552823-10872-1-git-send-email-smolov@ispras.ru \
    --to=smolov@ispras.ru \
    --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).