Re: Onboard USB controller passthrough

2017-11-12 Thread Rajil Saraswat
On 5 November 2017 at 13:26, Rajil Saraswat wrote: > The onboard xHCI controller (C610/X99 series chipset) does support MSI, > > # pciconf -l -BbcV xhci0@pci0:0:20:0 > xhci0@pci0:0:20:0: class=0x0c0330 card=0x72708086 chip=0x8d318086 > rev=0x05 hdr=0x00 > bar [10] = type Memory, range 6

Re: Onboard USB controller passthrough

2017-11-05 Thread Rajil Saraswat
On 11/05/2017 11:42 AM, Peter Grehan wrote: > > More importantly, EHCI controllers don't support MSI/MSI-x interrupts > which is currently required for bhyve PCI-passthru. > > later, > > Peter. The onboard xHCI controller (C610/X99 series chipset) does support MSI, # pciconf -l -BbcV xhci0@pci0:

Re: Onboard USB controller passthrough

2017-11-05 Thread Peter Grehan
The controllers looks like this # pciconf -l -BbcV ppt2@pci0:0:26:0 ppt2@pci0:0:26:0: class=0x0c0320 card=0x72708086 chip=0x8d2d8086 rev=0x05 hdr=0x00 bar [10] = type Memory, range 32, base 0xc6134000, size 1024, enabled ^^

Re: Onboard USB controller passthrough

2017-11-05 Thread Rodney W. Grimes
> Hello, > > I have an Supermicro X10DRi-T motherboard which has 2 EHCI controllers > and 1 xHCI controller. I want to pass one of the EHCI controller to the > VM running Ubuntu. Unfortunately, the VM immediately quits when i pass > the USB controller. I am using vm-bhye to manage the VM's running