mbox

[PULL,for-1.4,0/3] usb patch queue

Message ID 1358850010-3215-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann Jan. 22, 2013, 10:20 a.m. UTC
Hi,

This is the usb patch queue.  Unbreaks usb-storage.  Little ohci fix.
Adds a usb-storage variant which is exposed as real scsi controller
(i.e. no automagic scsi-* device, also brings multi-lun support).

please pull,
  Gerd

The following changes since commit 1356b98d3e95a85071e6bf9a99e8799e1ae1bbee:

  sysbus: Drop sysbus_from_qdev() cast macro (2013-01-21 13:52:24 -0600)

are available in the git repository at:

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

for you to fetch changes up to 347073336d393a819928de0d4fd56563134c0e1a:

  usb: add usb-bot device (scsi bulk-only transport). (2013-01-22 11:09:54 +0100)

----------------------------------------------------------------
Gerd Hoffmann (3):
      Revert "usb-storage: Drop useless null test in usb_msd_handle_data()"
      ohci: add missing break
      usb: add usb-bot device (scsi bulk-only transport).

 docs/usb-storage.txt |   11 +++++-
 hw/usb/dev-storage.c |   96 +++++++++++++++++++++++++++++++++++++++++---------
 hw/usb/hcd-ohci.c    |    1 +
 3 files changed, 91 insertions(+), 17 deletions(-)