]> xenbits.xensource.com Git - xen.git/commit
libxl: add pvusb API
authorChunyan Liu <cyliu@suse.com>
Wed, 9 Mar 2016 02:10:12 +0000 (10:10 +0800)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 18 Mar 2016 12:17:22 +0000 (12:17 +0000)
commitbf7628f087b212052a0e9f024044b2790c33f820
treea34edbd454224880de9c62c9d0e33caffaf8d62d
parent127b37578c51524d87f3d3ab9d0113b64fa83734
libxl: add pvusb API

Add pvusb APIs, including:
 - attach/detach (create/destroy) virtual usb controller.
 - attach/detach usb device
 - list usb controller and usb devices
 - some other helper functions

Signed-off-by: Simon Cao <caobosimon@gmail.com>
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Signed-off-by: Chunyan Liu <cyliu@suse.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/Makefile
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl_device.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_osdeps.h
tools/libxl/libxl_pvusb.c [new file with mode: 0644]
tools/libxl/libxl_types.idl
tools/libxl/libxl_types_internal.idl
tools/libxl/libxl_utils.c
tools/libxl/libxl_utils.h