Skip to content

Changed VFIO_DRIVERS order so that modules are unloaded in the proper order

Kyle McGrath requested to merge (removed):fluke/vfio-fix into fluke/vfio-fix

vfio_pci must always be unloaded first to ensure the successful removal of the other vfio modules. Also changed name from 'vfio-pci' to 'vfio_pci' for consistency with the actual module name.

Merge request reports