From: Juergen Gross <jgross@suse.com>
To: xen-devel@lists.xen.org
Cc: Juergen Gross <jgross@suse.com>,
wei.liu2@citrix.com, stefano.stabellini@eu.citrix.com,
George.Dunlap@eu.citrix.com, ian.jackson@eu.citrix.com,
cyliu@suse.com
Subject: [PATCH v4 0/4] libxl: add support for qemu base pvusb backend
Date: Tue, 29 Mar 2016 08:52:32 +0200 [thread overview]
Message-ID: <1459234356-2333-1-git-send-email-jgross@suse.com> (raw)
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@lists.xen.org
http://lists.xen.org/xen-devel
next reply other threads:[~2016-03-29 6:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-29 6:52 Juergen Gross [this message]
2016-03-29 6:52 ` [PATCH v4 1/4] libxl: make libxl__need_xenpv_qemu() operate on domain config Juergen Gross
2016-03-29 6:52 ` [PATCH v4 2/4] libxl: add new pvusb backend "qusb" provided by qemu Juergen Gross
2016-03-29 6:52 ` [PATCH v4 3/4] libxl: add service function to check whether device model is running Juergen Gross
2016-03-29 6:52 ` [PATCH v4 4/4] libxl: check for dynamic device model start required Juergen Gross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1459234356-2333-1-git-send-email-jgross@suse.com \
--to=jgross@suse.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=cyliu@suse.com \
--cc=ian.jackson@eu.citrix.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).