通过 VFIO 可以将一个物理设备直接被 Guest 使用。
参考内核文档,我这里记录一下操作:
看看这个文章: https://wiki.gentoo.org/wiki/GPU_passthrough_with_libvirt_qemu_kvm
- 我被这个文档严重误导了,他告诉参数使用 iommu=pt ,这个让 nvme 直通存在 bug 的
这个教程也不错:https://github.com/bryansteiner/gpu-passthrough-tutorial -device vfio-pci,host=01:00.0,multifunction=on,x-vga=on 中的 x-vga 是什么含义?
nixos 下非常之好的讲解: https://astrid.tech/2022/09/22/0/nixos-gpu-vfio/
而修改 hard limit 的方法参考此处,有点麻烦。
我始终没有搞定笔记本上的 GPU 的直通,而且在台式机上直通成功的案例中,发现由于英雄联盟的翻作弊机制,也是无法成功运行的,不过可以运行原神。
# 00:17.0 SATA controller [0106]: Intel Corporation Alder Lake-S PCH SATA Controller [AHCI Mode] [8086:7ae2] (rev 11)
echo 0000:00:17.0 | sudo tee /sys/bus/pci/devices/0000:00:17.0/driver/unbind
echo 8086 7ae2 | sudo tee /sys/bus/pci/drivers/vfio-pci/new_id