unRAID Server Release 6.2.0-rc1 Available


Recommended Posts

  • Replies 155
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

How do I stub multiple PCI devices? The original 6.2 announcement post shows this

 

 append vfio-pci.ids=8086:1528 initrd=/bzroot

 

But what if I want to stub two devices? Do I separate them with commas like this?

 

 append vfio-pci.ids=8086:1528,1106:3104 initrd=/bzroot

 

Or something else?

Comma should be correct if I remember correctly.

Link to comment

BTW, the work you guys have done on the VM creation and management is pure awesomeness! Everything I have tried and played with has worked perfectly. I must have created a dozen VM's yesterday trying different options with and without hardware pass through and it works flawlessly. Thanks!

 

Gary

 

Thanks for the report!  We started with dmacias' "kvm manager" (thanks man!), but in the last year all the hard work getting vm.manager/libvirt/qemu working smoothly has been all Eric with lots if input from Jon and some UI tweaks from bonienl.  We have some great improvements to come...

Link to comment

How do I stub multiple PCI devices? The original 6.2 announcement post shows this

 

 append vfio-pci.ids=8086:1528 initrd=/bzroot

 

But what if I want to stub two devices? Do I separate them with commas like this?

 

 append vfio-pci.ids=8086:1528,1106:3104 initrd=/bzroot

 

Or something else?

Yes a comma is correct.  Here is how I have mine setup:

append iommu=pt intel_pstate=disable pci-stub.ids=1b4b:9230,1b4b:91a4,1103:0622 initrd=/bzroot

Link to comment
Guest
This topic is now closed to further replies.