Re: [Qemu-devel] [PATCH 12/14] usb-core: usb3 streams

2013-02-21 Thread Eduardo Habkost
On Thu, Feb 21, 2013 at 10:59:11AM +0100, Gerd Hoffmann wrote: > This patch adds support for usb3 streams to the usb subsystem core. > This is just adding a streams field / parameter in a number of places. > > Signed-off-by: Gerd Hoffmann This broke the build on master: CChw/usb/redirect.o

Re: [Qemu-devel] [PATCH 12/14] usb-core: usb3 streams

2013-02-21 Thread Hans de Goede
Hi, On 02/21/2013 03:27 PM, Gerd Hoffmann wrote: Hi, Hmm, I was expecting epqueues to become a per stream thing with streams, I'll wanna see how far I come without that. The reason to have streams in the first place is to parallelize things, i.e. spread requests over streams instead of b

Re: [Qemu-devel] [PATCH 12/14] usb-core: usb3 streams

2013-02-21 Thread Hans de Goede
Hi, On 02/21/2013 10:59 AM, Gerd Hoffmann wrote: This patch adds support for usb3 streams to the usb subsystem core. This is just adding a streams field / parameter in a number of places. Hmm, I was expecting epqueues to become a per stream thing with streams, ie an error on one stream shoul

[Qemu-devel] [PATCH 12/14] usb-core: usb3 streams

2013-02-21 Thread Gerd Hoffmann
This patch adds support for usb3 streams to the usb subsystem core. This is just adding a streams field / parameter in a number of places. Signed-off-by: Gerd Hoffmann --- hw/usb.h | 10 ++ hw/usb/core.c | 10 ++ hw/usb/dev-bluetooth.c