Skip to content

Instantly share code, notes, and snippets.

@wugh
Last active July 29, 2017 10:33
Show Gist options
  • Save wugh/57bfd91509ec3a177a2e48493563ab26 to your computer and use it in GitHub Desktop.
Save wugh/57bfd91509ec3a177a2e48493563ab26 to your computer and use it in GitHub Desktop.
Archlinux PCI passthrough Tips

总体步骤

大体上按照官网wiki

才坑记录

virt-manager权限问题

把自己加入libvirt这个组就能解决。

安装libvirt的可选依赖

pacman -Si libvirt查看依赖,为了支持nat需要安装ebtables和dnsmasq

virt-manager无法访问kvm

这个是由于libvirt里面的qemu.conf里面的group没有配置对,要配置group="kvm"这个组,因为/dev/kvm这个路径的group是kvm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment