From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TT8Tj-00041h-UW for qemu-devel@nongnu.org; Tue, 30 Oct 2012 05:51:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TT8Td-000532-Ht for qemu-devel@nongnu.org; Tue, 30 Oct 2012 05:51:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3739) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TT8Td-00052s-AD for qemu-devel@nongnu.org; Tue, 30 Oct 2012 05:51:17 -0400 Message-ID: <508FA30A.4040308@redhat.com> Date: Tue, 30 Oct 2012 11:51:06 +0200 From: Avi Kivity MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 1/2] pl330: Initial version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: vineshp@xilinx.com, Peter Crosthwaite , i.mitsyanko@samsung.com, qemu-devel@nongnu.org, Kirill Batuzov , john.williams@xilinx.com, edgar.iglesias@gmail.com, afaerber@suse.de On 10/29/2012 10:32 AM, Peter Maydell wrote: > On 29 October 2012 06:35, Peter Crosthwaite > wrote: >> Device model for Primecell PL330 dma controller. > > A general question -- this is a DMA controller so should it be using > the DMAContext APIs now? Avi? IOMMU functionality will be folded into the memory core, so address_space_rw() and family. -- error compiling committee.c: too many arguments to function