mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 09:06:30 +00:00
when relocation is enabled, the calcuation of HV size in init_paging routine is not right. As a result, it doesn't enable NX bit for many pages which don't belong to hypervisor text section. Tracked-On: #2349 Signed-off-by: Chaohong guo <chaohong.guo@intel.com> Reviewed-by: Zide Chen <zide.chen@intel.com>