[vfio-users] VM not booting/no video output when PCI passthrough GPU is added

Alex Williamson alex.williamson at redhat.com
Wed Dec 16 21:26:56 UTC 2015


On Wed, 2015-12-16 at 19:51 +0200, rndbit wrote:
> Oh this is something new. Could you explain what exactly replaces
> vfio-bind?

Check the how-to series on vfio.blogspot.com.  vfio-bind is just a hack
for binding all the device in a group to vfio-pci.  If you're using
libvirt, libvirt can do that binding for you.  There's still the
problem for GPUs though that we want to avoid the native driver
entirely.  This is often where the pci-stub.ids boot options come into
play.  The way that Roel is doing it is to bind directly to vfio-pci
early in the initramfs, solving two problems at once, the native driver
is avoided and the device is already bound to vfio-pci for assignment.




More information about the vfio-users mailing list