mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Replace the concrete `VfioContainer` type with the `VfioOps` trait object for device passthrough. This decouples the VFIO DMA mapping interface from the legacy VFIO container/group implementation, allowing it to be extended to support VFIO cdev and iommufd in the future. Signed-off-by: Bo Chen <bchen@crusoe.ai>