acrn-hypervisor/hypervisor/dm/vpci
Li, Fei1 0391f84c83 hv: mmu: replace dynamic memory allocation in memory
Replace dynamic memory allocation in memory management with static memory allocation.
Since the static memory allocation can guarantee the allocation never failed, so
split_large_page and construct_pgentry don't need to return a errno any more.
Besides, the destroy_ept don't need to free page any more. Instead, it would memset
the eptp to 0 to make sure we can't walk this paging table again.

Tracked-On: #861
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
2018-11-02 13:15:48 +08:00
..
core.c hv: create new file core.c and pci.c 2018-10-24 18:11:02 +08:00
hostbridge.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00
msi.c hv: implement msi.c to handle MSI remapping for vm0 2018-10-29 14:29:37 +08:00
msix.c hv: fix issues when msi-x shares same BAR with other data structures 2018-11-01 21:22:10 +08:00
partition_mode.c hv: vpci: add callback functions to struct vpci 2018-10-29 14:29:37 +08:00
pci_priv.h hv: fix misrac violations in vcpi code 2018-11-01 21:22:10 +08:00
pci_pt.c hv: mmu: replace dynamic memory allocation in memory 2018-11-02 13:15:48 +08:00
sharing_mode.c hv: resolve the negative impacts to UOS MSI/MSI-X remapping 2018-11-01 21:22:10 +08:00
vpci.c hv: implement sharing_mode.c for PCI emulation in sharing mode 2018-10-29 14:29:37 +08:00