From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcBJG-0004dr-Aa for qemu-devel@nongnu.org; Tue, 14 May 2013 05:14:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcBJ3-0001LW-Ui for qemu-devel@nongnu.org; Tue, 14 May 2013 05:14:14 -0400 From: David Gibson Date: Tue, 14 May 2013 19:13:46 +1000 Message-Id: <1368522837-20747-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [0/11] RFC: VFIO and guest side IOMMUs, version 3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alex.williamson@redhat.com, pbonzini@redhat.com Cc: aik@ozlabs.ru, qemu-ppc@nongnu.org, qemu-devel@nongnu.org, mst@redhat.com Hi, Here's the next version of my patches working towards integrating vfio with guest visible iommu support. These are on top of Paolo Bonzini's iommu branch at: git://github.com/bonzini/qemu.git Paolo says he has already merged patches 1-4, but they don't seem to have hit the published tree yet. With this version, we have, theory, working support for guest IOMMUs with VFIO. It's untested, though, and needs considerable polish. Still, it's a proof of concept, and should demonstrate what I have in mind here.