mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-07 04:34:06 +00:00
hv: mmu: add static paging table allocation for hypervisor
Add static paging table allocation API for hypervisor. Note: must configure PLATFORM_RAM_SIZE and PLATFORM_MMIO_SIZE exactly as the platform. Rename RAM_START/RAM_SIZE to HV_RAM_START/HV_RAM_SIZE for HV. Tracked-On: #861 Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -121,6 +121,7 @@ C_SRCS += arch/x86/cpu.c
|
||||
C_SRCS += arch/x86/cpuid.c
|
||||
C_SRCS += arch/x86/mmu.c
|
||||
C_SRCS += arch/x86/pagetable.c
|
||||
C_SRCS += arch/x86/page.c
|
||||
C_SRCS += arch/x86/notify.c
|
||||
C_SRCS += arch/x86/vtd.c
|
||||
C_SRCS += arch/x86/gdt.c
|
||||
|
||||
Reference in New Issue
Block a user