From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 06/18] lib{xc, xl}: Seed grant tables with xenstore and console grants Date: Thu, 12 Jan 2012 17:38:37 +0000 Message-ID: <1326389918.17210.286.camel@zakaz.uk.xensource.com> References: <1326302490-19428-1-git-send-email-dgdegra@tycho.nsa.gov> <1326302490-19428-7-git-send-email-dgdegra@tycho.nsa.gov> <1326362398.17210.227.camel@zakaz.uk.xensource.com> <4F0EF816.6030206@tycho.nsa.gov> <20239.5794.29197.280475@mariner.uk.xensource.com> <4F0F192A.5010503@tycho.nsa.gov> <20239.6608.925166.554645@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20239.6608.925166.554645@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: Daniel De Graaf , Alex Zeffertt , "xen-devel@lists.xensource.com" , Diego Ongaro List-Id: xen-devel@lists.xenproject.org On Thu, 2012-01-12 at 17:35 +0000, Ian Jackson wrote: > Daniel De Graaf writes ("Re: [Xen-devel] [PATCH 06/18] lib{xc, xl}: Seed grant tables with xenstore and console grants"): > > I was suggesting storing the domain name in the config file, which wouldn't > > be a runtime value. However, I think it should be possible to place this in > > xenstore, and that will probably be better as that's where you would expect > > things like this to be. > > The registry of domain names is in xenstore, so that's not going to > work :-). This info is used for starting subsequent domains not the xenstore domain itself so I think it will. Whichever process starts the xenstore stubdom watis for it to initialise and then writes the necessary parameters to xenstore. Future toolstack invocations can then read it back. The toolstack doesn't need to know where the xenstore is running since it just uses /proc/xen/xenbus. Ian.