From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVgaT-0007oW-98 for qemu-devel@nongnu.org; Thu, 03 Apr 2014 08:17:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVgaK-0007EN-LB for qemu-devel@nongnu.org; Thu, 03 Apr 2014 08:17:41 -0400 Message-ID: <533D5159.7040103@suse.com> Date: Thu, 03 Apr 2014 14:17:29 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1394603550-11556-1-git-send-email-aik@ozlabs.ru> <1394603550-11556-9-git-send-email-aik@ozlabs.ru> In-Reply-To: <1394603550-11556-9-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 08/11] spapr-iommu: add SPAPR VFIO IOMMU device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , Alex Williamson Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Alexander Graf On 12.03.14 06:52, Alexey Kardashevskiy wrote: > This adds SPAPR VFIO IOMMU device in order to support DMA operations > for VFIO devices. Sorry if this has been mentioned before, but why exactly do you need a separate IOMMU for VFIO? Couldn't the existing IOMMU backend drive things? Alex