From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nyw0n-0002H6-8J for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:47:21 -0400 Received: from [140.186.70.92] (port=44864 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nyw0h-0002Gu-S4 for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:47:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nyw0g-00040k-DE for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:47:15 -0400 Received: from fe02x03-cgp.akado.ru ([77.232.31.165]:65501 helo=akado.ru) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nyw0g-00040J-70 for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:47:14 -0400 Date: Tue, 6 Apr 2010 03:47:07 +0400 (MSD) From: malc In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [Qemu-devel] Re: [PATCH 0/4] Remove duplicate CPU logging List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: edgar.iglesias@gmail.com, qemu-devel@nongnu.org, aurelien@aurel32.net On Mon, 5 Apr 2010, Richard Henderson wrote: > 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. Fine by me, though i'm maintaining none of the above. > > > 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(-) > -- mailto:av1474@comtv.ru