Nvidia 5000 series passthrough , failing miserably.

Good. I have no idea what that means but good for you :D

EDIT: I remember that the following is also required. Without "PCI-Express" it did not work for me. (The "primary gpu" maybe is not required but it works so I left it alone)
View attachment 86556
I use the pve kernel, and qemu, and my own modified minirootfs and kernel. I added some functionality that I needed to the kernel.
 
  • Like
Reactions: adolfotregosa
I solved it. It seems that the 5000 series needs

Code:
[device "ich9-pcie-port-1"]
  driver = "pcie-root-port"
  x-speed = "16"
  x-width = "32"
  multifunction = "on"
  bus = "pcie.0"
  addr = "1c.0"
  port = "1"
  chassis = "1"

What were the steps you did to add this code?