mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-05 03:46:17 +00:00
There was a workaround in DM that allocates PCI 64bit mem bar in 32bit mem space if the bar size is within 32MB. After the workaround being removed, there is an issue to enter fastboot mode for inappropriate handling of 64bit mem bar in guest driver. The patch bring the workaround back, and skip the workaround when the guest is booted by OVMF. Revert the patch after the guest fixs the issue of handling 64bit mem bar in fastboot mode. Tracked-On: #2677 Signed-off-by: Binbin Wu <binbin.wu@intel.com> Acked-by: Yu Wang <yu1.wang@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/