mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-31 03:15:42 +00:00
in local_set_vm_memory_region, hpa is not used for MR_DEL, and it does not need check HV memory overlap for a MR_DEL operation. this is a bug exposed by remapping SOS first page, as the remap page whose gpa = 0 actually fall into HV memory area; while during MR_DEL, the input param vm0_gpa is set to 0 by default. Tracked-On: #1124 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> |
||
---|---|---|
.. | ||
hv_main.c | ||
hypercall.c | ||
io_request.c | ||
ptdev.c | ||
schedule.c | ||
softirq.c | ||
stack_protector.c | ||
static_checks.c | ||
trusty_hypercall.c | ||
vm_load.c |