From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsZ2p-00078p-Fc for qemu-devel@nongnu.org; Tue, 08 Jan 2013 08:16:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsZ2n-00039n-KY for qemu-devel@nongnu.org; Tue, 08 Jan 2013 08:16:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsZ2n-00039I-Cc for qemu-devel@nongnu.org; Tue, 08 Jan 2013 08:16:41 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r08DGeIX014909 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Jan 2013 08:16:40 -0500 From: Gerd Hoffmann Date: Tue, 8 Jan 2013 14:16:36 +0100 Message-Id: <1357650999-17219-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] xhci fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Little patch series which makes sure xhci cancels inflight transfers on device detach. cheers, Gerd 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 hw/usb/hcd-xhci.c | 31 +++++++++++++++++++++++++------ 1 files changed, 25 insertions(+), 6 deletions(-)