From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: pv_ops dom0 attempt Date: Fri, 18 Sep 2009 17:27:25 -0700 Message-ID: <4AB4256D.4030601@goop.org> References: <4AB3E78D.6050000@theshore.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4AB3E78D.6050000@theshore.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Christopher S. Aker" Cc: "xen-devel >> xen devel" , "Yu, Ke" List-Id: xen-devel@lists.xenproject.org On 09/18/09 13:03, Christopher S. Aker wrote: > Decided to give pv_ops dom0 another go (from a few weeks ago). Does > pv_ops dom0 require an unstable hypervisor? Here's what I get with a > 64 bit 3.4.1 hypervisor and a dom0 kernel from a a recent clone of > rebase/master: > > BUG: unable to handle kernel paging request at 82c64bbd > IP: [] acpi_processor_start+0x50d/0x762 > *pdpt = 00000009256e7007 > Oops: 0002 [#1] SMP > last sysfs file: > Modules linked in: That's novel; I haven't seen that crash before. Could you do a "list *0xc14ad4cd" to work out what source line it hit. What's your .config? I wonder if this has to do with the external processor control stuff? > Full boot log here: http://p.linode.com/2993 > > What is the recommended recipe for pv_ops dom0? Pasi has been doing a good job keeping http://wiki.xensource.com/xenwiki/XenParavirtOps up to date. Thanks, J