All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: edgar.iglesias@gmail.com, aurelien@aurel32.net
Subject: [Qemu-devel] [PATCH 0/4] Remove duplicate CPU logging
Date: Mon, 5 Apr 2010 16:03:06 -0700	[thread overview]
Message-ID: <cover.1270508586.git.rth@twiddle.net> (raw)

Generic code handles -d cpu in cpu_exec, amidst the horde of ifdefs.
These duplicates simply double the amount of output produced with no
extra information emitted.

Maintainers for mips, ppc and sh4 cc'd.


r~



Richard Henderson (4):
  target-i386: Remove duplicate CPU log.
  target-mips: Remove duplicate CPU log.
  target-ppc: Remove duplicate cpu log.
  target-sh4: Remove duplicate CPU log.

 target-i386/translate.c |    1 -
 target-mips/translate.c |    6 ------
 target-ppc/translate.c  |    2 --
 target-sh4/translate.c  |    6 ------
 4 files changed, 0 insertions(+), 15 deletions(-)

             reply	other threads:[~2010-04-05 23:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-05 23:03 Richard Henderson [this message]
2010-04-04 18:40 ` [Qemu-devel] [PATCH 1/4] target-i386: Remove duplicate CPU log Richard Henderson
2010-04-05 22:56 ` [Qemu-devel] [PATCH 2/4] target-mips: " Richard Henderson
2010-04-05 22:57 ` [Qemu-devel] [PATCH 3/4] target-ppc: Remove duplicate cpu log Richard Henderson
2010-04-05 22:58 ` [Qemu-devel] [PATCH 4/4] target-sh4: Remove duplicate CPU log Richard Henderson
2010-04-05 23:47 ` [Qemu-devel] Re: [PATCH 0/4] Remove duplicate CPU logging malc
2010-04-09 22:28 ` [Qemu-devel] " Aurelien Jarno

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=cover.1270508586.git.rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=aurelien@aurel32.net \
    --cc=edgar.iglesias@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.