All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Warfield <andrew.warfield@gmail.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: Nauzad Sadry <nauzad@gmail.com>,
	Mark Williamson <maw48@cl.cam.ac.uk>,
	xen-devel@lists.sourceforge.net
Subject: Re: What is domain creation flow-chart in XEND
Date: Mon, 17 Jan 2005 08:16:55 +0000	[thread overview]
Message-ID: <eacc82a4050117001636675518@mail.gmail.com> (raw)
In-Reply-To: <41EB4651.2070908@codemonkey.ws>

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

the control rings live on the shared page that is passed to new
domains at start-of-day.
see the control_if_t struct in xen/include/public/io/domain_controller.h.

> Yeah, this has confused me a little too.  xfrd does call
> xc_linux_build.  Here's my understanding (this could be totally wrong).
> Xend uses the config file to build a LISP expression that it passes to
> xfrd.  xfrd is what actually calls xc_linux_build.  docs/misc/xend.tex
> and docs/misc/xen_config.html explain this stuff although neither
> mentions xfrd.

In the general case of building a new domain, xend calls the domain
builder directly.  you don't see the linux_build call because python
builds it inline:

tools/python/xen/xend/XendDomainInfo.py:736:
        buildfn = getattr(xc, '%s_build' % ostype)

xfrd is only used for domain migration.

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

This is correct, x2d2 is a simpler xend that steven smith wrote.  I
don't think that it will build with the current tree.

hth,
a.


-------------------------------------------------------
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

      reply	other threads:[~2005-01-17  8:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-15 23:21 What is domain creation flow-chart in XEND Nauzad Sadry
2005-01-15 23:49 ` Anthony Liguori
2005-01-16  1:06   ` Mark Williamson
2005-01-17  4:07     ` Nauzad Sadry
2005-01-17  5:00       ` Anthony Liguori
2005-01-17  8:16         ` Andrew Warfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=eacc82a4050117001636675518@mail.gmail.com \
    --to=andrew.warfield@gmail.com \
    --cc=andrew.warfield@cl.cam.ac.uk \
    --cc=anthony@codemonkey.ws \
    --cc=maw48@cl.cam.ac.uk \
    --cc=nauzad@gmail.com \
    --cc=xen-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.