Re: [Xen-devel] [PATCH for-4.12 3/8] xen/arm: p2m: Introduce an helper to allocate the root page-table

2019-01-23 Thread Stefano Stabellini
On Wed, 28 Nov 2018, Julien Grall wrote: > A follow-up patch will require to allocate the root page-table without > having a domain in hand. > > Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini > --- > xen/arch/arm/p2m.c | 16 > 1 file changed, 12 insertions(+), 4

Re: [Xen-devel] [PATCH for-4.12 3/8] xen/arm: p2m: Introduce an helper to allocate the root page-table

2018-12-21 Thread Andrii Anisov
On 28.11.18 18:49, Julien Grall wrote: A follow-up patch will require to allocate the root page-table without having a domain in hand. Signed-off-by: Julien Grall Reviewed-by: Andrii Anisov -- Sincerely, Andrii Anisov. ___ Xen-devel mailing

[Xen-devel] [PATCH for-4.12 3/8] xen/arm: p2m: Introduce an helper to allocate the root page-table

2018-11-28 Thread Julien Grall
A follow-up patch will require to allocate the root page-table without having a domain in hand. Signed-off-by: Julien Grall --- xen/arch/arm/p2m.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/xen/arch/arm/p2m.c b/xen/arch/arm/p2m.c index