From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Ongaro Subject: Re: [PATCH RFC 0/5] Grant table for console, xenstorepages Date: Mon, 14 Jul 2008 18:04:08 +0100 Message-ID: <487B8708.2030608@citrix.com> References: <4877B09E.5000909@citrix.com> <617dbaa80807121134t66e67947k95b92a9674eac251@mail.gmail.com> <487B64A0.7070004@citrix.com><617dbaa80807140755oefd307hbd60c4551b6a076d@mail.gmail.com> <487B73E4.6020600@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Cihula, Joseph" Cc: Derek.Murray@cl.cam.ac.uk, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Cihula, Joseph wrote: > This has been looked at by others as well (I had a very similar set of > internal patches that created a pre-dom0 domain but for running the vTPM > Manager). The trickiest part of deciding where and when to launch > xenstore is that it is required for the paravirt drivers to communicate. > So if you have any front ends, then xenstore needs to be running before > they can connect to their back ends. I'm launching the xenstore domain before starting any other domains and before starting xend. I just had to make dom0's xenbus driver finish its initialization later. -Diego