acrn-hypervisor/hypervisor/include
Yuan Liu f320130d58 HV: Add walk_ept_table and get_ept_entry APIs
The walk_ept_table API is used to walk through EPT table for getting
all of present pages, user can get each page entry and its size
from the walk_ept_table callback.

The get_ept_entry is used to getting EPT pointer of the vm, if current
context of mv is secure world, return secure world EPT pointer, otherwise
return normal world EPT pointer.

Signed-off-by: Jack Ren <jack.ren@intel.com>
Signed-off-by: Yuan Liu <yuan1.liu@intel.com>
Reviewed-by: Li, Fei1 <fei1.li@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-06-20 09:32:55 +08:00
..
arch/x86 HV: Add walk_ept_table and get_ept_entry APIs 2019-06-20 09:32:55 +08:00
common hv: Remove unused variable in ptirq_msi_info 2019-05-31 12:31:52 +08:00
debug xHV: remove unused function is_dbg_uart_enabled 2019-05-22 16:36:03 +08:00
dm hv: Rename tables member of vPCI msix struct pci_msix 2019-06-17 11:06:56 +08:00
hw ACRN/HV: emulated pcicfg uses the aligned offset to fix the unaligned pci_cfg access 2019-06-13 10:28:17 +08:00
lib hv:move several files related X86 for lib 2019-05-13 10:12:20 +08:00
public DM/HV: Increase VM name len 2019-05-27 12:13:51 +08:00