cant add PCIE 0000:01:00.0 to a VM?

scyto

Well-Known Member
Aug 8, 2023
533
113
48
The device can be seen in LSPCI and PCI mapping tool but not in the add device UI? is this a bug? (the device has its own iommu group). can i add it manually in the vm conf file and be ok?

1747615150179.png

1747615220198.png
 
The device can be seen in LSPCI and PCI mapping tool but not in the add device UI? is this a bug? (the device has its own iommu group). can i add it manually in the vm conf file and be ok?
hi,

no by default we filter some things out in the 'raw device' view to not clutter it too much.

I can see that such ai processors would be handy to have also in that view, so if you can post the output of
Code:
lspci -nn
the we can check if we can easily add it too

to work around it, you can set it via the cli/api:
Code:
qm set VMID -hostpci0 0000:01:00.0
 
  • Like
Reactions: UdoB