Re: [Xen-devel] [PATCH v5 11/25] xen/arm: introduce allocate_memory

2018-11-02 Thread Stefano Stabellini
On Tue, 30 Oct 2018, Julien Grall wrote: > Hi, > > On 23/10/2018 03:02, Stefano Stabellini wrote: > > Introduce an allocate_memory function able to allocate memory for DomUs > > and map it at the right guest addresses, according to the guest memory > > map: GUEST_RAM0_BASE and GUEST_RAM1_BASE. >

Re: [Xen-devel] [PATCH v5 11/25] xen/arm: introduce allocate_memory

2018-11-02 Thread Stefano Stabellini
On Tue, 30 Oct 2018, Julien Grall wrote: > Hi Stefano, > > More comments on it :). > > On 10/23/18 3:02 AM, Stefano Stabellini wrote: > > Introduce an allocate_memory function able to allocate memory for DomUs > > and map it at the right guest addresses, according to the guest memory > > map:

Re: [Xen-devel] [PATCH v5 11/25] xen/arm: introduce allocate_memory

2018-10-30 Thread Julien Grall
Hi Stefano, More comments on it :). On 10/23/18 3:02 AM, Stefano Stabellini wrote: Introduce an allocate_memory function able to allocate memory for DomUs and map it at the right guest addresses, according to the guest memory map: GUEST_RAM0_BASE and GUEST_RAM1_BASE. This is under #if 0 as

Re: [Xen-devel] [PATCH v5 11/25] xen/arm: introduce allocate_memory

2018-10-30 Thread Julien Grall
Hi, On 23/10/2018 03:02, Stefano Stabellini wrote: Introduce an allocate_memory function able to allocate memory for DomUs and map it at the right guest addresses, according to the guest memory map: GUEST_RAM0_BASE and GUEST_RAM1_BASE. This is under #if 0 as not used for now. Signed-off-by:

[Xen-devel] [PATCH v5 11/25] xen/arm: introduce allocate_memory

2018-10-22 Thread Stefano Stabellini
Introduce an allocate_memory function able to allocate memory for DomUs and map it at the right guest addresses, according to the guest memory map: GUEST_RAM0_BASE and GUEST_RAM1_BASE. This is under #if 0 as not used for now. Signed-off-by: Stefano Stabellini --- Changes in v5: - improve commit