From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDWTg-0007Ou-J6 for qemu-devel@nongnu.org; Tue, 11 Oct 2011 03:10:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDWTf-0000ZA-3A for qemu-devel@nongnu.org; Tue, 11 Oct 2011 03:10:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDWTe-0000Z2-R6 for qemu-devel@nongnu.org; Tue, 11 Oct 2011 03:10:15 -0400 Message-ID: <4E93EBD4.8070608@redhat.com> Date: Tue, 11 Oct 2011 09:10:12 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1316022540-31355-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] usb-ohci: fixes to allow usb-net to work List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org On 10/10/11 18:44, Peter Maydell wrote: > On 14 September 2011 18:48, Peter Maydell wrote: >> This patchset contains a couple of fixes to usb-ohci which I had to make >> in the course of getting usb-net to work on the Beagle (which uses OHCI >> rather than UHCI). The main one is making the usb-ohci controller model >> honour the endpoint maximum packet size setting -- usb-net.c will just >> ignore any attempt by the controller to give it a packet larger than >> 64 bytes. The fix to OHCI_TD_T1 is probably not strictly required but >> I noticed it in passing. >> >> Peter Maydell (2): >> hw/usb-ohci: Honour endpoint maximum packet size >> hw/usb-ohci: Fix OHCI_TD_T1 bit position definition > > Ping. Gerd, I got acks from you for both of these patches but they > don't seem to have made it into master yet? Was on vacation two weeks which delayed things a bit (and I'm busy with the backlog now ...) The patches are sitting in my local queue and will go upstream with the next usb pull request. cheers, Gerd