From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Logan Subject: Re: Where can I find some tutorial or manual on how to use xenstore? Date: Wed, 28 Jun 2006 12:08:33 +0100 Message-ID: <44A26331.6060200@symantec.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: ushuanglily@gmail.com, jacobg@diku.dk Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org It's certainly possible, I've used this code as the basis for a new driver, which is similar to the vbd driver. The driver starts fine but I am unable to have it participate in a domain save/restore. I guess that this is because xend is not aware of the new driver and the open devices supported by this driver and hence the driver does not receive resume calls when the domain is restored.. Is there any way that a new driver can make it's existance known to xend? Nick > >Message: 3 >Date: Sun, 25 Jun 2006 15:00:49 -0400 >From: "Lily Huang" >Subject: Re: [Xen-devel] Where can I find some tutorial or manual on > how to use xenstore? >To: "Jacob Gorm Hansen" >Cc: xen-devel >Message-ID: > <4d616cca0606251200q1103ec01q90799667882c4fcb@mail.gmail.com> >Content-Type: text/plain; charset="iso-8859-1" > >Thanks a lot! > >This seems to be good for setting up block and network driver. But can the >same code used for new drivers? > >BTW: why do you call your repository evilman? ;-) > >lily > >On 6/25/06, Jacob Gorm Hansen wrote: > > >>On 6/19/06, Lily Huang wrote: >> >> >>>I found from xen block and network driver that xenstore seems to need >>> >>> >>python >> >> >>>code for initialization and configuration. Is this true? >>>But the python code seems to be complicated. >>> >>>Is there any complete tutorial or manual on how to use xenstore? >>> >>> >>Check out the tools/migrate/buscreate.c tool in >>http://www.distlab.dk/hg/index.cgi/xen-evilman.hg , it creates a >>domain with disk and network access, without needing python. >> >>Jacob >> >> >>