xhci: add usage info to docs
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 29 May 2012 09:20:31 +0000 (11:20 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 30 May 2012 02:28:44 +0000 (10:28 +0800)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
docs/usb2.txt

index 228aa33cebb3dc38aece7dac8f84e79690c01e09..d17e3c0044b176083b953bbc1b72ab9c0e8e0ee7 100644 (file)
@@ -55,6 +55,21 @@ try ...
 ... then use "bus=ehci.0" to assign your usb devices to that bus.
 
 
+xhci controller support
+-----------------------
+
+There also is xhci host controller support available.  It got alot
+less testing than ehci and there are a bunch of known limitations, so
+ehci may work better for you.  On the other hand the xhci hardware
+design is much more virtualization-friendly, thus xhci emulation uses
+less ressources (especially cpu).  If you wanna give xhci a try
+use this to add the host controller ...
+
+    qemu -device nec-usb-xhci,id=xhci
+
+... then use "bus=xhci.0" when assigning usb devices.
+
+
 More USB tips & tricks
 ======================