From: Juergen Gross <jgross@suse.com>
To: xen-devel@lists.xen.org
Cc: George.Dunlap@eu.citrix.com, wei.liu2@citrix.com,
ian.jackson@eu.citrix.com, Juergen Gross <jgross@suse.com>
Subject: [PATCH v4 4/4] docs: add HVM USB passthrough documentation
Date: Tue, 20 Sep 2016 16:18:10 +0200 [thread overview]
Message-ID: <1474381090-31962-5-git-send-email-jgross@suse.com> (raw)
In-Reply-To: <1474381090-31962-1-git-send-email-jgross@suse.com>
Update the man page regarding passthrough of USB devices to HVM
domains via qemu USB emulation.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
V3: wording adjusted (Ian Jackson)
---
docs/man/xl.cfg.pod.5.in | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/docs/man/xl.cfg.pod.5.in b/docs/man/xl.cfg.pod.5.in
index 77a1be3..d8108e3 100644
--- a/docs/man/xl.cfg.pod.5.in
+++ b/docs/man/xl.cfg.pod.5.in
@@ -745,19 +745,29 @@ Specifies the usb controller type.
"qusb" specifies a qemu base backend for pvusb.
+"devicemodel" specifies a USB controller emulated by qemu.
+It will show up as a PCI-device in the guest.
+
"auto" (the default) determines whether a kernel based backend is installed.
If this is the case, "pv" is selected, "qusb" will be selected if no kernel
backend is currently available.
+For HVM domains "devicemodel" will be selected.
=item B<version=VERSION>
Specifies the usb controller version. Possible values include
-1 (USB1.1) and 2 (USB2.0). Default is 2 (USB2.0).
+1 (USB1.1), 2 (USB2.0) and 3 (USB3.0).
+Default is 2 (USB2.0).
+3 (USB3.0) is available for the type "devicemodel" only.
=item B<ports=PORTS>
Specifies the total ports of the usb controller. The maximum
number is 31. Default is 8.
+With the type "devicemodel" the number of ports is more limited:
+a USB1.1 controller always has 2 ports,
+a USB2.0 controller always has 6 ports
+and a USB3.0 controller can have up to 15 ports.
USB controller ids start from 0. In line with the USB spec, however,
ports on a controller start from 1.
--
2.6.6
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-09-20 14:18 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 ` Juergen Gross [this message]
2016-09-20 15:04 ` [PATCH v4 0/4] libxl: add HVM USB passthrough capability Wei Liu
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=1474381090-31962-5-git-send-email-jgross@suse.com \
--to=jgross@suse.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=ian.jackson@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).