August 2016
Intermediate to advanced
468 pages
9h 53m
English
PCI passthrough is used to pass through PCI devices on the host to a virtual machine. This is primarily used to directly pass network interfaces on the host to a virtual machine for increased performance.
To enable PCI passthrough, you have to use the following steps:
# vi /etc/sysconfig/grub
GRUB_CMDLINE_LINUX= to append intel_iommu=on or amd_iommu=on:# grub2-mkconfig -o /boot/grub2/grub.cfg
Read now
Unlock full access