@stormi said in XCP-ng 8.3 PCI Passthrough issue:
@MJGZ51 said in XCP-ng 8.3 PCI Passthrough issue:
For anyone experiencing this issue, it happens when you enable Passthrough via CLI (hide devices from DOM).
After a clean install of xcp-ng 8.3, Passthrough would work via XOA GUI. However, as soon as I enabled PCI Passthrough for a device via CLI, the errors appeared.
I've moved to just passing the devices via GUI and not CLI. Everything is now working.
What's the involved CLI command?
Following the xcp-ng documentation for PCI passthrough:
/opt/xensource/libexec/xen-cmdline --set-dom0 "xen-pciback.hide=(0000:04:01.0)"
Then,
xe vm-param-set other-config:pci=0/0000:04:01.0 uuid=<vm uuid>
That's when I see the errors appear in XOA. If I remove the device from Passthrough via CLI (xe vm-param-remove param-name=other-config param-key=pci uuid=<vm uuid>), everything works again in XOA.