Re: [Qemu-devel] [PATCH 2.6 candidate] usb/uhci: move pid check

2016-04-25 Thread Peter Maydell
On 22 April 2016 at 11:44, Gerd Hoffmann wrote: > commit "5f77e06 usb: add pid check at the first of uhci_handle_td()" > moved the pid verification to the start of the uhci_handle_td function, > to simplify the error handling (we don't have to free stuff which we > didn't allocate in the first pla

[Qemu-devel] [PATCH 2.6 candidate] usb/uhci: move pid check

2016-04-22 Thread Gerd Hoffmann
commit "5f77e06 usb: add pid check at the first of uhci_handle_td()" moved the pid verification to the start of the uhci_handle_td function, to simplify the error handling (we don't have to free stuff which we didn't allocate in the first place ...). Problem is now the check fires too often, it ra