[libvirt] [PATCH 0/2] libxl USB vendor/product support

Cédric Bosdonnat cbosdonnat at suse.com
Fri Aug 5 07:10:48 UTC 2016


Hi all,

Libxl API only allows providing bus/dev for USB hostdevs. If libvirt 
libxl driver users provide vendor/product they get an error, instead
search for the corresponding bus/dev pair and feed them to libxl.


Cédric Bosdonnat (2):
  Add virHostdevFindUSBDevice to private symbols
  libxl: allow vendor/product addressing for USB hostdevs

 src/libvirt_private.syms |  1 +
 src/libxl/libxl_conf.c   | 25 +++++++++++++++++--------
 src/util/virhostdev.c    |  2 +-
 src/util/virhostdev.h    |  6 ++++++
 4 files changed, 25 insertions(+), 9 deletions(-)

-- 
2.6.6




More information about the libvir-list mailing list