From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TswBC-0005p7-M7 for qemu-devel@nongnu.org; Wed, 09 Jan 2013 08:59:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TswBB-0000lU-MT for qemu-devel@nongnu.org; Wed, 09 Jan 2013 08:58:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TswBB-0000lQ-Er for qemu-devel@nongnu.org; Wed, 09 Jan 2013 08:58:53 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r09Dwq1R031642 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 9 Jan 2013 08:58:52 -0500 Message-ID: <50ED7837.9020907@redhat.com> Date: Wed, 09 Jan 2013 15:01:27 +0100 From: Hans de Goede MIME-Version: 1.0 References: <1357650999-17219-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1357650999-17219-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] [PATCH 0/3] xhci fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Hi, Other then the typo in the commit messages for the 3th patch, this sets looks good. ACK series. Regards, Hans On 01/08/2013 02:16 PM, Gerd Hoffmann wrote: > Hi, > > Little patch series which makes sure xhci cancels inflight transfers > on device detach. > > cheers, > Gerd > > Gerd Hoffmann (3): > xhci: create xhci_detach_slot helper function > xhci: call xhci_detach_slot on root port detach too > xhci: nuke transfe5rs on detach > > hw/usb/hcd-xhci.c | 31 +++++++++++++++++++++++++------ > 1 files changed, 25 insertions(+), 6 deletions(-) > >