From patchwork Sun Apr 4 18:40:44 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 49468 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 6E879B7C67 for ; Tue, 6 Apr 2010 09:09:15 +1000 (EST) Received: from localhost ([127.0.0.1]:46507 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyvPs-00037L-D4 for incoming@patchwork.ozlabs.org; Mon, 05 Apr 2010 19:09:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NyvNl-0002fA-Ft for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:07:01 -0400 Received: from [140.186.70.92] (port=33599 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyvNj-0002eL-HZ 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-0000AE-Br for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:06:59 -0400 Received: from are.twiddle.net ([75.149.56.221]:52637) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NyvNh-00009d-0v for qemu-devel@nongnu.org; Mon, 05 Apr 2010 19:06:57 -0400 Received: by are.twiddle.net (Postfix, from userid 5000) id D52CDC65; Mon, 5 Apr 2010 16:06:54 -0700 (PDT) Message-Id: In-Reply-To: References: From: Richard Henderson Date: Sun, 4 Apr 2010 11:40:44 -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 1/4] target-i386: 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 The proper logging for -d cpu is done in generic code. Signed-off-by: Richard Henderson --- target-i386/translate.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/target-i386/translate.c b/target-i386/translate.c index 28d9940..66d8e75 100644 --- a/target-i386/translate.c +++ b/target-i386/translate.c @@ -7891,7 +7891,6 @@ static inline void gen_intermediate_code_internal(CPUState *env, } #ifdef DEBUG_DISAS - log_cpu_state_mask(CPU_LOG_TB_CPU, env, X86_DUMP_CCOP); if (qemu_loglevel_mask(CPU_LOG_TB_IN_ASM)) { int disas_flags; qemu_log("----------------\n");