qemu: VFIO 设备直通过程
发布时间
阅读量:
阅读量
目录
1. VFIO 实例化过程
1. VFIO 实例化
将入口函数具体实现为:vfio_realize

vfio_get_group 用于访问 /dev/vfio/$groupid 设备,并将其与 container 进行关联,随后生成对应的 container 实例,并将指定的 group 集成至该 container 中。



通过 **vfio_get_device
全部评论 (0)
还没有任何评论哟~

目录
1. VFIO 实例化过程
将入口函数具体实现为:vfio_realize

vfio_get_group 用于访问 /dev/vfio/$groupid 设备,并将其与 container 进行关联,随后生成对应的 container 实例,并将指定的 group 集成至该 container 中。



通过 **vfio_get_device