From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NyvNk-0002et-O6 for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:07:00 -0400 Received: from [140.186.70.92] (port=33592 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyvNi-0002e9-VD for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:07:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NyvNh-0000AA-Bc for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:06:58 -0400 Received: from are.twiddle.net ([75.149.56.221]:52635) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NyvNh-00009b-14 for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:06:57 -0400 Message-Id: From: Richard Henderson Date: Mon, 5 Apr 2010 16:03:06 -0700 Subject: [Qemu-devel] [PATCH 0/4] Remove duplicate CPU logging List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: edgar.iglesias@gmail.com, aurelien@aurel32.net 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(-)