minosproject / minos

Flexible Virtualization Solution for Embedded System
http://minosproject.org
GNU General Public License v2.0
247 stars 92 forks source link

add IOMMU subsystem #47

Closed ghost closed 3 years ago

ghost commented 3 years ago

This subsystem is used to pass through a DMA device to a guest VM.

To pass through a DMA device, the following steps are required:

lemin9538 commented 3 years ago

Thanks for this patch. It add iommu subsystem for Minos. Great job.

lemin9538 commented 3 years ago

LGTM