DAVID27 6mo ago
CPU generation jump broke my PCIe passthrough setup · Dedicated Servers
I had the same group split on 9004 and my fix was binding the root port to vfio-pci too. Then pass both. My QEMU line:
-device vfio-pci,host=0000:40:00.0 -device vfio-pci,host=0000:41:00.0Not in same -device, separate devices. The "cannot mix different bus" error is because you tri...