From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: Re: [PATCH] Block device bringup using Xenstore Date: Thu, 07 Jul 2005 11:45:38 +0100 Message-ID: <42CD07D2.6080001@hp.com> References: <1120723536.12218.37.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: <1120723536.12218.37.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: Mike Wray , Xen Mailing List , Christian Limpach List-Id: xen-devel@lists.xenproject.org Rusty Russell wrote: > This megapatch updates the xenstore daemon, updates the xenbus code, and > hacks the block devices to use the store rather than control messages > for initialization. > > We just got this to bring a block device up; tomorrow we'll be cleaning > it up, getting destroy, suspend and resume working. > > You'll need Anthony's experimental store-enabled vm-tools: he's sending > email about it now. > > Rusty. Block device and network interface setup has been working in the control tools CVS for several days, and is fully integrated with the xend tools. It would be more helpful if you would integrate with that code instead of going off on your own. Mike