[libvirt] [PATCH V2 0/4] libxl: support pvusb

Chunyan Liu cyliu at suse.com
Thu May 19 08:14:32 UTC 2016


This patch series is to support pvusb in libxl driver.

---
Changes in v2:
  * add LIBXL_HAVE_PVUSB check
  * add convertion of domxml USB config to/from xl.cfg
  * address other comments

Chunyan Liu (4):
  libxl: support creating guest with USB hostdev
  libxl: support hotplug USB host device
  Add convertion domxml USB config to/from xl.cfg
  xlconfigtest: add test on USB convertion

 src/libxl/libxl_conf.c          |  74 ++++++++++++++++++++
 src/libxl/libxl_conf.h          |   5 ++
 src/libxl/libxl_domain.c        |  16 ++++-
 src/libxl/libxl_driver.c        | 144 +++++++++++++++++++++++++++++++++++++-
 src/xenconfig/xen_xl.c          | 151 ++++++++++++++++++++++++++++++++++++++++
 tests/xlconfigdata/test-usb.cfg |  13 ++++
 tests/xlconfigdata/test-usb.xml |  35 ++++++++++
 tests/xlconfigtest.c            |   1 +
 8 files changed, 435 insertions(+), 4 deletions(-)
 create mode 100644 tests/xlconfigdata/test-usb.cfg
 create mode 100644 tests/xlconfigdata/test-usb.xml

-- 
2.1.4




More information about the libvir-list mailing list