mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-03-18 11:04:12 +00:00
mmio_devs[0] is hard code for acpidev_pt, and mmio_devs[1] for mmiodev_pt. Use mmio_dev_idx as index of mmio_devs[], to remove hard code. Remove hpa, gpa, size information from mmio_dev_ops, add acrn_mmiodev into mmio_dev, to record hpa, gpa and size information for each passthough mmio device. Tracked-On: #5913 Signed-off-by: Tao Yuhong <yuhong.tao@intel.com> Acked-by: Wang, Yu1 <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/