From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoH8s-000443-Ik for qemu-devel@nongnu.org; Mon, 09 Jul 2012 12:49:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoH8q-0004UA-NZ for qemu-devel@nongnu.org; Mon, 09 Jul 2012 12:48:58 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:64230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoH8q-0004Ty-Jt for qemu-devel@nongnu.org; Mon, 09 Jul 2012 12:48:56 -0400 Received: by yenl1 with SMTP id l1so11134875yen.4 for ; Mon, 09 Jul 2012 09:48:55 -0700 (PDT) Message-ID: <4FFB0B73.9030803@codemonkey.ws> Date: Mon, 09 Jul 2012 11:48:51 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1341829233-24381-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1341829233-24381-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/9] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 07/09/2012 05:20 AM, Gerd Hoffmann wrote: > 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. Pulled. Thanks. Regards, Anthony Liguori > 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(-) > >