Re: [PATCH v7 06/15] x86_64/mm: introduce pl2e in paging_init

2020-07-14 Thread Jan Beulich
On 29.05.2020 13:11, Hongyan Xia wrote: > From: Wei Liu > > We will soon map and unmap pages in paging_init(). Introduce pl2e so > that we can use l2_ro_mpt to point to the page table itself. > > No functional change. > > Signed-off-by: Wei Liu Acked-by: Jan Beulich

[PATCH v7 06/15] x86_64/mm: introduce pl2e in paging_init

2020-05-29 Thread Hongyan Xia
From: Wei Liu We will soon map and unmap pages in paging_init(). Introduce pl2e so that we can use l2_ro_mpt to point to the page table itself. No functional change. Signed-off-by: Wei Liu --- Changed in v7: - reword commit message. --- xen/arch/x86/x86_64/mm.c | 16 +--- 1 file