From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZgpx-00065L-Jx for qemu-devel@nongnu.org; Sat, 17 Nov 2012 06:45:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZgpu-00064E-Hu for qemu-devel@nongnu.org; Sat, 17 Nov 2012 06:45:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZgpu-000640-AX for qemu-devel@nongnu.org; Sat, 17 Nov 2012 06:45:22 -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 qAHBjKj2005955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 17 Nov 2012 06:45:20 -0500 From: Hans de Goede Date: Sat, 17 Nov 2012 12:47:13 +0100 Message-Id: <1353152838-26886-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [USB patches for 1.3]: Lower cpuload when using the usb-tablet List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org And here then is my "piece de resistance" (at least for the last few weeks), my final version of the patchset to lower the cpuload when using the usb-tablet device, or for that matter when using any usb devices with interrupt eps connected to the ehci controller. This final version is actually quite simple, and since the high cpuload with the usb-tablet is an often heared complaint I would like to advocate that this is a bugfix and thus belongs in 1.3, I hope you will agree and send this to Anthony for inclusion into 1.3 :) Regards, Hans