Re: [Qemu-devel] [PATCH] Fix remainder field for TR_SETUP completion event

2016-09-07 Thread Gerd Hoffmann
On Di, 2016-08-23 at 13:46 +0200, Hans Petter Selasky wrote: > Hi, > > Patch is also attached. > > --HPS > > > Fix remainder field for TR_SETUP completion event. Previously > > the code would incorrectly report the remainder as 8 bytes. A remainder of > > 0 > > bytes should be reported when t

[Qemu-devel] [PATCH] Fix remainder field for TR_SETUP completion event

2016-08-23 Thread Hans Petter Selasky
Hi, Patch is also attached. --HPS Fix remainder field for TR_SETUP completion event. Previously the code would incorrectly report the remainder as 8 bytes. A remainder of 0 bytes should be reported when the SETUP packet is successfully transferred. Found using FreeBSD's XHCI driver. Signe