Difference between revisions of "PCI Passthrough"
(→Source Info) |
|||
Line 22: | Line 22: | ||
http://www.andrewklau.com/my-fedora-21-gaming-rig-using-vt-d-and-vfio-without-compromise/ | http://www.andrewklau.com/my-fedora-21-gaming-rig-using-vt-d-and-vfio-without-compromise/ | ||
http://www.se7ensins.com/forums/threads/how-to-setup-a-gaming-virtual-machine-with-gpu-passthrough-qemu-kvm-libvirt-and-vfio.1371980/ | http://www.se7ensins.com/forums/threads/how-to-setup-a-gaming-virtual-machine-with-gpu-passthrough-qemu-kvm-libvirt-and-vfio.1371980/ | ||
+ | https://bluehatrecord.wordpress.com/2016/09/02/virtualizing-windows-7-with-fedora-23-kvmqemu-and-iommu-enabled-pci-passthrough/ |
Revision as of 04:11, 19 September 2016
Notes
Grub2 file location:
/etc/default/grub
Intel:
intel_iommu=on pci-stub.ids=
AMD:
iommu=on pci-stub.ids= iommu=pt iommu=1
Regenerate Grub2 config:
grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
Source Info
Debian:
https://wiki.debian.org/VGAPassthrough
Fedora:
http://www.andrewklau.com/my-fedora-21-gaming-rig-using-vt-d-and-vfio-without-compromise/ http://www.se7ensins.com/forums/threads/how-to-setup-a-gaming-virtual-machine-with-gpu-passthrough-qemu-kvm-libvirt-and-vfio.1371980/ https://bluehatrecord.wordpress.com/2016/09/02/virtualizing-windows-7-with-fedora-23-kvmqemu-and-iommu-enabled-pci-passthrough/