From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz4K7-0000Lz-LO for qemu-devel@nongnu.org; Thu, 01 Sep 2011 06:16:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qz4K6-0006Mn-3S for qemu-devel@nongnu.org; Thu, 01 Sep 2011 06:16:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz4K5-0006Mg-Oe for qemu-devel@nongnu.org; Thu, 01 Sep 2011 06:16:37 -0400 Message-ID: <4E5F5B79.10000@redhat.com> Date: Thu, 01 Sep 2011 12:16:25 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1314853263-2086-1-git-send-email-david@gibson.dropbear.id.au> <1314853263-2086-11-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1314853263-2086-11-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/10] intel-hda: Use PCI DMA stub functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: aliguori@us.ibm.com, joerg.roedel@amd.com, qemu-devel@nongnu.org, agraf@suse.de, eduard.munteanu@linux360.ro, rth@twiddle.net On 09/01/11 07:01, David Gibson wrote: > This updates the intel-hda device emulation to use the explicit PCI DMA > functions, instead of directly calling physical memory access functions. There are some calls to {st,ld}l_le_phys() which need conversion too. cheers, Gerd