mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-24 01:11:47 +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>