From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TExG7-0004e5-RH for qemu-devel@nongnu.org; Fri, 21 Sep 2012 03:02:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TExG2-0002Rj-25 for qemu-devel@nongnu.org; Fri, 21 Sep 2012 03:02:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TExG1-0002Ra-QL for qemu-devel@nongnu.org; Fri, 21 Sep 2012 03:02:37 -0400 Message-ID: <505C110A.6090205@redhat.com> Date: Fri, 21 Sep 2012 09:02:34 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1348155487-9119-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1348155487-9119-1-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ehci: Fix interrupt packet MULT handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: shawn.starr@rogers.com, qemu-devel@nongnu.org On 09/20/12 17:38, Hans de Goede wrote: > There are several issues with our handling of the MULT epcap field > of interrupt qhs, which this patch fixes. Patch added to usb patch queue. thanks, Gerd