Re: [Xen-devel] [PATCH 12/22] mini-os: add x86 native page table handling

2016-08-23 Thread Samuel Thibault
Juergen Gross, on Tue 23 Aug 2016 17:15:58 +0200, wrote: > For support of HVMlite don't use mmu_update hypercalls, but write the > page table entries directly. > > Signed-off-by: Juergen Gross Reviewed-by: Samuel Thibault > --- > arch/x86/mm.c | 147 >

[Xen-devel] [PATCH 12/22] mini-os: add x86 native page table handling

2016-08-23 Thread Juergen Gross
For support of HVMlite don't use mmu_update hypercalls, but write the page table entries directly. Signed-off-by: Juergen Gross --- arch/x86/mm.c | 147 +- arch/x86/traps.c | 10 include/x86/arch_mm.h | 4 ++ include/x86/os.h