From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GI3hj-0002Vf-Mb for qemu-devel@nongnu.org; Tue, 29 Aug 2006 09:32:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GI3hh-0002VH-V2 for qemu-devel@nongnu.org; Tue, 29 Aug 2006 09:32:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GI3hh-0002VE-Qn for qemu-devel@nongnu.org; Tue, 29 Aug 2006 09:32:33 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GI3qs-0007J0-RE for qemu-devel@nongnu.org; Tue, 29 Aug 2006 09:42:03 -0400 From: Paul Brook Subject: Re: [Qemu-devel] PCNet & Lance merge Date: Tue, 29 Aug 2006 14:32:28 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608291432.29884.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sunday 27 August 2006 10:44, Blue Swirl wrote: > Hi, > > These patches merge PCNet and Lance, implement the new IOMMU access method > and convert ESP and PCNet to use the new method. I've applies the new IOMMU bits and ESP conversion as part of my latest SCSI changes. I left the Lance bits as Fabrice has issues with those. For the DMA controller I think it would be worth creating a separate object for the sparc DMA controller, and having that forward to the individual devices. Paul