Re: [PATCH v5 10/11] xen: modify page table construction

2016-02-25 Thread Daniel Kiper
On Thu, Feb 25, 2016 at 12:33:36PM +0100, Juergen Gross wrote: > Modify the page table construction to allow multiple virtual regions > to be mapped. This is done as preparation for removing the p2m list > from the initial kernel mapping in order to support huge pv domains. > > This allows a

[PATCH v5 10/11] xen: modify page table construction

2016-02-25 Thread Juergen Gross
Modify the page table construction to allow multiple virtual regions to be mapped. This is done as preparation for removing the p2m list from the initial kernel mapping in order to support huge pv domains. This allows a cleaner approach for mapping the relocator page by using this capability.