Re: [PATCH v7 09/15] efi: use new page table APIs in copy_mapping

2020-07-27 Thread Jan Beulich
On 27.07.2020 14:45, Hongyan Xia wrote: On Tue, 2020-07-14 at 14:42 +0200, Jan Beulich wrote: On 29.05.2020 13:11, Hongyan Xia wrote: @@ -1442,29 +1443,42 @@ static __init void copy_mapping(unsigned long mfn, unsigned long end, unsigned long em

Re: [PATCH v7 09/15] efi: use new page table APIs in copy_mapping

2020-07-27 Thread Hongyan Xia
On Mon, 2020-07-27 at 13:45 +0100, Hongyan Xia wrote: > On Tue, 2020-07-14 at 14:42 +0200, Jan Beulich wrote: > > On 29.05.2020 13:11, Hongyan Xia wrote: > > > From: Wei Liu > > > > > > After inspection ARM doesn't have alloc_xen_pagetable so this > > > function > > > is x86 only, which means it

Re: [PATCH v7 09/15] efi: use new page table APIs in copy_mapping

2020-07-27 Thread Hongyan Xia
On Tue, 2020-07-14 at 14:42 +0200, Jan Beulich wrote: > On 29.05.2020 13:11, Hongyan Xia wrote: > > From: Wei Liu > > > > After inspection ARM doesn't have alloc_xen_pagetable so this > > function > > is x86 only, which means it is safe for us to change. > > Well, it sits inside a "#ifndef CONFI

Re: [PATCH v7 09/15] efi: use new page table APIs in copy_mapping

2020-07-14 Thread Jan Beulich
On 29.05.2020 13:11, Hongyan Xia wrote: > From: Wei Liu > > After inspection ARM doesn't have alloc_xen_pagetable so this function > is x86 only, which means it is safe for us to change. Well, it sits inside a "#ifndef CONFIG_ARM" section. > @@ -1442,29 +1443,42 @@ static __init void copy_mappi