From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXr7T-00039y-Jh for qemu-devel@nongnu.org; Fri, 25 May 2012 05:47:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXr7S-0001Pb-0M for qemu-devel@nongnu.org; Fri, 25 May 2012 05:47:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXr7R-0001PM-Oq for qemu-devel@nongnu.org; Fri, 25 May 2012 05:47:37 -0400 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 q4P9laxH028722 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 25 May 2012 05:47:36 -0400 From: Gerd Hoffmann Date: Fri, 25 May 2012 11:47:26 +0200 Message-Id: <1337939254-14288-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/8] xhci updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, A bunch of xhci updates. Nothing earth-shaking: A little reset fix from Jan and support for tracepoints. Scheduled for post-freeze merging. cheers, Gerd Gerd Hoffmann (7): xhci: trace: mmio reads+writes xhci: trace: run+stop xhci: trace: irq + events xhci: trace: ring fetch xhci: trace: endpoints xhci: trace: transfers xhci: trace: slots Jan Kiszka (1): xhci: Clean up reset function hw/usb/hcd-xhci.c | 251 +++++++++++++++++++++++++++++------------------------ trace-events | 35 ++++++++ 2 files changed, 173 insertions(+), 113 deletions(-)