PCI Delegation in Xen (Xen Pci Passthrough)
- Read more about PCI Delegation in Xen (Xen Pci Passthrough)
- Log in to post comments
#
# Debian 7
#
# add xen-pciback to initrd
echo "xen-pciback" >> /etc/modules
update-initramfs -u
# hide device (module and pciid have to be adapted)
cat < /etc/modprobe.d/xen-pciback.conf
install e100 modprobe xen-pciback; modprobe --first-time --ignore-install e100
options xen-pciback hide=(00:0c.0)
EOF
# test
xm pci-list-assignable-devices
# Links
http://wiki.xen.org/wiki/Assign_Hardware_to_DomU_with_PCIBack_as_module
http://debianforum.de/forum/viewtopic.php?f=32&t=139776
http://nixnote.blogspot.de/2012/03/xen-part-9-pci-passthrough.html
http://wiki.xen.org/wik