From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: x86: Add module parameter for lapic periodic timer limit Date: Wed, 14 Sep 2011 07:55:24 -0300 Message-ID: <20110914105524.GA19245@amt.cnet> References: <4E6DF6AE.2050808@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]:44758 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756495Ab1INLNL (ORCPT ); Wed, 14 Sep 2011 07:13:11 -0400 Content-Disposition: inline In-Reply-To: <4E6DF6AE.2050808@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Sep 12, 2011 at 02:10:22PM +0200, Jan Kiszka wrote: > Certain guests, specifically RTOSes, request faster periodic timers than > what we allow by default. Add a module parameter to adjust the limit for > non-standard setups. Also add a rate-limited warning in case the guest > requested more. > > Signed-off-by: Jan Kiszka > --- > arch/x86/kvm/lapic.c | 15 +++++++++++++-- > 1 files changed, 13 insertions(+), 2 deletions(-) Applied, thanks.