acrn-hypervisor/hypervisor/dm/vpci
Li, Fei1 cc89e52d5b hv: mmu: make page table operation no fault
Page table operation would not fault except:
1. the hypervisor it out of memory to allcate a page for page table operation
2. there is a bug with page table operation in hypervisor or devicemodle
While we assue that these would not happened in our platform when release, so
there is no need to check whether there is a fault with page table operation. However,
for debug version, we would panic the hypervisor if we can't meet the conditions really.

Tracked-On: #1124
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
2018-10-10 09:36:51 +08:00
..
hostbridge.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00
pci_priv.h HV: Fix VPCI bugs found in integration testing for partition mode 2018-09-03 11:26:30 +08:00
pci_pt.c hv: mmu: make page table operation no fault 2018-10-10 09:36:51 +08:00
pci_vdev.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00
vpci.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00