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: Fri, 14 Oct 2011 11:25:28 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

On 10/13/2011 06:08 AM, Gerd Hoffmann wrote:
   Hi,

Here comes the usb patch queue with a bunch of bug fixes.
Check the individual patches for details.

please pull,
   Gerd

Pulled.  Thanks.

Regards,

Anthony Liguori


The following changes since commit ebffe2afceb1a17b5d134b5debf553955fe5ea1a:

   Merge remote-tracking branch 'qmp/queue/qmp' into staging (2011-10-10 
08:21:46 -0500)

are available in the git repository at:

   git://git.kraxel.org/qemu usb.28

Gerd Hoffmann (7):
       usb-storage: fix NULL pointer dereference.
       usb-hub: need to check dev->attached
       usb: fix port reset
       usb-host: factor out code
       usb-host: handle USBDEVFS_SETCONFIGURATION returning EBUSY
       usb-hid: activate usb tablet / mouse after migration.
       usb-hub: don't trigger assert on packet completion.

Peter Maydell (2):
       hw/usb-ohci: Fix OHCI_TD_T1 bit position definition
       hw/usb-ohci: Honour endpoint maximum packet size

  hw/usb-ehci.c |    4 +-
  hw/usb-hid.c  |   11 ++++
  hw/usb-hub.c  |   12 +++-
  hw/usb-msd.c  |    5 +-
  hw/usb-ohci.c |   41 +++++++++----
  hw/usb-uhci.c |    2 +-
  hw/usb.c      |   12 ++++
  hw/usb.h      |    1 +
  usb-linux.c   |  176 ++++++++++++++++++++++++++++++++++++---------------------
  9 files changed, 180 insertions(+), 84 deletions(-)






reply via email to

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