From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: Make QEmu HPET disabled by default for KVM? Date: Thu, 11 Mar 2010 16:08:07 -0300 Message-ID: <20100311190807.GD17264@amt.cnet> References: <201003111552.54293.sheng@linux.intel.com> <4B98A294.7010104@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Sheng Yang , kvm@vger.kernel.org, Gleb Natapov To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47307 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753439Ab0CKTJP (ORCPT ); Thu, 11 Mar 2010 14:09:15 -0500 Content-Disposition: inline In-Reply-To: <4B98A294.7010104@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Mar 11, 2010 at 09:58:12AM +0200, Avi Kivity wrote: > On 03/11/2010 09:52 AM, Sheng Yang wrote: > >I think we have already suffered enough timer issues due to this(e.g. I can't > >boot up well on 2.6.18 kernel)... > > 2.6.18 as guest or as host? > > >I have kept --no-hpet in my setup for > >months... > > Any details about the problems? HPET is important to some guests. As Gleb mentioned in the other thread, reinjection will introduce another set of problems. Ideally all this timer related problems should be fixed by correlating timer interrupts and time source reads. Since one already has to use special timer parameters (-rtc-td-hack, -no-kvm-pit-reinjection), using -no-hpet for problematic Linux guests seems fine?