Re: [Xen-devel] [PATCH v2 13/18] mini-os: add function to map one frame

2016-08-10 Thread Samuel Thibault
Juergen Gross, on Fri 05 Aug 2016 19:35:57 +0200, wrote: > Add a function to map one physical frame to a specified virtual > address as read/write. This will be used later multiple times. > > Signed-off-by: Juergen Gross Reviewed-by: Samuel Thibault > --- > include/arm/arch_mm.h | 2 ++ > inc

[Xen-devel] [PATCH v2 13/18] mini-os: add function to map one frame

2016-08-05 Thread Juergen Gross
Add a function to map one physical frame to a specified virtual address as read/write. This will be used later multiple times. Signed-off-by: Juergen Gross --- include/arm/arch_mm.h | 2 ++ include/mm.h | 1 + mm.c | 5 + 3 files changed, 8 insertions(+) diff --git