From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTAIk-00088U-Bv for qemu-devel@nongnu.org; Tue, 30 Oct 2012 07:48:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTAId-0003ti-Kk for qemu-devel@nongnu.org; Tue, 30 Oct 2012 07:48:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTAId-0003tU-DW for qemu-devel@nongnu.org; Tue, 30 Oct 2012 07:48:03 -0400 From: Avi Kivity Date: Tue, 30 Oct 2012 13:47:43 +0200 Message-Id: <1351597670-23031-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/7] IOMMU support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , Alexander Graf , Blue Swirl , Alex Williamson , Anthony Liguori Changes from RFC: - change ->translate to return read/write permissions in IOTLBEntry (was: ->translate received is_write parameter) - add support for iommu fault reporting 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 memory: provide a MemoryRegion for IOMMUs to log faults pci: use memory core for iommu support vfio: abort if an emulated iommu is used i440fx: add an iommu exec.c | 43 +++++++++++++++++--- hw/pci.c | 59 +++++++++++++++++----------- hw/pci.h | 7 +++- hw/pci_internals.h | 5 ++- hw/piix_pci.c | 77 ++++++++++++++++++++++++++++++++++++ hw/spapr.h | 1 + hw/spapr_iommu.c | 45 +++++++++------------ hw/spapr_pci.c | 27 +++++++++++-- hw/spapr_pci.h | 2 + hw/vfio_pci.c | 2 + memory.c | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++ memory.h | 49 +++++++++++++++++++++++ 12 files changed, 366 insertions(+), 63 deletions(-) -- 1.7.12