From patchwork Fri May 25 09:44:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 161289 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C7607B6F77 for ; Fri, 25 May 2012 21:08:28 +1000 (EST) Received: from localhost ([::1]:52575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXr5D-0002uV-BF for incoming@patchwork.ozlabs.org; Fri, 25 May 2012 05:45:19 -0400 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 Received: from rincewind.home.kraxel.org (ovpn-116-44.ams2.redhat.com [10.36.116.44]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q4P9iNnJ020881; Fri, 25 May 2012 05:44:24 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id DA0FE41154; Fri, 25 May 2012 11:44:21 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Fri, 25 May 2012 11:44:11 +0200 Message-Id: <1337939061-13629-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PATCH 00/10] usb: uhci & usb-storage updates X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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(-)