You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to passthrough iGPU using Terraform and Telmate provider. I need the equivalent of this screen shot.
When I pass through manually, it works, when I pass through using args in terraform file like this, it does not work:
args = "-device vfio-pci,host=00:02.0,x-vga=off"
I did not see much in the doc on how to do this. Does Telmate support this?
The text was updated successfully, but these errors were encountered:
However, I also need the All Functions to be enabled. From looking at the code, unsure this is possible. Looks like those 3 arguments are it. Can someone confirm?
@braucktoon yeah the pcie isn't that well supported. There are plans to overhaul it in the library we use to talk to PVE proxmox-api-go, as the datastructure of the library does not match with PVE.
I am attempting to passthrough iGPU using Terraform and Telmate provider. I need the equivalent of this screen shot.
When I pass through manually, it works, when I pass through using args in terraform file like this, it does not work:
args = "-device vfio-pci,host=00:02.0,x-vga=off"
I did not see much in the doc on how to do this. Does Telmate support this?
The text was updated successfully, but these errors were encountered: