From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXr4V-00015P-MA for qemu-devel@nongnu.org; Fri, 25 May 2012 05:44:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXr4N-0000bl-3g for qemu-devel@nongnu.org; Fri, 25 May 2012 05:44:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXr4M-0000b4-Sb for qemu-devel@nongnu.org; Fri, 25 May 2012 05:44:27 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4P9iObK028185 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 25 May 2012 05:44:25 -0400 From: Gerd Hoffmann Date: Fri, 25 May 2012 11:44:11 +0200 Message-Id: <1337939061-13629-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 00/10] usb: uhci & usb-storage updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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(-)