Skip to content

Instantly share code, notes, and snippets.

View ivanvenosdel's full-sized avatar

Ivan VenOsdel ivanvenosdel

View GitHub Profile
@atatsu
atatsu / void-arch-vga-passthrough.md
Last active May 27, 2020 15:00
Adventures in VGA passthrough land

Install packages

  • virt-manager
  • libvirt
  • qemu
    • usermod -aG kvm <username>
    • modprobe kvm-amd
  • ovmf
    • isn't available for Void... copying the binaries from my old Arch install and we'll see what happens
  • ebtables (networking)
  • dnsmasq (networking)