|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Sharing Memory between userspace of dom0 and userspace o
Hi --
> > At the moment, yes, the only way to grant access to a page is from the
> > kernel. This is due to the fact that kernel memory corresponds to
> > physical memory, and we don't have to worry about interactions with
> > the swapper, or what happens when the process dies.
>From what I understand of what you've said, are you saying that the
shared memory pages that granted access must always be in physical
memory and cannot be swapped out, even if the guest kernel decided to
for some reason? Does Xen enforce this in any way, e.g. pinning the
pages somehow?
Thanks,
Mike
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|