From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VilUQ-0006UB-FR for qemu-devel@nongnu.org; Tue, 19 Nov 2013 08:37:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VilUK-0008Ap-GB for qemu-devel@nongnu.org; Tue, 19 Nov 2013 08:37:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VilUK-0008AY-91 for qemu-devel@nongnu.org; Tue, 19 Nov 2013 08:37:08 -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 rAJDb7XH029009 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 19 Nov 2013 08:37:07 -0500 From: Hans de Goede Date: Tue, 19 Nov 2013 14:36:55 +0100 Message-Id: <1384868224-15389-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [PATCH 0/9] usb: redirection streams support + small fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Hi Gerd, Here are my outstanding qemu usb patches. Most of them have been send before and are just rebases. As before these depend on kernel / libusb streams support, which will hopefully go upstream for 3.14 . New this time around are: [PATCH 4/9] xhci: Add a few missing checks for disconnected devices This one fixes a bunch of bugs in xhci wrt disconnect handling and should go upstream ASAP [PATCH 8/9] usb-redir: Add support for bulk streams usb-redir now supports streams too [PATCH 9/9] uas: s/ui/iu/ This one is self explanatory, and can go upstream at the earliest convenient moment. Thanks & Regards, Hans