mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 20:22:46 +00:00
Project ACRN hypervisor
Devices' de-init process might access some mapped memory space, such as virtio virtqueues. Access after unmap will cause a fault. Release the memory map after de-init processes can avoid it. Reading more code, there are many error handling lost to unmap the memory. Refined the code to do it. Signed-off-by: Liu Shuo <shuo.a.liu@intel.com> Reviewed-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com> |
||
---|---|---|
devicemodel | ||
doc | ||
hypervisor |