[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] xenstore documentation


  • To: Anthony Liguori <aliguori@xxxxxxxxxx>
  • From: NAHieu <nahieu@xxxxxxxxx>
  • Date: Wed, 5 Oct 2005 03:00:01 +0900
  • Cc: Jacob Gorm Hansen <jacobg@xxxxxxx>, harry <harry@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>, Rami Rosen <rosenrami@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, rolf.neugebauer@xxxxxxxxx
  • Delivery-date: Tue, 04 Oct 2005 17:57:37 +0000
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cyWnBT+CW6jG0Ugrj9mIPFKBDMpMZJjk1llGZCT2aCD01lCq6VrDjg8byIoIbCqN5BAJjueMe7+QQbrpRQjPpryp6vNI2NT0mHJIFiwH/vTdNpAwFyARp7WMWzyZ549DX7ZAHVgevLFtmN5G8jqUeLaV6d+g/Pi+NMpxj2DBLCY=
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

On 10/5/05, Anthony Liguori <aliguori@xxxxxxxxxx> wrote:
> NAHieu wrote:
>
> >>or no ;) depending on what you want to do. so for example if you only
> >>ever have one backend in the system then you "could" store that under a
> >>well known name in the store and the frontends can simply read that.
> >>you'll also need a place for the BE to watch for FE updates in a similar
> >>fashion.
> >>
> >>
> >>
> >
> >Rolf, I am really suprised here: how can BE watch for FE updates? BE
> >and FE are in different domain, so they cannot access each other
> >xenstore tree. (??)
> >
> >
> Yes they can.  Permissions are currently off so technically any domain
> can access any other domains tree.
>
> When permissions are enabled, the backends will have at least read
> permission on all the frontend domains.
>

If so, I think we can do simply like this to exchange information
between dom0 & domU:

- dom0 watch for @introduceDomain to detect the new domU comes up.
Then dom0 watch for /domU/<device>/{evtchn,grant-ref}

- domU write evtchn,grant-ref,... to /domU/<device>/{evtchn,grant-ref}
(better doesnt write it outside its home, like in Rolf's example)

- dom0 detect the updates, setup evtchn, then start to notify domU via
this channel. Other data can be written into the share memory (like
grant-ref above) to exchange information at this step.

This way is good (if it works - I will try it myself), since we don't
need to mod xend, which is horrified to many.  Any ideas?

But like Rolf pointed out, this solution is not good incase we want to
save/restore(?)

Thanks.
Hieu

> Regards,
>
> Anthony Liguori
>
> >So exactly what did you mean?
> >
> >Thanks.
> >Hieu
> >
> >_______________________________________________
> >Xen-devel mailing list
> >Xen-devel@xxxxxxxxxxxxxxxxxxx
> >http://lists.xensource.com/xen-devel
> >
> >
> >
>
>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.