> [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
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
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