From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf5Hl-00050b-Nz for qemu-devel@nongnu.org; Wed, 22 May 2013 05:24:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uf5Hg-0000yO-N4 for qemu-devel@nongnu.org; Wed, 22 May 2013 05:24:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf5Hg-0000yI-Gb for qemu-devel@nongnu.org; Wed, 22 May 2013 05:24:36 -0400 Message-ID: <519C8EBD.7080107@redhat.com> Date: Wed, 22 May 2013 11:24:13 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1369133851-1894-1-git-send-email-pbonzini@redhat.com> <519C2DC1.5010600@ozlabs.ru> In-Reply-To: <519C2DC1.5010600@ozlabs.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/30] Introduction of IOMMUs into the memory API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: peter.maydell@linaro.org, David Gibson , qemu-devel@nongnu.org, jan.kiszka@gmail.com Il 22/05/2013 04:30, Alexey Kardashevskiy ha scritto: > On 05/21/2013 08:57 PM, Paolo Bonzini wrote: >> This is part 1 of the memory API updates for 1.6. (Part 2 is the >> introduction of get/set_owner, part 3 is the introduction of the >> RCU-style flatview). >> >> Compared to the first submissions, there are a few extra cleanup >> patches, and address_space_rw/read/write grew a return value so >> that the existing DMAContext API doesn't need to change. >> > > Is this series much different from the one in > https://github.com/bonzini/qemu/tree/iommu (hope it is the same :) )? Not much, I've updated the branch now. Paolo