Displaying 1 result from an estimated 1 matches for "allowhugepage".
2008 Nov 04
7
[PATCH 1/1] Xen PV support for hugepages
...gepage support to the Xen
hypervisor in a PV environment. It is against the latest xen-unstable tree
on xenbits.xensource.com. I believe this version addresses the comments
made about the previous version of the patch.
Hugepage support must be enabled via the hypervisor command line option
"allowhugepage".
It assumes the guest guarantees that the hugepage is physically aligned and
contiguous.
There is currently no support in the tools for saving/restoring/migrating
guests who use hugepages.
Note to the maintainers: What else needs to be done for this patch to be
considered for inclusion in...