qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 00/10] usb: uhci & usb-storage updates


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 00/10] usb: uhci & usb-storage updates
Date: Fri, 25 May 2012 11:44:11 +0200

  Hi,

This patch series brings some bandwidth management tweaks for uhci, and
also a little uhci migration fix.

It also brings live migration support for usb-storage, including an
update for scsi-disk live migration support.  Paolo, feel free to
cherry-pick the scsi patch, I'll go drop it for the pull request then.

Obviously post-freeze material.

please review,
  Gerd

The following changes since commit aeb29b6459cb9496b38c820f3faff64cf2369d0d:

  audio: Always call fini on exit (2012-05-24 19:35:27 +0400)

are available in the git repository at:
  git://git.kraxel.org/qemu usb.51

Gerd Hoffmann (10):
      uhci: fix bandwidth management
      uhci: use bottom half
      uhci: make bandwidth tunable
      uhci: fix trace format strings
      uhci: zap uhci_pre_save
      scsi: prepare migration code for usb-storage support
      usb-storage: remove MSDState->residue
      usb-storage: add usb_msd_packet_complete()
      usb-storage: add scsi_off, remove scsi_buf
      usb-storage: migration support

 hw/scsi-bus.c        |    8 +++---
 hw/scsi-disk.c       |   13 ++++++++-
 hw/usb/dev-storage.c |   69 ++++++++++++++++++++++++++++++++-----------------
 hw/usb/hcd-uhci.c    |   46 +++++++++++++++++++-------------
 trace-events         |   10 +++---
 5 files changed, 92 insertions(+), 54 deletions(-)



reply via email to

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