From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjVOO-00034a-RB for qemu-devel@nongnu.org; Fri, 14 Dec 2012 08:33:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjVON-0005CT-By for qemu-devel@nongnu.org; Fri, 14 Dec 2012 08:33:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjVON-0005CH-5o for qemu-devel@nongnu.org; Fri, 14 Dec 2012 08:33:31 -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 qBEDXU1r006822 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 14 Dec 2012 08:33:30 -0500 From: Hans de Goede Date: Fri, 14 Dec 2012 14:35:21 +0100 Message-Id: <1355492147-5023-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [PATCH 00/26] usb: Hans' pending qemu usb patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org As discussed a while back I've been holding back my patches till 1.3 was out the door. Since 1.3 is out the door now, here is my patch backlog + recent work. This patch series includes: -Various ehci sanity check patches (posted some time ago already) -Some more ehci speedups -Various uhci fixes and speedups -Change hid idle handling to use a timer -Various usbredir fixes / improvement -Buffered bulk in support for usbredir The last one is what I've been working on for the past 2-3 weeks. This patch is both really nice in that it allows usb<->serial converters to work reliable even when we encounter large latency spikes, yet it also marks a point in the evolution of the usbredir code where I hoped we would never get as it introduces specific behavior for a certain class of devices (based on ubs-ids). Regards, Hans