All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xin Zhao <zhaoxin@eecs.umich.edu>
To: xen-devel@lists.xensource.com
Subject: grant table issue
Date: Fri, 09 Jun 2006 04:47:28 -0400	[thread overview]
Message-ID: <448935A0.3020203@eecs.umich.edu> (raw)

Hi,

I am trying to export a memory page of dom0 to a domU in readonly mode. 
In dom0, I grant access permission to that domU. In domU, I did
 HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, map, res->nr_pages);

All these functions returned successfully. But when I tried to access 
data in the mapped memory page, all data I got is 0. 

Is there any restriction that preventing dom0 pages from being export to 
other domains? If so, is there any way to relax this restriction?

xin

             reply	other threads:[~2006-06-09  8:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-09  8:47 Xin Zhao [this message]
2006-06-09  9:02 ` grant table issue Keir Fraser
  -- strict thread matches above, loose matches on Subject: below --
2008-05-29 10:01 Grant Table Issue ashoka xen
2008-05-29 13:38 ` ashoka xen

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=448935A0.3020203@eecs.umich.edu \
    --to=zhaoxin@eecs.umich.edu \
    --cc=xen-devel@lists.xensource.com \
    /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.