mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-07 04:50:55 +00:00
Now the PCI bar uses the hardcoded prefetch property for the pass-through device. This doesn't work when trying to load windows GPU driver for the pass-through GPU device. For pass-through devices, set the bar prefetchable property the same as physical bar. Tracked-On: #4282 Signed-off-by: Junming Liu <junming.liu@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Shuo A Liu <shuo.a.liu@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/