Skip to content

Instantly share code, notes, and snippets.

@Ethorbit
Created August 6, 2023 02:41
Show Gist options
  • Save Ethorbit/5e402c775622b1d420205dfb61fc32a0 to your computer and use it in GitHub Desktop.
Save Ethorbit/5e402c775622b1d420205dfb61fc32a0 to your computer and use it in GitHub Desktop.
Binds my NVIDIA gpu to VFIO drivers so the GPU can be used for virtualization
#!/bin/bash
systemctl stop nfancurve.service
virsh nodedev-detach pci_0000_26_00_0
virsh nodedev-detach pci_0000_26_00_1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment