From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Alrae Subject: Re: [PATCH 2/9] mips/kvm: Remove a couple of noisy DPRINTFs Date: Thu, 12 Mar 2015 16:29:28 +0000 Message-ID: <5501BEE8.10405@imgtec.com> References: <1426087371-16166-1-git-send-email-james.hogan@imgtec.com> <1426087371-16166-3-git-send-email-james.hogan@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: , Aurelien Jarno To: James Hogan , , Paolo Bonzini Return-path: Received: from mailapp01.imgtec.com ([195.59.15.196]:5297 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754093AbbCLQ3a (ORCPT ); Thu, 12 Mar 2015 12:29:30 -0400 In-Reply-To: <1426087371-16166-3-git-send-email-james.hogan@imgtec.com> Sender: kvm-owner@vger.kernel.org List-ID: On 11/03/2015 15:22, James Hogan wrote: > The DPRINTFs in cpu_mips_io_interrupts_pending() and kvm_arch_pre_run() > are particularly noisy during normal execution, and also not > particularly helpful. Remove them so that more important debug messages > can be more easily seen. > > Signed-off-by: James Hogan > Cc: Paolo Bonzini > Cc: Leon Alrae > Cc: Aurelien Jarno > --- > target-mips/kvm.c | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Leon Alrae From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW5zJ-0000md-Vg for qemu-devel@nongnu.org; Thu, 12 Mar 2015 12:29:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YW5zF-0002iT-Us for qemu-devel@nongnu.org; Thu, 12 Mar 2015 12:29:33 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:4817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW5zF-0002iE-Mk for qemu-devel@nongnu.org; Thu, 12 Mar 2015 12:29:29 -0400 Message-ID: <5501BEE8.10405@imgtec.com> Date: Thu, 12 Mar 2015 16:29:28 +0000 From: Leon Alrae MIME-Version: 1.0 References: <1426087371-16166-1-git-send-email-james.hogan@imgtec.com> <1426087371-16166-3-git-send-email-james.hogan@imgtec.com> In-Reply-To: <1426087371-16166-3-git-send-email-james.hogan@imgtec.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/9] mips/kvm: Remove a couple of noisy DPRINTFs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: James Hogan , qemu-devel@nongnu.org, Paolo Bonzini Cc: Aurelien Jarno , kvm@vger.kernel.org On 11/03/2015 15:22, James Hogan wrote: > The DPRINTFs in cpu_mips_io_interrupts_pending() and kvm_arch_pre_run() > are particularly noisy during normal execution, and also not > particularly helpful. Remove them so that more important debug messages > can be more easily seen. > > Signed-off-by: James Hogan > Cc: Paolo Bonzini > Cc: Leon Alrae > Cc: Aurelien Jarno > --- > target-mips/kvm.c | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Leon Alrae