[XenAccess-devel] mmaping multiple pages
Status: Beta
Brought to you by:
bdpayne
From: Hajime I. <hi...@cc...> - 2007-11-05 19:41:04
|
I would very much like to be able to mmap multiple pages in xenaccess. I believe this is possible using the same function xenaccess employs, xc_map_foreign_range, and changing the argument for size. However, this function seems to have very strange failure semantics, since some pages in a range sometimes cannot be mapped. Does anybody understand how partial failures work with this function? Bryan, would you have a problem if I added something like xa_access_virtual_range to the API? -Jim |