Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-08-24 Thread Erik Rull
On August 9, 2012 at 10:59 AM Gerd Hoffmann wrote: > > Hi Gerd, > > > > sorry for the delays, I tested the latest pulled patch queue and it's > > now fine on my Intel board, too. The dongle gets detected again without > > assertions. Thanks for your work. > > > > Still remaining are the multiple

Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-08-13 Thread Erik Rull
On August 9, 2012 at 10:59 AM Gerd Hoffmann wrote: > > Hi Gerd, > > > > sorry for the delays, I tested the latest pulled patch queue and it's > > now fine on my Intel board, too. The dongle gets detected again without > > assertions. Thanks for your work. > > > > Still remaining are the multiple

Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-08-09 Thread Gerd Hoffmann
> Hi Gerd, > > sorry for the delays, I tested the latest pulled patch queue and it's > now fine on my Intel board, too. The dongle gets detected again without > assertions. Thanks for your work. > > Still remaining are the multiple usb resets on host side before the > dongle gets finally detected

Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-07-10 Thread Erik Rull
Erik Rull wrote: Gerd Hoffmann wrote: Add support for (re-)initializing endpoints which belong to a specific interface only. Use this in usb-host when changing altsetting for an interface, so other interfaces are not disturbed. Hi Gerd, I tested it on my AMD test system where the issue didn

Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-07-05 Thread Erik Rull
Gerd Hoffmann wrote: Add support for (re-)initializing endpoints which belong to a specific interface only. Use this in usb-host when changing altsetting for an interface, so other interfaces are not disturbed. Hi Gerd, I tested it on my AMD test system where the issue didn't appear with the

Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-07-03 Thread Gerd Hoffmann
On 07/03/12 13:39, Jan Kiszka wrote: > On 2012-07-03 11:17, Gerd Hoffmann wrote: >> Hi, >> >>> BTW, there are still plenty of "husb: out of buffers for iso stream" >>> messages. Can we do anything about it, or does the the guest selects too >>> few buffers here (for a virtualized setup)? >> >> Tr

Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-07-03 Thread Jan Kiszka
On 2012-07-03 11:17, Gerd Hoffmann wrote: > Hi, > >> BTW, there are still plenty of "husb: out of buffers for iso stream" >> messages. Can we do anything about it, or does the the guest selects too >> few buffers here (for a virtualized setup)? > > Try increase isobufs (usb-host property, defau

Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-07-03 Thread Gerd Hoffmann
Hi, > BTW, there are still plenty of "husb: out of buffers for iso stream" > messages. Can we do anything about it, or does the the guest selects too > few buffers here (for a virtualized setup)? Try increase isobufs (usb-host property, default is 4). cheers, Gerd

Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-07-03 Thread Jan Kiszka
On 2012-07-03 10:43, Jan Kiszka wrote: > On 2012-07-03 10:21, Gerd Hoffmann wrote: >> On 07/03/12 09:47, Jan Kiszka wrote: >>> On 2012-07-02 18:16, Gerd Hoffmann wrote: Add support for (re-)initializing endpoints which belong to a specific interface only. Use this in usb-host when changi

Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-07-03 Thread Jan Kiszka
On 2012-07-03 10:21, Gerd Hoffmann wrote: > On 07/03/12 09:47, Jan Kiszka wrote: >> On 2012-07-02 18:16, Gerd Hoffmann wrote: >>> Add support for (re-)initializing endpoints which belong to a specific >>> interface only. Use this in usb-host when changing altsetting for an >>> interface, so other

Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-07-03 Thread Gerd Hoffmann
On 07/03/12 09:47, Jan Kiszka wrote: > On 2012-07-02 18:16, Gerd Hoffmann wrote: >> Add support for (re-)initializing endpoints which belong to a specific >> interface only. Use this in usb-host when changing altsetting for an >> interface, so other interfaces are not disturbed. >> > > qemu-syste

Re: [Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-07-03 Thread Jan Kiszka
On 2012-07-02 18:16, Gerd Hoffmann wrote: > Add support for (re-)initializing endpoints which belong to a specific > interface only. Use this in usb-host when changing altsetting for an > interface, so other interfaces are not disturbed. > qemu-system-x86_64: /data/qemu/hw/usb/host-linux.c:1220:

[Qemu-devel] [PATCH] usb: selective endpoint initialization

2012-07-02 Thread Gerd Hoffmann
Add support for (re-)initializing endpoints which belong to a specific interface only. Use this in usb-host when changing altsetting for an interface, so other interfaces are not disturbed. Signed-off-by: Gerd Hoffmann --- hw/usb.h|2 +- hw/usb/bus.c|2 +- hw/usb/cor