From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEf65-00082o-2i for qemu-devel@nongnu.org; Wed, 28 Aug 2013 08:43:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEf5y-0003g4-Sk for qemu-devel@nongnu.org; Wed, 28 Aug 2013 08:43:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEf5y-0003fy-Ku for qemu-devel@nongnu.org; Wed, 28 Aug 2013 08:43:34 -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 r7SChXrs017662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 28 Aug 2013 08:43:34 -0400 From: Gerd Hoffmann Date: Wed, 28 Aug 2013 14:42:55 +0200 Message-Id: <1377693786-10844-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 00/10] usb: a bunch of bugfixes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Result of the most recent usb debugging session. Some tracing improvements and bugfixes for xhci, uas and the usb hub. please review, Gerd Gerd Hoffmann (10): xhci: remove leftover debug printf xhci: add tracepoint for endpoint state changes xhci: add port to slot_address tracepoint xhci: fix endpoint interval calculation xhci: emulate intr endpoint intervals correctly xhci: reset port when disabling slot uas: add property for request logging usb: parallelize usb3 streams usb-hub: add tracepoint for status reports Revert "usb-hub: report status changes only once" hw/usb/core.c | 7 +++--- hw/usb/dev-hub.c | 7 ++---- hw/usb/dev-uas.c | 15 +++++++++--- hw/usb/hcd-xhci.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++--------- trace-events | 4 +++- 5 files changed, 80 insertions(+), 23 deletions(-) -- 1.8.3.1