From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: KVM guest crashes Date: Mon, 26 Jan 2009 14:21:35 -0200 Message-ID: <20090126162135.GA4316@amt.cnet> References: <4975F26D.707@suse.de> <49762F13.5040507@redhat.com> <4976D954.9070901@suse.de> <4976E54C.4080407@redhat.com> <4976EC92.4010109@redhat.com> <4978D73A.6080500@suse.de> <20090123223644.GA4031@amt.cnet> <497DDC71.3000608@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , "kvm@vger.kernel.org" , Joerg Roedel , Sheng Yang To: Alexander Graf Return-path: Received: from mx2.redhat.com ([66.187.237.31]:43114 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751479AbZAZQWS (ORCPT ); Mon, 26 Jan 2009 11:22:18 -0500 Content-Disposition: inline In-Reply-To: <497DDC71.3000608@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Jan 26, 2009 at 04:53:21PM +0100, Alexander Graf wrote: > > There are a number of problems that can result in this error, and the > > problems are possibly different between the in-kernel PIT and userspace > > PIT emulation (note it also happens with in-kernel PIT, just much more > > rarely now). You can use the no_timer_check kernel option to bypass it. > > > > Hm - that option disables the whole check, making it always fail. I > haven't seen any way to actually disable the check, telling Linux things > are OK :-(. Hum, the option makes timer_irq_works always return true. Works for me with in-kernel PIT. What you see with "apic=debug no_timer_check" ?