From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: Re: dom0 bootstrap for xenstore Date: Mon, 20 Jun 2005 16:39:54 +0100 Message-ID: <42B6E34A.8040108@hp.com> References: <1118891075.15491.14.camel@localhost.localdomain> <1118909504.10407.4.camel@localhost.localdomain> <1118993482.12389.43.camel@localhost.localdomain> <42B2C981.5020104@hp.com> <1119242956.13540.119.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1119242956.13540.119.camel@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Rusty Russell Cc: Ian Pratt , Xen Mailing List , Christian Limpach List-Id: xen-devel@lists.xenproject.org Rusty Russell wrote: > On Fri, 2005-06-17 at 14:00 +0100, Mike Wray wrote: > >>OK, I fixed up the domain introduce code to use the privcmd for >>dom0 and applied the change to make the page reserved. >>The good news is that introducing dom0 to xenstore now works, and >>mapping the store page works too. >>The bad news is that the dom0 xenbus probe oopses as follows: > > > Almost certainly because it's calling into an __init function, which has > been removed. I reworked that code and checked it in... OK, I did wonder whether that might the case. The oops has gone away and the dom-0 xenbus connects up OK. Mike