From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpaZK-00015z-E5 for qemu-devel@nongnu.org; Tue, 05 May 2015 06:59:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpaZH-0000P3-0j for qemu-devel@nongnu.org; Tue, 05 May 2015 06:59:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpaZG-0000OZ-Jl for qemu-devel@nongnu.org; Tue, 05 May 2015 06:59:14 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 640198E689 for ; Tue, 5 May 2015 10:59:13 +0000 (UTC) Message-ID: <5548A27D.1050100@redhat.com> Date: Tue, 05 May 2015 12:59:09 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1430819953-12931-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1430819953-12931-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] xhci: fix control transfer event reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org On 05/05/15 11:59, Gerd Hoffmann wrote: > Hi, > > Laszlos fix unfortunaly had unwanted side effects, so we have > to take a different approach to fix the issue at hand. > > please review, > Gerd > > Gerd Hoffmann (2): > Revert "xhci: generate a Transfer Event for each Transfer TRB with the > IOC bit set" > xhci: fix events for setup trb. > > hw/usb/hcd-xhci.c | 23 +++++++++++------------ > 1 file changed, 11 insertions(+), 12 deletions(-) > Tested-by: Laszlo Ersek