From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Gerd Hoffmann Date: Mon, 14 Jan 2013 12:50:13 +0100 Message-Id: <1358164219-14070-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/6] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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(-)