WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] What is domain creation flow-chart in XEND

To: Mark Williamson <Mark.Williamson@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] What is domain creation flow-chart in XEND
From: Nauzad Sadry <nauzad@xxxxxxxxx>
Date: Sun, 16 Jan 2005 20:07:23 -0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx, Anthony Liguori <anthony@xxxxxxxxxxxxx>
Delivery-date: Mon, 17 Jan 2005 04:08:44 +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:references; b=SX1rod7e7HJwe+0eVaI5Bw4syo5RDCmOZGhHr3NXBvOUTD8FvY2IMyA9QsepRmqZr6W1s3ZCF1oiaHeXL63c+TIfuboCqu/VXIcv5+QFQyHY1aBniMjJCuL+cR+06Xzs2hLCdo7hYwgFLiT54ZmfVZJ5EeqtAkHkAkq1G5/gZms=
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <200501160106.23389.maw48@xxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <aa7b01ec05011515214481c5dc@xxxxxxxxxxxxxx> <41E9ABED.8050102@xxxxxxxxxxxxx> <200501160106.23389.maw48@xxxxxxxxxxxx>
Reply-to: Nauzad Sadry <nauzad@xxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Hello folks

how does XEND pass the information abt the control channel in DomainU??. 

I see xc_linux_build() function does set the control channel info, but
I do not see anybody in XEND using xc_linux_build (). Am I correct ??

>From what I am understanding x2d2 is like a miniXend for testing
purposes. The actual XEND does NOT communicate with x2d2.

Thanks

Nauzad

On Sun, 16 Jan 2005 01:06:23 +0000, Mark Williamson <maw48@xxxxxxxxxxxx> wrote:
> >  From what I can tell, Linux always listens on event channel 1.  So,
> > Xend just binds a local port to the domains port 1.  After binding, it
> > maps a shared memory region and works on a ring queue passing back and
> > forth control_msg_t structures.  This is how virtual devices are setup.
> >
> > I imagine each device gets it's own channel but I do not know for sure.
> 
> Every domain has a "control interface" as you described, which is used for low
> bandwidth communications (console and various configuration messages).
> Amongst other things, the control channel is used to negotiate the locations
> of shared memory pages that the network and block drivers can use for
> high-bandwidth communications.
> 
> > The domain's kernel I believe.
> 
> See linux-2.6.10-sparse/arch/xen/kernel/ctrl_if.c and
> linux-2.6.10-sparse/include/asm-xen/ctrl_if.h for code relating to the kernel
> control interface driver.
> 
> > >If someone can point me to some document for more details I would
> > > appreciate it
> 
> Andy wrote an explanation of how the block device drivers work.  It's in
> docs/misc/blkif-drivers-explained.txt.  You might find some pertinent
> information there, particularly when you look at how the drivers talk to each
> other.
> 
> HTH,
> Mark
> 
> > I posted some documentation to xc.h.  This is where most of this work is
> > done.  I don't know of any documentation.  The bulk of all this is done
> > in libxc, xu.c (this binding implements a bunch of functionality), and
> > x2d2 (this isn't used by Xend but is a bit easier to understand than Xend).
> >
> > Regards,
> >
> > >Thanks
> > >
> > >Nauzad
> > >
> > >
> > >-------------------------------------------------------
> > >The SF.Net email is sponsored by: Beat the post-holiday blues
> > >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> > >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> > >_______________________________________________
> > >Xen-devel mailing list
> > >Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> > >https://lists.sourceforge.net/lists/listinfo/xen-devel
> >
> > -------------------------------------------------------
> > The SF.Net email is sponsored by: Beat the post-holiday blues
> > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> > https://lists.sourceforge.net/lists/listinfo/xen-devel
>


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel