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: 51258 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 540AEB7D5E for ; Thu, 29 Apr 2010 09:12:47 +1000 (EST) Received: from localhost ([127.0.0.1]:44389 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7GQt-0000Y2-Jm for incoming@patchwork.ozlabs.org; Wed, 28 Apr 2010 19:12:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7GOn-0007lj-8c for qemu-devel@nongnu.org; Wed, 28 Apr 2010 19:10:33 -0400 Received: from [140.186.70.92] (port=40873 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7GOl-0007jv-P5 for qemu-devel@nongnu.org; Wed, 28 Apr 2010 19:10:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7GOk-0006Jh-6R for qemu-devel@nongnu.org; Wed, 28 Apr 2010 19:10:31 -0400 Received: from are.twiddle.net ([75.149.56.221]:51922) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7GOj-0006IV-7M for qemu-devel@nongnu.org; Wed, 28 Apr 2010 19:10:30 -0400 Received: by are.twiddle.net (Postfix, from userid 5000) id 6E890B08; Wed, 28 Apr 2010 16:10:27 -0700 (PDT) Message-Id: <11eb44f32690044a191080cbbc4e4a040cd11457.1272496083.git.rth@twiddle.net> 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: aurelien@aurel32.net Subject: [Qemu-devel] [PATCH 3/5] 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 3d9d5ee..86cca51 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -9109,8 +9109,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;