mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-11 03:13:28 +00:00
Fixed the problem that acrn can still build normally when the memory addresses of HV and VM conflict, which causes the hypervisor to hang. At the same time, defined a class to process memory to obtain and check the available memory range. Memory range obtain and check related functions are defined as class methods. Tracked-On: #7913 Reviewed-by: Junjie Mao <junjie.mao@intel.com> Signed-off-by: Ziheng Li <ziheng.li@intel.com>