Re: [Xen-devel] [PATCH v2] xen/arm: Find automatically the gnttab region for DOM0

2015-07-03 Thread Ian Campbell
On Thu, 2015-07-02 at 17:50 +0100, Stefano Stabellini wrote: > On Thu, 2 Jul 2015, Julien Grall wrote: > > Hi, > > > > Ping? > > > > The patch looks very nice. > > Reviewed-by: Stefano Stabellini Acked + applied. Thanks, sorry for the delay, I thought this was already in. Ian

Re: [Xen-devel] [PATCH v2] xen/arm: Find automatically the gnttab region for DOM0

2015-07-02 Thread Stefano Stabellini
On Thu, 2 Jul 2015, Julien Grall wrote: > Hi, > > Ping? > The patch looks very nice. Reviewed-by: Stefano Stabellini > > On 17/06/15 14:58, Julien Grall wrote: > > Currently, the grant table region is hardcoded per-platform. When a new > > board is coming up, we have to check the spec in ord

Re: [Xen-devel] [PATCH v2] xen/arm: Find automatically the gnttab region for DOM0

2015-07-02 Thread Julien Grall
Hi, Ping? Regards, On 17/06/15 14:58, Julien Grall wrote: > Currently, the grant table region is hardcoded per-platform. When a new > board is coming up, we have to check the spec in order to find a space > in the memory layout free. Depending on the platform it may be tedious. > > A good candi

[Xen-devel] [PATCH v2] xen/arm: Find automatically the gnttab region for DOM0

2015-06-17 Thread Julien Grall
Currently, the grant table region is hardcoded per-platform. When a new board is coming up, we have to check the spec in order to find a space in the memory layout free. Depending on the platform it may be tedious. A good candidate for the gnttab region is the one used by Xen binary as some part w