Re: [libvirt] [PATCH 3/3] qemu: support configuring usb3 controller port count

2016-05-03 Thread Cole Robinson
On 05/02/2016 07:49 PM, John Ferlan wrote: > > > On 04/27/2016 02:29 PM, Cole Robinson wrote: >> This adds a ports= attribute to usb controller XML, like >> >> >> >> This maps to: >> >> qemu -device nec-usb-xhci,p2=8,p3=8 >> >> Meaning, 8 ports that support both usb2 and usb3 devices. Gerd

Re: [libvirt] [PATCH 3/3] qemu: support configuring usb3 controller port count

2016-05-02 Thread John Ferlan
On 04/27/2016 02:29 PM, Cole Robinson wrote: > This adds a ports= attribute to usb controller XML, like > > > > This maps to: > > qemu -device nec-usb-xhci,p2=8,p3=8 > > Meaning, 8 ports that support both usb2 and usb3 devices. Gerd > suggested to just expose them as one knob. > >

[libvirt] [PATCH 3/3] qemu: support configuring usb3 controller port count

2016-04-27 Thread Cole Robinson
This adds a ports= attribute to usb controller XML, like This maps to: qemu -device nec-usb-xhci,p2=8,p3=8 Meaning, 8 ports that support both usb2 and usb3 devices. Gerd suggested to just expose them as one knob. https://bugzilla.redhat.com/show_bug.cgi?id=1271408 ---