From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: Clean up and extend rate-limited output Date: Mon, 12 Sep 2011 09:42:42 -0300 Message-ID: <20110912124242.GB14651@amt.cnet> References: <4E6DD03E.5010503@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:31835 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753771Ab1ILMnr (ORCPT ); Mon, 12 Sep 2011 08:43:47 -0400 Content-Disposition: inline In-Reply-To: <4E6DD03E.5010503@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Sep 12, 2011 at 11:26:22AM +0200, Jan Kiszka wrote: > The use of printk_ratelimit is discouraged, replace it with > pr*_ratelimited or __ratelimit. While at it, convert remaining > guest-triggerable printks to rate-limited variants. > > Signed-off-by: Jan Kiszka > --- > arch/x86/kvm/i8259.c | 15 ++++++++------- > arch/x86/kvm/mmu_audit.c | 6 +++--- > arch/x86/kvm/vmx.c | 13 ++++++------- > include/linux/kvm_host.h | 8 +++----- > 4 files changed, 20 insertions(+), 22 deletions(-) Applied all, thanks.