From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoB5C-00027S-AJ for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:20:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoB53-0002w2-B0 for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:20:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoB53-0002vY-00 for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:20:37 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q69AKZHi014515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Jul 2012 06:20:35 -0400 From: Gerd Hoffmann Date: Mon, 9 Jul 2012 12:20:23 +0200 Message-Id: <1341829233-24381-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/9] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the most recent usb patch queue, featuring a collection of little bug fixes all over the place. See individual patches for details. please pull, Gerd The following changes since commit 84988cf910a6881f2180fdcec516b60f8f0dc8c4: bitops.h: Add functions to extract and deposit bitfields (2012-07-07 09:07:01 +0000) are available in the git repository at: git://git.kraxel.org/qemu usb.55 Gerd Hoffmann (6): ehci: fix ehci_qh_do_overlay ehci: fix td writeback ehci: don't flush cache on doorbell rings. usb: split endpoint init and reset usb: fix interface initialization usb-host: add trace events for iso xfers Hans de Goede (3): usb-ehci: Fix an assert whenever isoc transfers are used ehci: Kick async schedule on wakeup in the non companion case usb-redir: Correctly handle the usb_redir_babble usbredir status hw/usb.h | 3 ++ hw/usb/core.c | 17 ++++++++-- hw/usb/hcd-ehci.c | 84 +++++++++++++++++++++++++++++++++----------------- hw/usb/host-linux.c | 15 +++++---- hw/usb/redirect.c | 2 + trace-events | 6 ++- 6 files changed, 86 insertions(+), 41 deletions(-)