From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZKhJ-00074Y-08 for qemu-devel@nongnu.org; Thu, 24 Oct 2013 09:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZKhE-0001XH-0A for qemu-devel@nongnu.org; Thu, 24 Oct 2013 09:11:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZKhD-0001Wp-Oe for qemu-devel@nongnu.org; Thu, 24 Oct 2013 09:11: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 r9ODBQro021978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 24 Oct 2013 09:11:26 -0400 From: Gerd Hoffmann Date: Thu, 24 Oct 2013 15:11:00 +0200 Message-Id: <1382620267-18065-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-1.7 0/7] usb fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes a collection of bugfixes for xhci and usb-host, mostly related to usb3 streams. please pull, Gerd The following changes since commit fc8ead74674b7129e8f31c2595c76658e5622197: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2013-10-18 10:03:24 -0700) are available in the git repository at: git://git.kraxel.org/qemu usb.91 for you to fetch changes up to c90daa1c109348099088c1cc954c1e9f3392ae03: usb-hcd-xhci: Update endpoint context dequeue pointer for streams too (2013-10-22 16:28:49 +0200) ---------------------------------------------------------------- Hans de Goede (7): usb-host-libusb: Fix reset handling usb-host-libusb: Configuration 0 may be a valid configuration usb-host-libusb: Detach kernel drivers earlier usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContext usb-hcd-xhci: Remove unused cancelled member from XHCITransfer usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stop usb-hcd-xhci: Update endpoint context dequeue pointer for streams too hw/usb/hcd-xhci.c | 50 ++++++++++++++++++++++++++------------------------ hw/usb/host-libusb.c | 26 +++++++++++++------------- 2 files changed, 39 insertions(+), 37 deletions(-)