quickemu
quickemu copied to clipboard
Add discrete GPU pass-through
Add support for PCIe GPU pass-through.
Has there been any discussion about this?
(Didn't know if there was another place where people would possibly talk about this, and didn't want to push any suggestions without seeing what others had said :upside_down_face: )
My proposal is that there should be a new script something name like quickpass, which would help the user to modify the conf file after install to make proper pass-trough happens. This could mean to map out iommo groups, advice user which gpu and pcie device to isolate (usb hub, networkcard, soundcard).
PS: This script should have a quickpass check function to determinate if hardware is capable of isolation at all. To inform the user beforehand so that they wouldn't try to debug and spend hours why it's not working.
A while ago I started working on something similar. It has a bunch of logic in it already for many of the checks for gpu passthrough. Feel free to take ideas from it!
https://github.com/kevindurb/gpu-passthrough-helper
Or here lot of helpers: @pavolelsig
I made one for void from it...
https://github.com/NextWork123/VFIO-KVM
Duplicate of #688