From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwbWI-0004Db-PT for qemu-devel@nongnu.org; Thu, 25 Aug 2011 11:07:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwbWH-0002O2-OZ for qemu-devel@nongnu.org; Thu, 25 Aug 2011 11:07:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwbWH-0002NW-HZ for qemu-devel@nongnu.org; Thu, 25 Aug 2011 11:07:01 -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 p7PF70Af029891 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 25 Aug 2011 11:07:00 -0400 From: Gerd Hoffmann Date: Thu, 25 Aug 2011 17:06:50 +0200 Message-Id: <1314284817-9034-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] usb-host: bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes a bunch of bugfixes for the usb host (aka usb pass-thru) driver. Gets some of my devices working which didn't work before, so anyone who had trouble with it recently is encouraged to re-test with these patches applied. cheers, Gerd Gerd Hoffmann (7): usb-host: start tracing support usb-host: reapurb error report fix usb-host: fix halted endpoints usb-host: limit open retries usb-host: fix configuration tracking. usb-host: claim port usb: fix use after free hw/usb.c | 2 +- trace-events | 19 +++++ usb-linux.c | 236 +++++++++++++++++++++++++++++++++++----------------------- 3 files changed, 163 insertions(+), 94 deletions(-)