acrn-hypervisor/hypervisor/common
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
..
hv_main.c hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
hypercall.c hv: mmu: make page table operation no fault 2018-10-10 09:36:51 +08:00
io_request.c hv:Replace dynamic memory with static for vm 2018-10-09 13:24:21 +08:00
ptdev.c HV: modify code for intr storm detect & handling 2018-09-25 11:09:35 +08:00
schedule.c hv: arch: fix 'Unused procedure parameter' 2018-09-26 10:48:55 +08:00
softirq.c hv: softirq: refine softirq 2018-08-01 11:36:27 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
static_checks.c hv: add compile time assert for static checks 2018-08-14 13:05:06 +08:00
trusty_hypercall.c hv: treewide: fix 'Expression is not Boolean' 2018-09-03 11:23:53 +08:00
vm_load.c hv:Replace dynamic memory with static for vm 2018-10-09 13:24:21 +08:00