|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: user/hypervisor address space solution
On Mon, 2006-02-13 at 21:23 -0500, Stefan Berger wrote:
> - force copying of all structures into arrays allocated with
> __get_free_pages() using a wrapper function (for contig. memory to
> avoid scatter-gather)
> function returns the physical address
The kernel's physically-contiguous memory is not necessarily
machine-contiguous, so a scatter/gather approach would still be
required... and of course, since you need the scatter/gather logic
anyways, you might as well avoid the copy and directly reference the
original user pages.
--
Hollis Blanchard
IBM Linux Technology Center
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|