qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL] usb patch queue


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL] usb patch queue
Date: Thu, 05 May 2011 13:28:11 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110419 Lightning/1.0b2 Thunderbird/3.1.9

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(-)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]