hv: move some api declaration from mmu.h to ept.h

-- add ept.h, and move ept related api declaration
   from mmu.h to ept.h
-- move lookup_address()declaration from mmu.h to pgtable.h

Tracked-On: #1842
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
Mingqiang Chi
2019-01-29 17:15:43 +08:00
committed by Eddie Dong
parent 615c2bf88b
commit 2ffc683d01
5 changed files with 127 additions and 110 deletions

View File

@@ -794,6 +794,7 @@ WARN_LOGFILE =
INPUT = custom-doxygen/mainpage.md \
../hypervisor/include/arch/x86/guest/guest.h \
../hypervisor/include/arch/x86/guest/ept.h \
../hypervisor/include/arch/x86/mmu.h \
../hypervisor/include/arch/x86/pgtable.h \
../hypervisor/include/arch/x86/vtd.h \