From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: Re: Re: Xen Store Release Date: Fri, 13 May 2005 19:38:24 +0100 Message-ID: <4284F420.8040808@hp.com> References: <1115985395.20470.25.camel@localhost.localdomain> <4284A4B9.3070401@hp.com> <1116005625.29920.10.camel@w-stekloff.beaverton.ibm.com> <4284F27F.7010106@hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4284F27F.7010106@hp.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: Rusty Russell Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I've copied the xenstore code and the xs python wrapper into the xeno-unstable tree in CVS. They're in tools/xenstore and tools/python/xen/lowlevel/xs. I adjusted the xenstore makefile to fit with the xen makefiles. There was a problem (apparently with TARGET_ARCH) when I included tools/Rules.mk (which defines where the xen libs are), so I've commented it out for now. Mike