acrn-hypervisor/hypervisor/common
Yonghua Huang a0b7fb81b4 Add range check for 'vm0_gpa' before creating EPT
Input('vm0_gpa') should be validated when handling
hypercall 'HC_VM_SET_MEMMAP to create EPT for UOS
in 'hcall_set_vm_memmap()' function.
at least 'hpa' range (from 'vm0_gpa') can't overlap
hypervisor memory region.

Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2018-05-15 17:25:26 +08:00
..
hv_main.c Simple get_vmx_cap() 2018-05-15 17:19:36 +08:00
hypercall.c Add range check for 'vm0_gpa' before creating EPT 2018-05-15 17:25:26 +08:00
schedule.c retpoline: replace indirect jmp in switch_to function 2018-05-15 17:19:36 +08:00
stack_protector.c initial import 2018-05-11 14:44:28 +08:00
trusty_hypercall.c trusty: implement hypercall to initialize trusty 2018-05-15 17:19:39 +08:00
vm_load.c mmu:create temporary page tables for guest at run time 2018-05-15 17:25:26 +08:00