mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-16 20:41:27 +00:00
The DMABuf sharing is based on the BLOB feature. This will check the attribute of system memory for guest_vm and udmabuf.list_limit parameter. If it meets with the requirement, export the BLOB feature so that the FE driver in guest_vm can send the blob cmd. VIRTIO_GPU_CMD_CREATE_BLOB: VIRTIO_GPU_CMD_SET_SCANOUT_BLOB: VIRTIO_GPU_CMD_SET_FLUSH(BLOB) Tracked-On: #7210 Acked-by: Wang Yu <yu1.wang@intel.com> Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
ACRN Device Model ################# Introduction ============ The ACRN Device Model provides **device sharing** capabilities between the Service VM and post-launched User VMs. It is a component that is used in conjunction with the `ACRN Hypervisor`_ and is installed within the Service VM. .. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor