Re: [PATCH v3 10/10] xen: add capability to load p2m list outside of kernel mapping

2016-02-18 Thread Daniel Kiper
On Wed, Feb 17, 2016 at 06:19:37PM +0100, Juergen Gross wrote: > Modern pvops linux kernels support a p2m list not covered by the > kernel mapping. This capability is flagged by an elf-note specifying > the virtual address the kernel is expecting the p2m list to be mapped > to. > > In case the elf-

[PATCH v3 10/10] xen: add capability to load p2m list outside of kernel mapping

2016-02-17 Thread Juergen Gross
Modern pvops linux kernels support a p2m list not covered by the kernel mapping. This capability is flagged by an elf-note specifying the virtual address the kernel is expecting the p2m list to be mapped to. In case the elf-note is set by the kernel don't place the p2m list into the kernel mapping