acrn-hypervisor/common
Yonghua Huang 1c5d509f4d 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-04-12 11:41:13 +08:00
..
hv_main.c Simple get_vmx_cap() 2018-03-15 16:33:08 +08:00
hypercall.c Add range check for 'vm0_gpa' before creating EPT 2018-04-12 11:41:13 +08:00
schedule.c retpoline: replace indirect jmp in switch_to function 2018-03-15 16:25:53 +08:00
stack_protector.c initial import 2018-03-07 21:05:38 +08:00
trusty_hypercall.c trusty: implement hypercall to initialize trusty 2018-03-29 14:54:23 +08:00
vm_load.c mmu:create temporary page tables for guest at run time 2018-04-10 13:38:49 +08:00