From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [GIT PULL] KVM fixes for 2.6.26-rc7 Date: Wed, 25 Jun 2008 16:17:23 -0300 Message-ID: <20080625191723.GA20531@dmt.cnet> References: <48616182.9030902@qumranet.com> <20080625171916.GA16723@dmt.cnet> <200806252054.44907.bernd-schubert@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Avi Kivity , Gerd Hoffmann To: Bernd Schubert Return-path: Received: from mx1.redhat.com ([66.187.233.31]:39391 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752748AbYFYTRs (ORCPT ); Wed, 25 Jun 2008 15:17:48 -0400 Content-Disposition: inline In-Reply-To: <200806252054.44907.bernd-schubert@gmx.de> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jun 25, 2008 at 08:54:44PM +0200, Bernd Schubert wrote: > On Wednesday 25 June 2008, Marcelo Tosatti wrote: > > On Wed, Jun 25, 2008 at 06:13:05PM +0200, Bernd Schubert wrote: > > > Avi Kivity wrote: > > > > Linus, please pull from the repo and branch at: > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git > > > > kvm-updates-2.6.26 > > > > > > I just pulled from Linus and now it stalls to boot at > > > > > > [ 0.616031] pnp: PnP ACPI init > > > [ 0.628031] ACPI: bus type pnp registered > > > [ 0.640031] pnp: PnP ACPI: found 7 devices > > > [ 0.652031] ACPI: ACPI bus type pnp unregistered > > > [ 0.660031] SCSI subsystem initialized > > > [ 0.664031] PCI: Using ACPI for IRQ routing > > > [ 0.692031] PCI-GART: No AMD northbridge found. > > > > > > The kvm process is at 100% time. Taking the many problems I already > > > reported about, 2.6.26 probably will be entirely broken regarding kvm :( > > > > Do you have CONFIG_KVM_CLOCK or CONFIG_KVM_GUEST enabled ? > > > > There is a known problem with CONFIG_KVM_GUEST being worked on. > > > > Can you provide this details, and pinpoint which option is the culprit? > > Just found out, it is CONFIG_KVM_CLOCK. With CONFIG_KVM_CLOCK=y it does boot > fine. You mean with CONFIG_KVM_CLOCK=n it boots fine, I suppose. You should upgrade the guest kernel to the git tree, kvm clock changes break compatibility with older kernels.