mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-30 06:01:28 +00:00
The issue leads that the IOC mediator's fd is turned off incorrectly, causing the IOC mediator to fail. The root cause is because after closing fd is not set to an invalid fd. The issue can be reproduced by the S3 stress test. Tracked-On: #2300 Signed-off-by: Yuan Liu <yuan1.liu@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
ACRN Device Model ################# Introduction ============ The ACRN Device Model provides **device sharing** capabilities between the Service OS and Guest OSs. It is a component that is used in conjunction with the `ACRN Hypervisor`_ and this is installed within the Service OS. You can find out more about Project ACRN on the `Project ACRN documentation`_ website. .. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor .. _`Project ACRN documentation`: https://projectacrn.github.io/