From: Wei Liu <wei.liu2@citrix.com>
To: Juergen Gross <jgross@suse.com>
Cc: George.Dunlap@eu.citrix.com, wei.liu2@citrix.com,
ian.jackson@eu.citrix.com, xen-devel@lists.xen.org
Subject: Re: [PATCH v4 0/4] libxl: add HVM USB passthrough capability
Date: Tue, 20 Sep 2016 16:04:17 +0100 [thread overview]
Message-ID: <20160920150417.GA30319@citrix.com> (raw)
In-Reply-To: <1474381090-31962-1-git-send-email-jgross@suse.com>
On Tue, Sep 20, 2016 at 04:18:06PM +0200, Juergen Gross wrote:
> Add the capability to pass USB devices to HVM domains by using the
> emulation of USB controllers of qemu.
>
> The user interface via xl is the same as for pvusb passthrough, only
> the type of the usbctrl is different: instead of "qusb" (qemu-based
> pvusb backend) or "vusb" (kernel-based pvusb backend) the type
> "devicemodel" is used.
>
> Especially the communication with qemu via qmp commands is based on
> the patches of George Dunlap sent in 2014:
>
> https://lists.xen.org/archives/html/xen-devel/2014-06/msg00085.html
>
> Changes in V4:
> - patch 2: corrected libxl__device_destroy() to not use be_path being NULL
>
> Changes in V3:
> - patch 3: rename pvusb_get_port_path() to vusb_get_port_path()
> as requested by George Dunlap
> - patch 4: wording adjusted as requested by Ian Jackson
>
> Changes in V2:
> - patches 1-3 removed as already pushed
> - split out (new) patch 1 from patch 3 (was 5) as requested by Wei Liu
> - addressed code style issues in patch 3 (was 5) as requested by Wei Liu
> - added some assert()s n patch 3 (was 5) as requested by Wei Liu
>
> Juergen Gross (4):
> libxl: add function to remove usb controller xenstore entries
> libxl: add basic support for devices without backend
> libxl: add HVM usb passthrough support
> docs: add HVM USB passthrough documentation
>
> docs/man/xl.cfg.pod.5.in | 12 +-
> tools/libxl/libxl_device.c | 73 ++++--
> tools/libxl/libxl_types_internal.idl | 1 +
> tools/libxl/libxl_usb.c | 435 +++++++++++++++++++++++++++--------
> tools/libxl/libxl_xshelp.c | 6 +-
> tools/libxl/xl_cmdimpl.c | 4 +-
> 6 files changed, 409 insertions(+), 122 deletions(-)
>
Series pushed.
> --
> 2.6.6
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
prev parent reply other threads:[~2016-09-20 15:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-20 14:18 [PATCH v4 0/4] libxl: add HVM USB passthrough capability Juergen Gross
2016-09-20 14:18 ` [PATCH v4 1/4] libxl: add function to remove usb controller xenstore entries Juergen Gross
2016-09-20 14:48 ` Wei Liu
2016-09-20 14:18 ` [PATCH v4 2/4] libxl: add basic support for devices without backend Juergen Gross
2016-09-20 14:26 ` Wei Liu
2016-09-20 14:18 ` [PATCH v4 3/4] libxl: add HVM usb passthrough support Juergen Gross
2016-09-20 14:51 ` George Dunlap
2016-09-20 14:18 ` [PATCH v4 4/4] docs: add HVM USB passthrough documentation Juergen Gross
2016-09-20 15:04 ` Wei Liu [this message]
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=20160920150417.GA30319@citrix.com \
--to=wei.liu2@citrix.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jgross@suse.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.