All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Thorsen <adam.thorsen@gmail.com>
To: xen-devel@lists.sourceforge.net
Subject: Re: mapping guest domain memory to Dom0
Date: Wed, 23 Feb 2005 10:38:52 -0500	[thread overview]
Message-ID: <290f54b70502230738156a56cd@mail.gmail.com> (raw)
In-Reply-To: <200502021553.55513.mark.williamson@cl.cam.ac.uk>

I am using the xc_map_foreign_range() function to attempt to map
memory from a guest domain into Domain 0.  I am guessing that the
value named mfn indicates the page in the guest domain that I wish to
start mapping from.

If this assumption is correct,  how do I get a value for mfn?  Say for
instance, that I wanted to map the kernel running in the guest domain?
 How about a specific process?

-Adam Thorsen


On Wed, 2 Feb 2005 15:53:54 +0000, Mark A. Williamson
<mark.williamson@cl.cam.ac.uk> wrote:
> > >Right now, domains which need to map other domains
> > >memory are privileged and can map what they like
> >
> > Is anybody doing this?  If so, what kernel mechanisms are you using?
> > (I'm sure this question is very easy to answer for a kernel hacker)
> 
> Yes, shared memory is an important part of Xen's architecture.
> 
> The userspace xc library and the xcs control switch map another domain's
> memory to put the kernel image, etc into it.  The code for this is in
> tools/libxc/xc_private.c
> 
> The blkback.c, netback.c (and usbback.c if you are on unstable) drivers under
> drivers/xen/{blk,net,usb}back/ show how to map another domain's memory from
> kernel space (it's a bit less user friendly than the userspace interface).
> 
> HTH,
> Mark
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

      reply	other threads:[~2005-02-23 15:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-02 15:36 mapping guest domain memory to Dom0 Adam Thorsen
2005-02-02 15:53 ` Mark A. Williamson
2005-02-23 15:38   ` Adam Thorsen [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=290f54b70502230738156a56cd@mail.gmail.com \
    --to=adam.thorsen@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.