Re: [libvirt] [PATCH] usb: allow host devices to be specified by port

2018-01-09 Thread Xen Mann
> [libvirt] [PATCH] usb: allow host devices to be specified by port > > > > From: Thomas Hebb To: libvir-list redhat comCc: > Thomas Hebb Subject: [libvirt] [PATCH] usb: allow > host devices to be specified by

Re: [libvirt] [PATCH] usb: allow host devices to be specified by port

2016-09-08 Thread Cole Robinson
Thanks for the patch. Sorry this didn't get a timely response. Note there's an upstream bug for this as well but it doesn't add much: https://bugzilla.redhat.com/show_bug.cgi?id=914883 The patch is a bit difficult to review because it's mixing up some refactorings in virhostdev.c with the functio

[libvirt] [PATCH] usb: allow host devices to be specified by port

2016-07-05 Thread Thomas Hebb
Previously, only VID/PID and bus/device matching were supported. Neither of these provide a stable and persistent way of assigning a guest a specific host device out of several with the same VID and PID, as device numbers change on every enumeration. Add a third method of matching, bus/port, which