From patchwork Mon Jan 14 11:50:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 211769 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 E9A9B2C00A3 for ; Mon, 14 Jan 2013 22:50:57 +1100 (EST) Received: from localhost ([::1]:54145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuiZ4-0000H0-ED for incoming@patchwork.ozlabs.org; Mon, 14 Jan 2013 06:50:54 -0500 Received: from eggs.gnu.org ([208.118.235.92]:38439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuiYr-0000Fe-H7 for qemu-devel@nongnu.org; Mon, 14 Jan 2013 06:50:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TuiYq-0004Dr-DH for qemu-devel@nongnu.org; Mon, 14 Jan 2013 06:50:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuiYq-0004Dj-4y for qemu-devel@nongnu.org; Mon, 14 Jan 2013 06:50:40 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0EBodav001058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 14 Jan 2013 06:50:39 -0500 Received: from rincewind.home.kraxel.org (ovpn-116-52.ams2.redhat.com [10.36.116.52]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0EBoJEL003078; Mon, 14 Jan 2013 06:50:31 -0500 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id 6382D419FF; Mon, 14 Jan 2013 12:50:19 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Mon, 14 Jan 2013 12:50:13 +0100 Message-Id: <1358164219-14070-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PULL 0/6] usb patch queue 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, The usb patch queue, with coverity fixes. Also makes xhci cancel inflight transfers on usb device unplug. please pull, Gerd The following changes since commit 63fb2590839162afdf14d7c0ee02d460766c0956: Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-arm (2013-01-12 12:47:07 +0000) are available in the git repository at: git://git.kraxel.org/qemu usb.76 for you to fetch changes up to 036078475427f2562c8e505f6bb44dbf5d8cbd95: usb-host: Initialize dev->port the obviously safe way (2013-01-14 12:47:11 +0100) ---------------------------------------------------------------- Gerd Hoffmann (3): xhci: create xhci_detach_slot helper function xhci: call xhci_detach_slot on root port detach too xhci: nuke transfe5rs on detach Markus Armbruster (3): ehci: Assert state machine is sane w.r.t. EHCIQueue usb-host: Drop superfluous null test from usb_host_auto_scan() usb-host: Initialize dev->port the obviously safe way hw/usb/hcd-ehci.c | 4 ++++ hw/usb/hcd-xhci.c | 31 +++++++++++++++++++++++++------ hw/usb/host-linux.c | 4 ++-- 3 files changed, 31 insertions(+), 8 deletions(-)