From patchwork Mon Apr 5 22:57:41 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 49469 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1E512B7080 for ; Tue, 6 Apr 2010 09:11:04 +1000 (EST) Received: from localhost ([127.0.0.1]:47281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyvRc-0003gN-Lv for incoming@patchwork.ozlabs.org; Mon, 05 Apr 2010 19:11:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NyvNm-0002fR-2C for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:07:02 -0400 Received: from [140.186.70.92] (port=33615 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyvNk-0002ee-4X for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:07:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NyvNh-0000AX-DQ for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:06:59 -0400 Received: from are.twiddle.net ([75.149.56.221]:52634) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NyvNh-00009Z-0w for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:06:57 -0400 Received: by are.twiddle.net (Postfix, from userid 5000) id EB7DFCB4; Mon, 5 Apr 2010 16:06:54 -0700 (PDT) Message-Id: In-Reply-To: References: From: Richard Henderson Date: Mon, 5 Apr 2010 15:57:41 -0700 To: qemu-devel@nongnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: edgar.iglesias@gmail.com, aurelien@aurel32.net Subject: [Qemu-devel] [PATCH 3/4] target-ppc: Remove duplicate cpu log. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Logging for -d cpu is done in generic code. Signed-off-by: Richard Henderson --- target-ppc/translate.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/target-ppc/translate.c b/target-ppc/translate.c index 0af7e4f..3a6146a 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -9111,8 +9111,6 @@ static inline void gen_intermediate_code_internal(CPUState *env, tb->icount = num_insns; } #if defined(DEBUG_DISAS) - qemu_log_mask(CPU_LOG_TB_CPU, "---------------- excp: %04x\n", ctx.exception); - log_cpu_state_mask(CPU_LOG_TB_CPU, env, 0); if (qemu_loglevel_mask(CPU_LOG_TB_IN_ASM)) { int flags; flags = env->bfd_mach;