From: Zachary Amsden <zach@vmware.com>
To: Daniel Drake <dsd@gentoo.org>
Cc: "gentoo@thebacks.co.uk" <gentoo@thebacks.co.uk>,
"kernel@gentoo.org" <kernel@gentoo.org>,
linux kernel <linux-kernel@vger.kernel.org>,
"Dyks, Axel (XL)" <xl@xlsigned.net>
Subject: Re: VMI not initializing in certain configurations
Date: Wed, 10 Dec 2008 21:34:53 -0800 [thread overview]
Message-ID: <1228973693.8766.49.camel@bodhitayantram.eng.vmware.com> (raw)
In-Reply-To: <494051A1.6090906@gentoo.org>
On Wed, 2008-12-10 at 15:32 -0800, Daniel Drake wrote:
> Hi Zach,
>
> Thanks for your help on the VMI-related 2.6.27.x regression. I'm hoping
> to now pick your mind on a similar but unrelated issue:
>
> Norman has found that with certain kernel configurations, 2.6.27 (plain,
> as released by Linus) does not initialize VMI properly, witnessed as
> missing initialization messages in the kernel logs. Other configurations
> work fine. These are the messages that go missing:
>
> VMI: Found VMware, Inc. Hypervisor OPROM, API version 3.0, ROM
> version 1.0
> vmi: registering clock event vmi-timer. mult=12582912 shift=22
> Booting paravirtualized kernel on vmi
>
> Do you have any immediate ideas as to what the responsible config
> option(s) might be? It may well be a configuration error, but if that's
> the case then perhaps we could produce a CONFIG_VMI documentation patch
> for that.
Make sure you do a clean compile for each build - ideally use
KBUILD_OUTPUT=/some/dir and keep the kernel tree completely clean at all
times.
It doesn't look like a configuration error. Both configurations share
this:
CONFIG_PARAVIRT_GUEST=y
# CONFIG_XEN is not set
CONFIG_XEN_SAVE_RESTORE=y
CONFIG_VMI=y
# CONFIG_KVM_CLOCK is not set
# CONFIG_KVM_GUEST is not set
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_CLOCK is not set
CONFIG_PARAVIRT_DEBUG=y
Which should be fine. However, when upgrading kernels, you should always sanitize your .config - just run make menuconfig, save and exit, and it will fix any deselected options.
Could be this .config isn't valid under 2.6.27.
prev parent reply other threads:[~2008-12-11 4:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-10 23:32 Daniel Drake
2008-12-11 5:34 ` Zachary Amsden [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1228973693.8766.49.camel@bodhitayantram.eng.vmware.com \
--to=zach@vmware.com \
--cc=dsd@gentoo.org \
--cc=gentoo@thebacks.co.uk \
--cc=kernel@gentoo.org \
--cc=linux-kernel@vger.kernel.org \
--cc=xl@xlsigned.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome