Re: [Xen-devel] [PATCH v3 16/25] xen/arm: rename allocate_memory to allocate_memory_11

2018-08-16 Thread Stefano Stabellini
On Thu, 16 Aug 2018, Julien Grall wrote: > Hi Stefano, > > On 08/15/2018 09:26 PM, Stefano Stabellini wrote: > > On Mon, 13 Aug 2018, Julien Grall wrote: > > > Hi, > > > > > > On 01/08/18 00:27, Stefano Stabellini wrote: > > > > allocate_memory only deals with directly mapped memory. Rename it

Re: [Xen-devel] [PATCH v3 16/25] xen/arm: rename allocate_memory to allocate_memory_11

2018-08-16 Thread Julien Grall
Hi Stefano, On 08/15/2018 09:26 PM, Stefano Stabellini wrote: On Mon, 13 Aug 2018, Julien Grall wrote: Hi, On 01/08/18 00:27, Stefano Stabellini wrote: allocate_memory only deals with directly mapped memory. Rename it to allocate_memory_11. Signed-off-by: Stefano Stabellini --- Changes in

Re: [Xen-devel] [PATCH v3 16/25] xen/arm: rename allocate_memory to allocate_memory_11

2018-08-15 Thread Stefano Stabellini
On Mon, 13 Aug 2018, Julien Grall wrote: > Hi, > > On 01/08/18 00:27, Stefano Stabellini wrote: > > allocate_memory only deals with directly mapped memory. Rename it to > > allocate_memory_11. > > > > Signed-off-by: Stefano Stabellini > > > > --- > > Changes in v3: > > - add patch > > --- > >

Re: [Xen-devel] [PATCH v3 16/25] xen/arm: rename allocate_memory to allocate_memory_11

2018-08-13 Thread Julien Grall
Hi, On 01/08/18 00:27, Stefano Stabellini wrote: allocate_memory only deals with directly mapped memory. Rename it to allocate_memory_11. Signed-off-by: Stefano Stabellini --- Changes in v3: - add patch --- xen/arch/arm/domain_build.c | 7 --- 1 file changed, 4 insertions(+), 3

[Xen-devel] [PATCH v3 16/25] xen/arm: rename allocate_memory to allocate_memory_11

2018-07-31 Thread Stefano Stabellini
allocate_memory only deals with directly mapped memory. Rename it to allocate_memory_11. Signed-off-by: Stefano Stabellini --- Changes in v3: - add patch --- xen/arch/arm/domain_build.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xen/arch/arm/domain_build.c