]> xenbits.xensource.com Git - people/pauldu/mini-os.git/commit
mini-os: add x86 native page table handling
authorJuergen Gross <jgross@suse.com>
Thu, 18 Aug 2016 14:59:27 +0000 (16:59 +0200)
committerWei Liu <wei.liu2@citrix.com>
Wed, 24 Aug 2016 10:37:05 +0000 (11:37 +0100)
commit62d98f9eb308bb34f76b0ff618bd2f073f6ab8dc
tree17b50cfdec12ac1cc8f2a94c01a8b41905f22f71
parent21a6da9c1e40b78d4ab872ed331cd8c77b9f1bf7
mini-os: add x86 native page table handling

For support of HVMlite don't use mmu_update hypercalls, but write the
page table entries directly.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
arch/x86/mm.c
arch/x86/traps.c
include/x86/arch_mm.h
include/x86/os.h