Re: [Qemu-devel] [PATCH 1/2] usb: XHCI shall not halt isochronous endpoints

2019-01-30 Thread Dmitry Fleytman
> On 28 Jan 2019, at 22:05, Yuri Benditovich > wrote: > > According to the XHCI spec (4.10.2) the controller > never halts isochronous endpoints. This commit prevent > stop of isochronous streaming when sporadic errors > status received from backends. > > Signed-off-by: Yuri Benditovich Rev

[Qemu-devel] [PATCH 1/2] usb: XHCI shall not halt isochronous endpoints

2019-01-28 Thread Yuri Benditovich
According to the XHCI spec (4.10.2) the controller never halts isochronous endpoints. This commit prevent stop of isochronous streaming when sporadic errors status received from backends. Signed-off-by: Yuri Benditovich --- hw/usb/hcd-xhci.c | 5 + 1 file changed, 5 insertions(+) diff --git