Recent content by margau

  1. M

    IOMMU GPU Passtrough: KVM segfault

    Hi, an update: Tried it with seabios instead of OVMF, and altered the cmdline to contain pcie_acs_override=downstream. No success yet, still stuck on the segfault in KVM. Best regards margau
  2. M

    IOMMU GPU Passtrough: KVM segfault

    Yes, I know the wiki article and worked through it. Have downgraded Kernel and KVM: uname -a Linux x 5.0.12-1-pve kvm -version QEMU emulator version 4.0.0 (pve-qemu-kvm_4.0.0) But still getting the segfault at a8 ip 0000557a331ab3a7 sp 00007fffa910bd80 error 4 in...
  3. M

    IOMMU GPU Passtrough: KVM segfault

    Hi, of course, the drivers are blacklisted (as you can see in the "lspci -nnk"-output, vfio is chosen for the card). I also tried the options from the thread above, no success, still the same segfault. Thanks! margau
  4. M

    IOMMU GPU Passtrough: KVM segfault

    Hello together, TLDR: kvm segfault when starting VM with PCIe-GPU. I'm currently trying to pass through an GeForce GTX 1050 Ti via IOMMU using an E3-1240 V2 on a Supermicro X9-SCA F Board. Got iommu working, as far as I can tell from dmesg: [ 0.069454] DMAR: IOMMU enabled [ 0.133808]...