From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tdy4K-00022Q-DA for qemu-devel@nongnu.org; Thu, 29 Nov 2012 01:57:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tdy4J-0000RW-Fs for qemu-devel@nongnu.org; Thu, 29 Nov 2012 01:57:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tdy4J-0000RF-8D for qemu-devel@nongnu.org; Thu, 29 Nov 2012 01:57:55 -0500 Message-ID: <50B7076E.2060602@redhat.com> Date: Thu, 29 Nov 2012 07:57:50 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1354153398-13569-1-git-send-email-peter.crosthwaite@xilinx.com> In-Reply-To: <1354153398-13569-1-git-send-email-peter.crosthwaite@xilinx.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.3] ehci-sysbus: Attach DMA context. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: david.holsgrove@xilinx.com, john.williams@xilinx.com, qemu-devel@nongnu.org On 11/29/12 02:43, Peter Crosthwaite wrote: > This was left as NULL on the initial merge due to debate on the mailing list on > how to handle DMA contexts for sysbus devices. Patch > 9e11908f12f92e31ea94dc2a4c962c836cba9f2a was later merged to fix OHCI. This is the, > equivalent fix for sysbus EHCI. Patch added to usb patch queue. thanks, Gerd