[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v4 0/4] libxl: add support for qemu base pvusb backend
This patch series is meant to be applied on top of Chunyan's series to support pvusb in libxl. It is adding support for an alternative pvusb backend "qusb" via qemu. Changes in V4: - dropped patch 5 - patch 1: Return (negative) error value in case of failure, 0 or 1 else - patch 2: Bail out in case of usbback_is_loaded() error as requested by Chun Yan Liu Changes in V3: - added new patches 3 and 4 to at least report failure in case no device model is running when adding devices to a domain requiring a dm. Changes in V2: - patch 1: Return false if libxl__get_domid() fails as requested by George Dunlap - Swapped patches 2 and 3 as former patch 2 has been questioned to make sense for 4.7. This will remove an obstacle for former patch 3 to go in. Juergen Gross (4): libxl: make libxl__need_xenpv_qemu() operate on domain config libxl: add new pvusb backend "qusb" provided by qemu libxl: add service function to check whether device model is running libxl: check for dynamic device model start required docs/man/xl.cfg.pod.5 | 11 +++- tools/libxl/libxl.c | 16 ++++- tools/libxl/libxl_create.c | 12 ++-- tools/libxl/libxl_device.c | 3 +- tools/libxl/libxl_dm.c | 96 ++++++++++++++++------------- tools/libxl/libxl_internal.h | 10 ++-- tools/libxl/libxl_pci.c | 3 + tools/libxl/libxl_pvusb.c | 113 ++++++++++++++++++++++++++++------- tools/libxl/libxl_types.idl | 1 + tools/libxl/libxl_types_internal.idl | 1 + 10 files changed, 185 insertions(+), 81 deletions(-) -- 2.6.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |