From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: Re: Xen Store Release Date: Fri, 13 May 2005 13:59:37 +0100 Message-ID: <4284A4B9.3070401@hp.com> References: <1115985395.20470.25.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: <1115985395.20470.25.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: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Rusty Russell wrote: > OK, a new version of the Xen Store daemon is up: > > rsync -av ozlabs.org::rusty/xenstore . > > This version has the first cut of an xs_introduce_domain() call for > tools to tell the daemon about new domains: the transport is a pair of > simple ringbuffers within a shared page, and an event channel for change > notifications. There's no xs_disconnect_domain() yet, but it's fairly > trivial to implement. > > The code has been tested in userspace: next step is to change the tools > to actually make the call (Mike and Anthony) and create a XenBus layer > to make it easy for drivers to talk to the Xen daemon (my next task). > > Feedback welcome! Excellent. I think the time has come to put xenstore and the Python wrapper into the xen tree so they all get built together. I suggest moving the daemon into tools/xenstore and the python wrapper into tools/python/xen/lowlevel/xs (alongside xc and xu). If no-one screams I'll move them. Mike