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
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
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
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