From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI3Hb-0006kV-UV for qemu-devel@nongnu.org; Thu, 05 May 2011 14:28:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI3Ha-0004M8-Qu for qemu-devel@nongnu.org; Thu, 05 May 2011 14:28:15 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:53569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI3Ha-0004Lw-Jc for qemu-devel@nongnu.org; Thu, 05 May 2011 14:28:14 -0400 Received: by ywl41 with SMTP id 41so1035039ywl.4 for ; Thu, 05 May 2011 11:28:14 -0700 (PDT) Message-ID: <4DC2EC3B.8060502@codemonkey.ws> Date: Thu, 05 May 2011 13:28:11 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1304523708-9556-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1304523708-9556-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 05/04/2011 10:41 AM, Gerd Hoffmann wrote: > Hi, > > The USB patch queue is back! I'm still busy catching up with the > backlog, I know I didn't pick up everything from the list yet. If in > doubt it doesn't hurt to resend usb related patches, with me being > Cc'ed. > > This pull brings old stuff, most of the patches are several months old > already. Finally the usb-host fixes from Hans are queued up for merge. > Some async packet handling cleanups are in there to. Oh, and one more > bugfix for the usb mass storage device. > > please pull, > Gerd Pulled. Thanks. Regards, Anthony Liguori > > The following changes since commit d2d979c628e4b2c4a3cb71a31841875795c79043: > > NBD: Avoid leaking a couple of strings when the NBD device is closed (2011-05-03 11:29:21 +0200) > > are available in the git repository at: > git://git.kraxel.org/qemu usb.7.pull > > Gerd Hoffmann (6): > uhci: switch to QTAILQ > uhci: keep uhci state pointer in async packet struct. > ohci: get ohci state via container_of() > musb: get musb state via container_of() > usb: move complete callback to port ops > usb: mass storage fix > > Hans de Goede (8): > usb-linux: introduce a usb_linux_alt_setting function > usb-linux: Get the alt. setting from sysfs rather then asking the dev > usb-linux: Add support for buffering iso usb packets > usb-linux: Refuse packets for endpoints which are not in the usb descriptor > usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0) > usb-linux: We only need to keep track of 15 endpoints > usb-linux: Add support for buffering iso out usb packets > usb: control buffer fixes > > hw/usb-hub.c | 14 ++ > hw/usb-msd.c | 5 +- > hw/usb-musb.c | 75 ++++++----- > hw/usb-ohci.c | 9 +- > hw/usb-uhci.c | 82 ++++-------- > hw/usb.c | 6 + > hw/usb.h | 9 +- > usb-linux.c | 394 ++++++++++++++++++++++++++++++++++++++++++++++++++------- > 8 files changed, 445 insertions(+), 149 deletions(-) > >