From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOEuB-0002ZL-8p for qemu-devel@nongnu.org; Thu, 13 Mar 2014 19:19:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOEu6-0008Ci-DQ for qemu-devel@nongnu.org; Thu, 13 Mar 2014 19:19:15 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:64060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOEu6-0008CU-7U for qemu-devel@nongnu.org; Thu, 13 Mar 2014 19:19:10 -0400 Received: by mail-pa0-f47.google.com with SMTP id lj1so1785552pab.34 for ; Thu, 13 Mar 2014 16:19:09 -0700 (PDT) Message-ID: <53223CE7.2010702@ozlabs.ru> Date: Fri, 14 Mar 2014 10:19:03 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1384925988-11398-1-git-send-email-aik@ozlabs.ru> <20140313180404.GA22278@pixel.localdomain> <5321FE01.3050708@suse.de> In-Reply-To: <5321FE01.3050708@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] spapr-iommu: extend SPAPR_TCE_TABLE class List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Alexander Graf On 03/14/2014 05:50 AM, Andreas Färber wrote: > Am 13.03.2014 19:04, schrieb Mike Day: >> On 20/11/13 16:39 +1100, Alexey Kardashevskiy wrote: >>> This adds a put_tce() callback to the SPAPR TCE TABLE device class. >>> The new callback allows to have different IOMMU types such as upcoming >>> VFIO IOMMU and it will be used more by the upcoming Multi-TCE support. >>> >>> This reworks the H_PUT_TCE handler to make use of the new put_tce() >>> callback. >>> >>> Signed-off-by: Alexey Kardashevskiy >> Reviewed-by: Mike Day > > Looks reasonable, but not needed for 2.0 unless a second implementation > comes up. Thanks! What is now? It goes to your ppc-next? Or Alex's ppc-next? I am confused with recent activity in PPC field :) > Reviewed-by: Andreas Färber -- Alexey