[Solved] Passing multiple devices to one VM...
-
Hi all!
Id like to ask for your help with this. Im setting up freenas inside a VM and managed pass over the SATA HBA to it. But when i try to add more it only gets the last device i added in the terminal. Am i doing something wrong or is it only possible to pass over one device per VM?
Thanks in advance!
-
RTFM
https://xcp-ng.org/docs/compute.html#pci-passthroughYou can also passtrough multiple devices. If you wanted to passtrough another device at 00:19.0 just append it to the parameter. [root@xen ~]# xe vm-param-set other-config:pci=0/0000:04:01.0,0/0000:00:19.0 uuid=<vm uuid>