Re: [Qemu-devel] [PATCH v2] xhci: add property to turn on/off streams support

2014-10-28 Thread Hans de Goede
Hi, On 10/28/2014 10:57 AM, Gerd Hoffmann wrote: > streams support in usb-redir and usb-host works only with recent enough > versions of the support libraries (libusbredir and libusbx). Failure > mode is rather unelegant: Any stream usb transfers will throw stall > errors. Turning off support f

[Qemu-devel] [PATCH v2] xhci: add property to turn on/off streams support

2014-10-28 Thread Gerd Hoffmann
streams support in usb-redir and usb-host works only with recent enough versions of the support libraries (libusbredir and libusbx). Failure mode is rather unelegant: Any stream usb transfers will throw stall errors. Turning off support for streams in the xhci host controller will work better as