search for: super_page_common

Displaying 1 result from an estimated 1 matches for "super_page_common".

2008 May 09
14
[PATCH] patch to support super page (2M) with EPT
...e split into 3 parts. Apply order is as attached. tool.diff To allocate 2M physical contiguous memory in guest except the first 2M and the last 2M. The first 2M covers special memory, and Xen use the last few pages in guest memory to do special things. We let them to be 4K pages as normal. super_page_common.patch To modify the p2m interfaces by adding an order parameter, such as guest_physmap_add_page(), p2m_set_entry(), etc. p2m-ept-file.patch To handle the EPT tables to support super page. Signed-off-by: Xin Xiaohui <xiaohui.xin@intel.com> Signed-off-by: Li...