From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMInJ-0006lW-BP for qemu-devel@nongnu.org; Thu, 11 Oct 2012 09:27:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMInD-0008Q4-6w for qemu-devel@nongnu.org; Thu, 11 Oct 2012 09:27:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMInC-0008Pv-V3 for qemu-devel@nongnu.org; Thu, 11 Oct 2012 09:27:15 -0400 From: Avi Kivity Date: Thu, 11 Oct 2012 15:26:56 +0200 Message-Id: <1349962023-560-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [RFC v1 0/7] IOMMU support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Blue Swirl , Anthony Liguori , "Michael S. Tsirkin" , Alex Williamson , liu ping fan , Paolo Bonzini These patches add IOMMU support to the memory core. IOMMUs can be added anywhere in the memory hierarchy, and may be arranged in series. Avi Kivity (7): memory: fix address space initialization/destruction memory: limit sections in the radix tree to the actual address space size memory: iommu support pci: switch iommu to using the memory API i440fx: add an iommu vfio: abort if an emulated iommu is used vhost: abort if an emulated iommu is used exec.c | 43 ++++++++++++++++++--- hw/pci.c | 59 +++++++++++++++++----------- hw/pci.h | 7 +++- hw/pci_internals.h | 5 ++- hw/piix_pci.c | 74 +++++++++++++++++++++++++++++++++++ hw/spapr.h | 2 + hw/spapr_iommu.c | 35 ++++++++--------- hw/spapr_pci.c | 26 +++++++++++-- hw/spapr_pci.h | 1 + hw/vfio_pci.c | 2 + hw/vhost.c | 2 + memory.c | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++ memory.h | 46 ++++++++++++++++++++++ 13 files changed, 356 insertions(+), 56 deletions(-) -- 1.7.12