Re: [Xen-devel] [PATCH v3 12/16] xen/arm: p2m: Move lpae_* helpers in lpae.h

2017-07-02 Thread Sergej Proskurin
Hi Julien, On 06/30/2017 05:54 PM, Julien Grall wrote: > lpae_* helpers can work on any LPAE translation tables. Move them in > lpae.h to allow other part of Xen to use them. > > Signed-off-by: Julien Grall > Reviewed-by: Stefano Stabellini > --- > > Cc: prosku...@sec.in.tum.de > > Change

[Xen-devel] [PATCH v3 12/16] xen/arm: p2m: Move lpae_* helpers in lpae.h

2017-06-30 Thread Julien Grall
lpae_* helpers can work on any LPAE translation tables. Move them in lpae.h to allow other part of Xen to use them. Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini --- Cc: prosku...@sec.in.tum.de Changes in v2: - Patch added Changes in v3: - Add Stefano's r